summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-10-25 14:27:17 +0000
committerBen Laurie <ben@openssl.org>2001-10-25 14:27:17 +0000
commit0e211563335b58e6d16079acc347395dbcc81f91 (patch)
treefdbebafd7730e8f66146ae5a15651049d48dfcd7 /CHANGES
parentf533b7780e756e4687015000eb4055e3c0f278c0 (diff)
Add paralellism to speed - note that this currently causes a weird memory leak.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5c6a9fdcdd..cc418820d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,10 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ +) Add -multi and -mr options to "openssl speed" - giving multiple parallel
+ runs for the former and machine-readable output for the latter.
+ [Ben Laurie]
+
+) Add '-noemailDN' option to 'openssl ca'. This prevents inclusion
of the e-mail address in the DN (i.e., it will go into a certificate
extension only). The new configuration file option 'email_in_dn = no'