[openssl.org #1317] thers is a bug in openssl0.9.8a

2014-06-30 Thread Rich Salz via RT
Probably more than one :) But it's a very old release, closing the ticket. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated

Re: [openssl.org #1317] thers is a bug in openssl0.9.8a

2006-04-20 Thread Nils Larsch
wrote: I have founded a bug in openssl 0.9.8.a! when used EVP_des_ede3_cbc algorithm used EVP_DecryptInit(KCtx-ctx, KCtx-enc, KCtx-keystr, KCtx-iv); EVP_DecryptUpdate(KCtx-ctx, pbData, (int *)pdwDataLen, p, len); EVP_DecryptUpdate(KCtx-ctx, pbData, (int *)pdwDataLen, p, len);

Re: [openssl.org #1317] thers is a bug in openssl0.9.8a

2006-04-20 Thread Nils Larsch via RT
wrote: I have founded a bug in openssl 0.9.8.a! when used EVP_des_ede3_cbc algorithm used EVP_DecryptInit(KCtx-ctx, KCtx-enc, KCtx-keystr, KCtx-iv); EVP_DecryptUpdate(KCtx-ctx, pbData, (int *)pdwDataLen, p, len); EVP_DecryptUpdate(KCtx-ctx, pbData, (int *)pdwDataLen, p, len);

[openssl.org #1317] thers is a bug in openssl0.9.8a

2006-04-14 Thread ����ǿ via RT
I have founded a bug in openssl 0.9.8.a! when used EVP_des_ede3_cbc algorithm used EVP_DecryptInit(KCtx-ctx, KCtx-enc, KCtx-keystr, KCtx-iv); EVP_DecryptUpdate(KCtx-ctx, pbData, (int *)pdwDataLen, p, len); EVP_DecryptUpdate(KCtx-ctx, pbData, (int *)pdwDataLen, p, len);