RE: FIPS_mod_set() before/after SSL_library_init() ?

2008-09-16 Thread Welling, Conrad Gerhart
here? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steve Marquess Sent: Sunday, September 14, 2008 2:36 PM To: openssl-users@openssl.org Subject: Re: FIPS_mod_set() before/after SSL_library_init() ? Robert Sicoie wrote: Hi, I'm building cURL with FIPS

RE: FIPS_mod_set() before/after SSL_library_init() ?

2008-09-16 Thread Welling, Conrad Gerhart
To: openssl-users@openssl.org Subject: RE: FIPS_mod_set() before/after SSL_library_init() ? Steve: As I think you know, I've built FIPS-capable libcurl for Windows and curl for HP-UX. I'm currently building FIPS-capable curl on Solaris 9 and, among other mods to curl, I inserted the call

RE: FIPS_mod_set() before/after SSL_library_init() ?

2008-09-16 Thread Saju
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Welling, Conrad Gerhart Sent: Tuesday, September 16, 2008 4:41 PM To: openssl-users@openssl.org Subject: RE: FIPS_mod_set() before/after SSL_library_init() ? Steve: As I think you know, I've built FIPS-capable

RE: FIPS_mod_set() before/after SSL_library_init() ?

2008-09-16 Thread Welling, Conrad Gerhart
Sent: Tuesday, September 16, 2008 5:33 PM To: openssl-users@openssl.org Subject: RE: FIPS_mod_set() before/after SSL_library_init() ? Steve, Maybe the answer to your question is in these two paragraphs from the 'OpenSSL FIPS 140-2 Security Policy' guide. http://www.openssl.org/docs/fips

Re: FIPS_mod_set() before/after SSL_library_init() ?

2008-09-14 Thread Steve Marquess
Robert Sicoie wrote: Hi, I'm building cURL with FIPS capable OpenSSL module. I'm calling FIPS_mode_set function to enable FIPS somewhere after SSL_library_init() has already been called. The binary file is working fine, but is there a problem that the FIPS mode is turned on after