Cannot convert private key file to PKCS8 with OpenSSL 0.9.7m compiled by VS2005

2007-04-03 Thread David Gillingham
About a year ago, I posted to this mailing list looking for information debugging errors I had trying to make stunnel operate in OpenSSL's FIPS mode. I was able to do this with the help with the aid of Dr. Henson. One of the suggestion he made to me was to convert my private keys into PKCS#8 for

Re: Need some help debugging SSL error thrown from STunnel using OpenSSL-FIPS

2006-06-08 Thread David Gillingham
Dr. Henson-- Adding in a call to OpenSSL_add_all_algorithms() fixed the error. Thanks for the assistance. __ OpenSSL Project http://www.openssl.org User Support Mailing Listopen

Re: Need some help debugging SSL error thrown from STunnel using OpenSSL-FIPS

2006-06-08 Thread David Gillingham
I was able to convert the key as you instructed, and I overwrote the old RSA private key from my server.pem file with the new PKCS8 one. I am now a getting a different error message. From these new messages, I'm guessing OpenSSL is expecting a file in PKCS12 format, but that my file does not mat

Need some help debugging SSL error thrown from STunnel using OpenSSL-FIPS

2006-06-07 Thread David Gillingham
Hello all, I've been tasked to internally investigate a system that utilizes STunnel and OpenSSL to create a secure wrapper for a propietary protocol. Additionally, this solution must eventually be FIPS 140-2 compliant. So, using instructions outlined in the OpenSSL FIPS Security Policy and on