summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-10-11 01:30:04 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-10-11 01:30:04 +0000
commit56a3fec1b12d9a95f9b79ce7918fe619488caa9a (patch)
tree3fb749ffd956c6f2e25b9eb905dcfc017be45499 /CHANGES
parent4654ef985b58e2cf7c153057ffc6fda8ab186543 (diff)
Add EX_DATA support to X509.
Fix a bug in the X509_get_d2i() functions which didn't check if crit was NULL.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7cbe4ded32..12abb95840 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
+ *) Add a CRYPTO_EX_DATA to X509 certificate structure and associated
+ functions.
+ [Steve Henson]
+
*) New X509V3_{X509,CRL,REVOKED}_get_d2i() functions. These will search
for, obtain and decode and extension and obtain its critical flag.
This allows all the necessary extension code to be handled in a