Fix GCC warning...
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 01d5f4eb4843ef26db6b5db89711b9c0c0103cec..81bd07e5601cd93a9fbd2b7a18176d7856077d59 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,26 @@
 
  Changes between 0.9.1c and 0.9.2
 
+  *) Add a bunch of fixes to the PKCS#7 stuff. It used to sometimes reorder
+     signed attributes when verifying signatures (this would break them), 
+     the detached data encoding was wrong and public keys obtained using
+     X509_get_pubkey() weren't freed.
+     [Steve Henson]
+
+  *) Add text documentation for the BUFFER functions. Also added a work around
+     to a Win95 console bug. This was triggered by the password read stuff: the
+     last character typed gets carried over to the next fread(). If you were 
+     generating a new cert request using 'req' for example then the last
+     character of the passphrase would be CR which would then enter the first
+     field as blank.
+     [Steve Henson]
+
+  *) Added the new `Includes OpenSSL Cryptography Software' button as
+     doc/openssl_button.{gif,html} which is similar in style to the old SSLeay
+     button and can be used by applications based on OpenSSL to show the
+     relationship to the OpenSSL project.  
+     [Ralf S. Engelschall]
+
   *) Remove confusing variables in function signatures in files
      ssl/ssl_lib.c and ssl/ssl.h.
      [Lennart Bong <lob@kulthea.stacken.kth.se>]