aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-04-03 22:27:24 +0000
committerRichard Levitte <levitte@openssl.org>2003-04-03 22:27:24 +0000
commite6526fbf4dc894d71ae3517a1ba484475b79b402 (patch)
treee852ebe778b4b013f0e783dc3547c60008d0dd60 /CHANGES
parent8152d887992c8f15fcf63c7da48c5d8805f1b3b2 (diff)
downloadopenssl-e6526fbf4dc894d71ae3517a1ba484475b79b402.tar.gz
Add functionality to help making self-signed certificate.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 505ef51880..0d767703cd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.7a and 0.9.8 [xx XXX xxxx]
+ *) Add functionality to check the public key of a certificate request
+ against a given private. This is useful to check that a certificate
+ request can be signed by that key (self-signing).
+ [Richard Levitte]
+
*) Make it possible to have multiple active certificates with the same
subject in the CA index file. This is done only if the keyword
'unique_subject' is set to 'no' in the main CA section (default