Bugfix: s_client occasionally would sleep in select() when it should
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index e1d946024aa5380c995a6f13f14fb1329596933e..66e267306c783ab751a5233575fbf7d71f879f28 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,21 @@
 
  Changes between 0.9.2b and 0.9.3
 
+  *) Bugfix: s_client occasionally would sleep in select() when
+     it should have checked SSL_pending() first.
+     [Bodo Moeller]
+
+  *) New functions DSA_do_sign and DSA_do_verify to provide access to
+     the raw DSA values prior to ASN.1 encoding.
+     [Ulf Möller]
+
+  *) Tweaks to Configure
+     Niels Poppe <niels@netbox.org>
+
+  *) Add support for PKCS#5 v2.0 ASN1 PBES2 structures. No other support,
+     yet...
+     [Steve Henson]
+
   *) New variables $(RANLIB) and $(PERL) in the Makefiles.
      [Ulf Möller]