summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-03 22:18:19 +0000
committerBodo Möller <bodo@openssl.org>2000-03-03 22:18:19 +0000
commit41918458c0617911fd5eb44df9abb2d8dacde48f (patch)
tree272c8412f112fa29198cf39980fbd72d849582cf /CHANGES
parentd6f68fa3149102bc6778935c700af5c7b4044d7d (diff)
New '-dsaparam' option for 'openssl dhparam', and related fixes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8265c8826e..ed0156342b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,15 @@
Changes between 0.9.5 and 0.9.6 [XX XXX 2000]
+ *) Add '-dsaparam' option to 'openssl dhparam' application. This
+ converts DSA parameters into DH parameters. (When creating parameters,
+ DSA_generate_parameters is used.)
+ [Bodo Moeller]
+
+ *) Include 'length' (recommended exponent length) in C code generated
+ by 'openssl dhparam -C'.
+ [Bodo Moeller]
+
*) The second argument to set_label in perlasm was already being used
so couldn't be used as a "file scope" flag. Moved to third argument
which was free.