]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES
New '-dsaparam' option for 'openssl dhparam', and related fixes.
[thirdparty/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 8265c8826e101a444e1c44745bf0e9cf22e773b1..ed0156342be0bff7f0b4f10aa71b727b5f1f1564 100644 (file)
--- 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.