sslv3 alert unexpected message during renegotiation

2012-11-21 Thread Albe Laurenz
I'm using OpenSSL 1.0.0 (RPM openssl-1.0.0-20.el6.x86_64) on RedHat EL 6.2 and have the following repeatable problem: OpenSSL is used by PostgreSQL. After a certain number of bytes have been transferred, the database server renegotiates encryption. This usually works fine here. However, in a

Re: This is one for the Pros: cert is not privkey

2012-11-21 Thread Peter Parker
Dave, Thank you for the quick and thorough response. This is good stuff. Yes, so the files I will be encrypting will be over 100 bytes. I am aware of the key size requirements - 1028 was only used as a placeholder for the example commands I provided. Does this mean that I will be able to use RSA

Re: Does OpenSSL 0.9.7 support SHA256 Digest Algorithm

2012-11-21 Thread Gayathri Manoj
Hi Aaron, If your openssl version supports sha256 and its version is less than 0.9.8l, then you should add OpenSSL_add_all_algorithms() in your code to enable the same. Otherwise it will throw errors while doing any digest operation with sha256. By default sha256 is enabled on Openssl-0.9.8l