Make the world a safer place (if people object to this kind of change, speak up
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 36064507e87f686e69d563a5aca3857eabd92d86..412d913b1713c30d04ba71cc3b808f2e2f42d492 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,20 @@
 
  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]
+
+  *) X509_name_add_entry() freed the wrong thing after an error.
+     [Arne Ansper <arne@ats.cyber.ee>]
+
+  *) rsa_eay.c would attempt to free a NULL context.
+     [Arne Ansper <arne@ats.cyber.ee>]
+
   *) BIO_s_socket() had a broken should_retry() on Windoze.
      [Arne Ansper <arne@ats.cyber.ee>]
 
@@ -17,7 +31,7 @@
      [Ralf S. Engelschall]
 
   *) Fix the various library and apps files to free up pkeys obtained from
-     EVP_PUBKEY_get() et al. Also allow x509.c to handle netscape extensions.
+     X509_PUBKEY_get() et al. Also allow x509.c to handle netscape extensions.
      [Steve Henson]
 
   *) Fix reference counting in X509_PUBKEY_get(). This makes