summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-01-11 13:23:19 +0000
committerBodo Möller <bodo@openssl.org>2001-01-11 13:23:19 +0000
commitd199858e89e75805d47bdc32ddcdf9df389757f9 (patch)
tree267daad5b501e810a0f273a191dd4f95d85bf1ac /CHANGES
parent10a2975a278af3f3eb4eb8b20c8c2d53795a18a3 (diff)
New -newreq-nodes option to CA.pl.
Submitted by: Damien Miller <djm@mindrot.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0e115315a3..0213d865db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,11 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) New '-newreq-nodes' command option to CA.pl. This is like
+ '-newreq', but calls 'openssl req' with the '-nodes' option
+ so that the resulting key is not encrypted.
+ [Damien Miller <djm@mindrot.org>]
+
*) New configuration for the GNU Hurd.
[Jonathan Bartlett <johnnyb@wolfram.com> via Richard Levitte]