summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-02-23 13:04:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-02-23 13:04:24 +0000
commitd7c06e9ec74ef7e71d36b0ffdf95167e67804f1f (patch)
tree0622733f2fe3f9852fc73a1d951c34ef34ed2d9b /CHANGES
parent386828d02913b26918ac2883623e3f66103a120d (diff)
Make OCSP cert id code tolerate a missing issuer certificate
or serial number.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0e54372fe9..c5cd00a9bc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Change OCSP_cert_to_id() to tolerate a NULL subject certificate and
+ OCSP_cert_id_new() a NULL serialNumber. This allows a partial certificate
+ ID to be generated from the issuer certificate alone which can then be
+ passed to OCSP_id_issuer_cmp().
+ [Steve Henson]
+
*) New compilation option ASN1_ITEM_FUNCTIONS. This causes the new
ASN1 modules to export functions returning ASN1_ITEM pointers
instead of the ASN1_ITEM structures themselves. This adds several