aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-12-24 18:02:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-12-24 18:02:33 +0000
commit57d2f21782631c735ed134ee4fb0d682426e1522 (patch)
tree6ca2852c275a8a9259dcff49b7d26d15e8ffef82 /CHANGES
parent895959b7366e5757c6bef1adb3892152ef3ebd70 (diff)
downloadopenssl-57d2f21782631c735ed134ee4fb0d682426e1522.tar.gz
New function X509V3_add_i2d() this is used for
encoding, replacing and deleting extensions. Fix X509V3_get_d2i() so it uses takes note of new critical behaviour.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e088fadcba..167048fa6a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) New function X509V3_add1_i2d(). This automatically encodes and
+ adds an extension. Its behaviour can be customised with various
+ flags to append, replace or delete. Various wrappers added for
+ certifcates and CRLs.
+ [Steve Henson]
+
*) Fix to avoid calling the underlying ASN1 print routine when
an extension cannot be parsed. Correct a typo in the
OCSP_SERVICELOC extension. Tidy up print OCSP format.