Re: OpenSSL FIPS Module 2.0 status update

2012-04-04 Thread Alex Chen
Thanks for the response, Steve. Alex On Apr 4, 2012, at 4:58 PM, Steve Marquess wrote: > On 04/04/2012 07:17 PM, Alex Chen wrote: >> Steve, >> >> Unfortunately it has been four weeks and the status is still stuck in >> 'coordination'. Well, we all know the government pace is a 'little >> slower

Re: OpenSSL FIPS Module 2.0 status update

2012-04-04 Thread Steve Marquess
On 04/04/2012 07:17 PM, Alex Chen wrote: > Steve, > > Unfortunately it has been four weeks and the status is still stuck in > 'coordination'. Well, we all know the government pace is a 'little > slower' than the rest of the industry. There is a 'finalization' > status after 'coordination', what is

Re: OpenSSL FIPS Module 2.0 status update

2012-04-04 Thread Alex Chen
Steve, Unfortunately it has been four weeks and the status is still stuck in 'coordination'. Well, we all know the government pace is a 'little slower' than the rest of the industry. There is a 'finalization' status after 'coordination', what is involved in that status? When an application rea

RE: OpenSSL FIPS Module 2.0 status update

2011-11-04 Thread Jack D. Pond
lto:owner-openssl-us...@openssl.org] On > Behalf Of Dr. Stephen Henson > Sent: Thursday, November 03, 2011 1:34 PM > To: openssl-users@openssl.org > Subject: Re: OpenSSL FIPS Module 2.0 status update > > On Thu, Nov 03, 2011, Jack D. Pond wrote: > > > Uh, Steve, > >

Re: OpenSSL FIPS Module 2.0 status update

2011-11-03 Thread Dr. Stephen Henson
On Thu, Nov 03, 2011, Jack D. Pond wrote: > Uh, Steve, > > crypto/opensslv.h > > #define OPENSSL_VERSION_NUMBER0x1010L > #ifdef OPENSSL_FIPS > #define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-fips-dev xx XXX " > #else > #define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-dev xx XXX " >

RE: OpenSSL FIPS Module 2.0 status update

2011-11-03 Thread Jack D. Pond
Uh, Steve, crypto/opensslv.h #define OPENSSL_VERSION_NUMBER 0x1010L #ifdef OPENSSL_FIPS #define OPENSSL_VERSION_TEXT"OpenSSL 1.1.0-fips-dev xx XXX " #else #define OPENSSL_VERSION_TEXT"OpenSSL 1.1.0-dev xx XXX " #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSIO