summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-06 22:53:34 +0000
committerBen Laurie <ben@openssl.org>1999-01-06 22:53:34 +0000
commitf8c3c05db95bd30671bd713ea42d26c6d262c36b (patch)
treef190648289a4d37d3d77f9818731ca270c608daf /CHANGES
parent384c479c8520db8713b44cf572f78146424cd335 (diff)
Make the world a safer place (if people object to this kind of change, speak up
soon - I intend to do a lot of it!).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d1e7e86017..412d913b17 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
Changes between 0.9.1c and 0.9.2
+ *) Add prototype for temp key callback functions
+ SSL_CTX_set_tmp_{rsa,dh}_callback().
+ [Ben Laurie]
+
*) Make DH_free() tolerate being passed a NULL pointer (like RSA_free() and
DSA_free()). Make X509_PUBKEY_set() check for errors in d2i_PublicKey().
[Steve Henson]