summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-06-11 01:58:42 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-06-11 01:58:42 +0000
commit565d1065c37930c1586b69669eae04162a58e5b9 (patch)
tree771c0e7c028ce20d404d15353e8acbee383cc426 /CHANGES
parent86b0c475d74004eaa99845b4e6443d5357e5945e (diff)
downloadopenssl-new-565d1065c37930c1586b69669eae04162a58e5b9.tar.gz
Document the X509V3 code and change some of the extension function pointers
to use 'void *' rather than 'char *' for an "arbitrary extension".
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 95ad74f671..df27820a49 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.3a and 0.9.4
+ *) Add initial documentation of the X509V3 functions.
+ [Steve Henson]
+
*) Add a new pair of functions PEM_write_PKCS8PrivateKey() and
PEM_write_bio_PKCS8PrivateKey() that are equivalent to
PEM_write_PrivateKey() and PEM_write_bio_PrivateKey() but use the more