Fixes to BN code. Previously the default was to define BN_RECURSION
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 40e3b9d01f7c0935a2b54eec92013d2c100d66c1..2f2b3b115e136b950da2300c897c2c057f724b48 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,11 @@
 
  Changes between 0.9.1c and 0.9.2
 
+  *) Fixes to BN code.  Previously the default was to define BN_RECURSION
+     but the BN code had some problems that would cause failures when
+     doing certificate verification and some other functions.
+     [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
+
   *) Add ASN1 and PEM code to support netscape certificate sequences.
      [Steve Henson]