RE: Extracting X509 Policies that are searchable

2011-07-13 Thread Cason, Kenny
Kyle: That's a good idea, do you know of a routine that clones X509 structures? I can always write one but I'm lazy. :-) The plugin doesn't pass the X509 structure to OAM directly, just dissects the cert for information contained therein and uses it to determine the user's authorization level, the

Re: Call for testing - FIPS object module

2011-07-13 Thread Prakash
Hi Steve, Is there a Summary notes of what's new in FIPS module 2.0? Thanks, Prakash - Original Message - From: "Steve Marquess" To: ; Sent: Friday, July 08, 2011 1:54 AM Subject: Call for testing - FIPS object module Coding of the OpenSSL FIPS Object Module v2.0 ("FIPS Module")

Re: Questions: Building crypto libraries to link with Visual C++

2011-07-13 Thread Thomas J. Hruska
On 7/12/2011 6:34 AM, Jeffrey Walton wrote: On Tue, Jul 12, 2011 at 9:03 AM, rick freitag wrote: Questions include: Why do I need ActivePerl not plain Perl? I am only using the Cryptolibrary functions from Visual C++. Sorry to go offlist - I don't know the answer. But on Windows, I found t

Re: Please help: OpenSSL + OpenVPN Elliptic Curves (SHA512, ECDSA, ECDH, Linux, Debian)

2011-07-13 Thread Gaglia
On 07/11/2011 05:27 AM, y...@inbox.lv wrote: > When i searched on it, it seemed that ECDH requires specified named > curve You need to specify the curve's name, like this: openssl ecparam -name sect571k1 but this should only be done in the parameters generation stage, the generated cer

Re: Questions: Building crypto libraries to link with Visual C++

2011-07-13 Thread antler
On 13/07/11 00:27, Jeremy Farrell wrote: *From:* rick freitag Questions include: Why do I need ActivePerl not plain Perl? No idea, depends what you're using it for. I am only using the Cryptolibrary functions from Visual C++. So how is OpenSSL involved? You need to use Perl