[openssl.org #1767] bug of EVP_Cipher when use openssl engine

2014-11-27 Thread Matt Caswell via RT
Thanks for the report. This has now been fixed. Matt __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1767] bug of EVP_Cipher when use openssl engine

2008-10-27 Thread forxy via RT
I found a bug in s3_enc.c t1_enc.c and d1_enc.c. following function int ssl3_enc(SSL *s, int send) int tls1_enc(SSL *s, int send) int dtls1_enc(SSL *s, int send) locat: EVP_Cipher(ds,rec-data,rec-input,l); openssl has not check the return value of EVP_Cipher, and the address of