summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2000-11-26 18:39:27 +0000
committerGeoff Thorpe <geoff@openssl.org>2000-11-26 18:39:27 +0000
commit0ac87024e310c05e705bf48fbda8f1f53a8f1936 (patch)
tree96289bed2dae52578c8666439426b1009959a17d /CHANGES
parent7abe8305016609939ee5ff0429c9e26d089c321e (diff)
It was a small change, but it *could* conceivably affect people - so I'm
making a note in the CHANGES file.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 21b1e6fc59..0e2c98d185 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Initialise "ex_data" member of an RSA structure prior to calling the
+ method-specific "init()" handler, and clean up ex_data after calling
+ the method-specific "finish()" handler. Previously, this was happening
+ the other way round.
+ [Geoff Thorpe]
+
*) New function BN_swap.
[Bodo Moeller]