Since the last commit also included the OCSP nonce change
authorDr. Stephen Henson <steve@openssl.org>
Mon, 1 Mar 2004 01:10:26 +0000 (01:10 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 1 Mar 2004 01:10:26 +0000 (01:10 +0000)
(which I thought I'd included before). I'd better add the
corresponding CHANGES entry.

CHANGES

diff --git a/CHANGES b/CHANGES
index 2444eb7c5184cc4d0d648cd10a88dbcd01d7b6e1..27bf3e9bb728f62978b74e68a839b512e571d8a3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
 
  Changes between 0.9.7c and 0.9.7d  [xx XXX XXXX]
 
+  *) When creating an OCSP nonce use an OCTET STRING inside the extnValue.
+     A clarification of RFC2560 will require the use of OCTET STRINGs and 
+     some implementations cannot handle the current raw format. Since OpenSSL
+     copies and compares OCSP nonces as opaque blobs without any attempt at
+     parsing them this should not create any compatibility issues.
+     [Steve Henson]
+
   *) New md flag EVP_MD_CTX_FLAG_REUSE this allows md_data to be reused when
      calling EVP_MD_CTX_copy_ex() to avoid calling OPENSSL_malloc(). Without
      this HMAC (and other) operations are several times slower than OpenSSL