aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-01-26 01:19:27 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-01-26 01:19:27 +0000
commitb2347661cef9447600a77b33575639a1bce6725c (patch)
tree56dbb23fefbbebf16d4688dcff503a773c190cb5 /CHANGES
parentfd9d35f56ea8bf2dcf2befee06cb6584d62e91e5 (diff)
downloadopenssl-b2347661cef9447600a77b33575639a1bce6725c.tar.gz
Still more X509 V3 stuff. Modify ca.c to work with the new code and modify
openssl.cnf for the new syntax.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1efdfb17e2..b09a2c5ba7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
Changes between 0.9.1c and 0.9.2
+ *) Modify the 'ca' program to handle the new extension code. Modify
+ openssl.cnf for new extension format, add comments.
+ [Steve Henson]
+
*) More X509 V3 changes. Fix typo in v3_bitstr.c. Add support to 'req'
and add a sample to openssl.cnf so req -x509 now adds appropriate
CA extensions.