Mention more GCC bugs in ./PROBLEMS.
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 3b68628fb206a440b9d7555ce14bec1bc493cf17..0103d0c544f66a5acd04eb0b9a9e241385049cf9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,12 +2,15 @@
  OpenSSL CHANGES
  _______________
 
- Changes between 0.9.8 and 0.9.9  [xx XXX xxxx]
-
-  *) 
-
  Changes between 0.9.7h and 0.9.8  [xx XXX xxxx]
 
+  *) Correct naming of the 'chil' and '4758cca' ENGINEs. This
+     involves renaming the source and generated shared-libs for
+     both. The engines will accept the corrected or legacy ids
+     ('ncipher' and '4758_cca' respectively) when binding. NB,
+     this only applies when building 'shared'.
+     [Corinna Vinschen <vinschen@redhat.com> and Geoff Thorpe]
+
   *) Add attribute functions to EVP_PKEY structure. Modify
      PKCS12_create() to recognize a CSP name attribute and
      use it. Make -CSP option work again in pkcs12 utility.