]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Correct minor spelling error.
[thirdparty/openssl.git] / CHANGES
CommitLineData
81a6c781 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
beab098d 5 Changes between 0.9.7c and 0.9.8 [xx XXX xxxx]
4d94ae00 6
7f663ce4
GT
7 *) bn_dup_expand() has been deprecated, it was introduced in 0.9.7 and
8 remained unused and not that useful. A variety of other little bignum
9 tweaks and fixes have also been made continuing on from the audit (see
10 below).
11 [Geoff Thorpe]
12
875a644a
RL
13 *) Constify all or almost all d2i, c2i, s2i and r2i functions, along with
14 associated ASN1, EVP and SSL functions and old ASN1 macros.
7f663ce4 15 [Richard Levitte]
875a644a 16
b6358c89
GT
17 *) BN_zero() only needs to set 'top' and 'neg' to zero for correct results,
18 and this should never fail. So the return value from the use of
19 BN_set_word() (which can fail due to needless expansion) is now deprecated;
20 if OPENSSL_NO_DEPRECATED is defined, BN_zero() is a void macro.
21 [Geoff Thorpe]
22
9e051bac
GT
23 *) BN_CTX_get() should return zero-valued bignums, providing the same
24 initialised value as BN_new().
25