]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
A few more tests were reported.
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
38e33cef
UM
5 Changes between 0.9.4 and 0.9.5 [xx XXX 2000]
6
587bb0e0
DSH
7 *) In bntest.c don't call BN_rand with zero bits argument.
8 [Steve Henson, pointed out by Andrew W. Gray <agray@iconsinc.com>]
9
688938fb 10 *) BN_mul bugfix: In bn_mul_part_recursion() only the a>a[n] && b>b[n]
a5770be6 11 case was implemented. This caused BN_div_recp() to fail occasionally.
688938fb
UM
12