Hi, I am testing a dummy code for AES256_SHA decryption. Please see the attached server private key and the C code. The same code works for "OpenSSL 0.9.8r" and "OpenSSL 0.9.8k". But it produces junk after decryption on machine with OpenSSL version "OpenSSL 1.0.0b".
Could someone please comment why this happens? Shouldn't the recent version be compatible with older ones? P.S. : I re-sent the email, as I saw failure while forwarding message. -- Thanks, Nilesh
server.key
Description: server.key
aes_cav_dec.c
Description: aes_cav_dec.c
