rebuild (starting with state from 0.9.7-stable branch) to avoid clutter
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 90b64f4e46a2c841bad85617f3e2092a78e82da8..589d9fc46f3e68e65dcd615c4175f7d0b8bc22b1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
           EC_get_builtin_curves().
      Also add a 'curve_name' member to EC_GROUP objects, which can be
      accessed via
-         EC_GROUP_set_nid()
-         EC_GROUP_get_nid()
+         EC_GROUP_set_curve_name()
+         EC_GROUP_get_curve_name()
      [Nils Larsch <nla@trustcenter.de, Bodo Moeller]
  
   *) Remove a few calls to bn_wexpand() in BN_sqr() (the one in there
 
  Changes between 0.9.7g and 0.9.7h  [XX xxx XXXX]
 
+  *) Add support for smime-type MIME parameter in S/MIME messages which some
+     clients need.
+     [Steve Henson]
+
+  *) New function BN_MONT_CTX_set_locked() to set montgomery parameters in
+     a threadsafe manner. Modify rsa code to use new function and add calls
+     to dsa and dh code (which had race conditions before).
+     [Steve Henson]
+
   *) Include the fixed error library code in the C error file definitions
      instead of fixing them up at runtime. This keeps the error code
      structures constant.