Re: relationship between FIPS module and OpenSSL

2009-05-08 Thread Carl Anderson
I was using openssl to encrypt files at the command line and I was wondering if the FIPS mode could be enabled for doing that. Carl Anderson On Thu, May 7, 2009 at 6:26 PM, Kyle Hamilton aerow...@gmail.com wrote: OpenSSL FIPS is used essentially as a crypto engine, except that it's not called

RE: relationship between FIPS module and OpenSSL

2009-05-08 Thread Bill Colvin
: relationship between FIPS module and OpenSSL I was using openssl to encrypt files at the command line and I was wondering if the FIPS mode could be enabled for doing that. Carl Anderson On Thu, May 7, 2009 at 6:26 PM, Kyle Hamilton aerow...@gmail.com wrote: OpenSSL FIPS is used essentially

Re: relationship between FIPS module and OpenSSL

2009-05-08 Thread Randy Turner
Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org ] On Behalf Of Carl Anderson Sent: May 8, 2009 8:39 AM To: openssl-users@openssl.org Subject: Re: relationship between FIPS module and OpenSSL I was using openssl to encrypt files at the command line and I

Re: relationship between FIPS module and OpenSSL

2009-05-07 Thread Kyle Hamilton
OpenSSL FIPS is used essentially as a crypto engine, except that it's not called through the standard engine interface. The FIPS module is validated to perform its advertised functions; if it's in FIPS mode, OpenSSL will use its linked-in OpenSSL FIPS module to perform all of its cryptographic