summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-03-13 22:10:15 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-03-13 22:10:15 +0000
commit9e051bac139ce07f846d88b90f3ec514c39ea416 (patch)
tree234a4800454556d58354140cd9d1ced9a56f9478 /CHANGES
parent30fbcaa213866426c9f6b9dad01b9885ab760e31 (diff)
Document a change I'd already made, and at the same time, correct the
change to work properly; BN_zero() should set 'neg' to zero as well as 'top' to match the behaviour of BN_new().
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 22449a3ac9..e675c90309 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.7c and 0.9.8 [xx XXX xxxx]
+ *) BN_CTX_get() should return zero-valued bignums, providing the same
+ initialised value as BN_new().
+ [Geoff Thorpe, suggested by Ulf Möller]
+
*) Support for inhibitAnyPolicy certificate extension.
[Steve Henson]
@@ -21,7 +25,7 @@
some point, these tighter rules will become openssl's default to improve
maintainability, though the assert()s and other overheads will remain only
in debugging configurations. See bn.h for more details.
- [Geoff Thorpe]
+ [Geoff Thorpe, Nils Larsch, Ulf Möller]
*) BN_CTX_init() has been deprecated, as BN_CTX is an opaque structure
that can only be obtained through BN_CTX_new() (which implicitly