aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-03-17 18:30:47 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-03-17 18:30:47 +0000
commit7f663ce430e19099eb3b4f42e9692028b405f90c (patch)
tree1c412188bebe679d90d9bb38ecc4142cb2f2a583 /CHANGES
parente042540f6bb0ebd8acf5c2ab0ccd1f14b5fc0f77 (diff)
downloadopenssl-7f663ce430e19099eb3b4f42e9692028b405f90c.tar.gz
Note my bignum hijinx in case app maintainers are using CHANGES for their
porting efforts. Also, add Richard's name to the prior change.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6029cce5b3..5677cb7b2c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,8 +4,15 @@
Changes between 0.9.7c and 0.9.8 [xx XXX xxxx]
+ *) bn_dup_expand() has been deprecated, it was introduced in 0.9.7 and
+ remained unused and not that useful. A variety of other little bignum
+ tweaks and fixes have also been made continuing on from the audit (see
+ below).
+ [Geoff Thorpe]
+
*) Constify all or almost all d2i, c2i, s2i and r2i functions, along with
associated ASN1, EVP and SSL functions and old ASN1 macros.
+ [Richard Levitte]
*) BN_zero() only needs to set 'top' and 'neg' to zero for correct results,
and this should never fail. So the return value from the use of