summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-12-01 23:03:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-12-01 23:03:30 +0000
commit21a85f1977adf092cb6c5862883fd32402791545 (patch)
tree3bfd3ec0285f4a05186408badda719dbcc6a6391 /CHANGES
parent322de0c8c1ff3d595bc236b30d74cd91240a58f8 (diff)
Add -pubkey option to req command.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9ed1297ccb..0b58507f6d 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 option to output public keys in req command.
+ [Massimiliano Pala madwolf@openca.org]
+
*) Release CRYPTO_LOCK_DYNLOCK when CRYPTO_destroy_dynlockid()
returns early because it has nothing to do.
[Andy Schneider <andy.schneider@bjss.co.uk>]