]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Ouch! PKCS7_encrypt() was heading MIME text headers twice
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
74cdf6f7 5 Changes between 0.9.4 and 0.9.5 [28 Feb 2000]
38e33cef 6
82b93186
DSH
7 *) PKCS7_encrypt() was adding text MIME headers twice because they
8 were added manually and by SMIME_crlf_copy().
9 [Steve Henson]
10
587bb0e0
DSH
11 *) In bntest.c don't call BN_rand with zero bits argument.
12 [Steve Henson, pointed out by Andrew W. Gray <agray@iconsinc.com>]
13
688938fb 14 *) BN_mul bugfix: In bn_mul_part_recursion() only the a>a[n] && b>b[n]
a5770be6 15 case was implemented. This caused BN_div_recp() to fail occasionally.
688938fb
UM
16