fipsld or libcrypto.so

2009-05-08 Thread canroc
, but I am still confused on this) -- View this message in context: http://www.nabble.com/fipsld-or-libcrypto.so-tp23439162p23439162.html Sent from the OpenSSL - Dev mailing list archive at Nabble.com. __ OpenSSL Project

Re: fipsld or libcrypto.so

2009-05-08 Thread Steve Marquess
canroc wrote: > I am confused with what is required in builiding an application to use > encryption functions from a FIPS 140-2 capable openSSL library. > > If I link the shared library libcrypto.so (0.9.8j) into my application and > do a FIPS_mode_set(1) call, is that all that is necessary for set

Re: fipsld or libcrypto.so

2009-05-08 Thread Steve Marquess
Steve Marquess wrote: > canroc wrote: > >> I am confused with what is required in builiding an application to use >> encryption functions from a FIPS 140-2 capable openSSL library. >> >> If I link the shared library libcrypto.so (0.9.8j) into my application and >> do a FIPS_mode_set(1) call, is

Re: fipsld or libcrypto.so

2009-05-08 Thread joshi chandran
We have some application which performs dynamic opening of libcrypto.a (ie at run time , this application uses the libcrypto.a) . How this application will get into the fips mode . should the application has to link with libcrypto,a statically at compile time or there is another way to handle thi

Re: fipsld or libcrypto.so

2009-05-11 Thread Steve Marquess
joshi chandran wrote: > We have some application which performs dynamic opening of libcrypto.a > (ie at run time , this application uses the libcrypto.a) . How this > application will get into the fips mode . should the application has > to link with libcrypto,a statically at compile time or ther

Re: fipsld or libcrypto.so

2009-05-12 Thread canroc
__ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org Excellent. Thanks. That makes life easy. -- View this message in context: http