summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-09-12 00:19:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-09-12 00:19:20 +0000
commit96bd6f730a53f765a471a1aa663c6b161da93bf8 (patch)
treead9583e726b8132179f37586993503ce9a373003 /CHANGES
parentc0f5dd070b7fa701b0d72e909206bffd4b7031dc (diff)
Add certificate and request demos.
Fix X509V3 macro so they compile.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3b467094cb..4986190821 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,9 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ +) Add some demos for certificate and certificate request creation.
+ [Steve Henson]
+
+) Make maximum certificate chain size accepted from the peer application
settable (SSL*_get/set_max_cert_list()), as proposed by
"Douglas E. Engert" <deengert@anl.gov>.