Fix incorrect DER encoding of SETs and all knock-ons from that.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index f69e6ed152c708f13de88cd2225b513857281aeb..ec9dbc250ec8e2d74db21baa2d68fbe8812fc6be 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,20 @@
  _______________
 
 
- Changes between 0.9.01c and 0.9.1d
+ Changes between 0.9.1c and 0.9.1d
+
+  *) SETs were incorrectly DER encoded. This was a major pain, because they
+     shared code with SEQUENCEs, which aren't coded the same. This means that
+     almost everything to do with SETs or SEQUENCEs has either changed name or
+     number of arguments.
+     [Ben Laurie, based on a partial fix by GP Jayan <gp@nsj.co.jp>]
+
+  *) Fix test data to work with the above.
+     [Ben Laurie]
+
+  *) Fix the RSA header declarations that hid a bug I fixed in 0.9.0b but
+     was already fixed by Eric for 0.9.1 it seems.
+     [Ben Laurie - pointed out by Ulf M\81öller <ulf@fitug.de>]
 
   *) Autodetect FreeBSD3.
      [Ben Laurie]
      sco5-cc.
      [Ben Laurie]
 
- Changes between 0.9.01b and 0.9.1c
+  *) Eliminate generated files from CVS. Reorder tests to regenerate files
+     before they are needed.
+     [Ben Laurie]
+
+  *) Generate Makefile.ssl from Makefile.org (to keep CVS happy).
+     [Ben Laurie]
+
+ Changes between 0.9.1b and 0.9.1c
 
   *) Added OPENSSL_VERSION_NUMBER to crypto/crypto.h and 
      changed SSLeay to OpenSSL in version strings.
@@ -72,7 +92,7 @@
 
   *) The Genesis of the OpenSSL rpject:
      We start with the latest (unreleased) SSLeay version 0.9.1b which Eric A.
-     Joung and Tim J. Hudson created while they were working for C2Net until
+     Young and Tim J. Hudson created while they were working for C2Net until
      summer 1998.
      [The OpenSSL Project]