summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-10-13 01:11:56 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-10-13 01:11:56 +0000
commit673b102c5b265bd6c517ac40ab76e1606a243c08 (patch)
treebf23e05bed43e5c523765b8240f721ba4e04dc07 /CHANGES
parent56a3fec1b12d9a95f9b79ce7918fe619488caa9a (diff)
Initial support for certificate purpose checking: this will
ultimately lead to certificate chain verification. It is VERY EXPERIMENTAL at present though.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 12abb95840..3843a9ea75 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,14 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
+ *) Add various functions that can check a certificate's extensions
+ to see if it usable for various purposes such as SSL client,
+ server or S/MIME and CAs of these types. This is currently
+ VERY EXPERIMENTAL but will ultimately be used for certificate chain
+ verification. Also added a -purpose flag to x509 utility to
+ print out all the purposes.
+ [Steve Henson]
+
*) Add a CRYPTO_EX_DATA to X509 certificate structure and associated
functions.
[Steve Henson]