summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-10-28 14:02:19 +0000
committerBodo Möller <bodo@openssl.org>2002-10-28 14:02:19 +0000
commit19b8d06a7911d41ce8b3e347b4f58878e12d92ff (patch)
treedeb9c6b9a4d34e5fb9dac030f672c17e17ca4cbb /CHANGES
parent5c6bf03117a26942327f43d02e9113e9870f7aba (diff)
clean up new code for NIST primes
create new lock CRYPTO_LOCK_BN to avoid race condition
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c22b94553a..31ee94bff5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,9 @@
if applicable.
[Nils Larsch <nla@trustcenter.de>]
+ *) Add new lock type (CRYPTO_LOCK_BN).
+ [Bodo Moeller]
+
*) Change the ENGINE framework to automatically load engines
dynamically from specific directories unless they could be
found to already be built in or loaded. Move all the