Fix reference counting.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 01c358cd536b06b35884304af0abed43928c245b..8d1294d9f5dffa4024b100640f5a35e1ea5ee06e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,29 @@
 
  Changes between 0.9.1c and 0.9.2
 
+  *) Fix reference counting in X509_PUBKEY_get(). This makes
+     demos/maurice/example2.c work, amongst others, probably.
+     [Steve Henson and Ben Laurie]
+
+  *) First cut of a cleanup for apps/. First the `ssleay' program is now named
+     `openssl' and second, the shortcut symlinks for the `openssl <command>'
+     are no longer created. This way we have a single and consistent command
+     line interface `openssl <command>', similar to `cvs <command>'.
+     [Ralf S. Engelschall, Paul Sutton and Ben Laurie]
+
+  *) ca.c: move test for DSA keys inside #ifndef NO_DSA. Make pubkey
+     BIT STRING wrapper always have zero unused bits.
+     [Steve Henson]
+
+  *) Add CA.pl, perl version of CA.sh, add extended key usage OID.
+     [Steve Henson]
+
+  *) Make the top-level INSTALL documentation easier to understand.
+     [Paul Sutton]
+
+  *) Makefiles updated to exit if an error occurs in a sub-directory
+     make (including if user presses ^C) [Paul Sutton]
+
   *) Make Montgomery context stuff explicit in RSA data structure.
      [Ben Laurie]