Re: Seems to be a bug with EVP_get_cipherbyname(p)

2001-12-26 Thread Dr S N Henson
chris mollis wrote: so far so good (I hope).. when I use the function PEM_Read_PrivateKey(fp, null, null, null) to construct the key, it always returns null. When I debugged it, I found that EVP_get_cipherbyname() called in PEM_get_EVP_CIPHER_INFO() always returns NULL when passed the

Seems to be a bug with EVP_get_cipherbyname(p)

2001-12-25 Thread chris mollis
It appears that there may be a bug? with the call to EVP_get_cipherbyname(). My private key is saved in the following format -BEGIN RSA PRIVATE KEY-Proc-Type: 4,ENCRYPTEDDEK-Info: DES-EDE-CBC,D2C954A223AC6C1C so far so good (I hope).. when I use the function PEM_Read_PrivateKey(fp,