Don't set peer_tmp until we have finished constructing it
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index c0d85b3d2b4a04fd65612166ce23dd3ad65faa82..477d18527d668c8bba87c9fc2d6dbcd9289c40ad 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,21 @@
  _______________
 
  Changes between 1.0.2g and 1.1.0  [xx XXX xxxx]
+
+  *) The following datatypes were made opaque: X509_OBJECT, X509_STORE_CTX,
+     X509_STORE, X509_LOOKUP, and X509_LOOKUP_METHOD.  The unused type
+     X509_CERT_FILE_CTX was removed.
+     [Rich Salz]
+
+  *) "shared" builds are now the default. To create only static libraries use
+     the "no-shared" Configure option.
+     [Matt Caswell]
+
+  *) Remove the no-aes, no-hmac, no-rsa, no-sha and no-md5 Configure options.
+     All of these option have not worked for some while and are fundamental
+     algorithms.
+     [Matt Caswell]
+
   *) Make various cleanup routines no-ops and mark them as deprecated. Most
      global cleanup functions are no longer required because they are handled
      via auto-deinit (see OPENSSL_init_crypto and OPENSSL_init_ssl man pages).