Hi,
What is the minimum I have to do to get an EVP_PKEY pointer from
PEM_read_PrivateKey() when a password callback is passed to read a password
protected certificate?
Obviously some crypto stuff has to be initialized before calling
PEM_read_PrivateKey() but what is the minimum?
The cert file be
Good afternoon all,
I'm attempting to convert some certificates (
http://kevinhenrikson.com/wp-content/uploads/File/equifax.pem and
http://www.fourteenfloor.com/files/PCA3ss_v4.cer) to the WPKI hashed format
as detailed in http://gagravarr.org/writing/openssl-certs/mobile.shtml
I'm assuming it's
I have the latest openssl runing with ecos, thanks to Rutger Hofman. My code
seems to fail the SLL_accept on the 2nd https page is delivered. I get SSL
session id callback failed:ssl_sess.c 232. This was working with a much older
version of openssl. Does anyone have any ideas how to resolve this