Add new -notext option to 'ca', -pubkey option to spkac.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index a79a77ef54b6dff1e64c784f6a2017eebe8ed087..d49e01bdb4b7f0e814a23e6449d2c50d99702f06 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,15 @@
 
  Changes between 0.9.4 and 0.9.5  [xx XXX 2000]
 
-  *) Support the EBCDIC character set completed.
+  *) Add a new -notext option to 'ca' and a -pubkey option to 'spkac'.
+     [Steve Henson]
+
+  *) Use a less unusual form of the Miller-Rabin primality test (it used
+     a binary algorithm for exponentiation integrated into the Miller-Rabin
+     loop, our standard modexp algorithms are faster).
+     [Bodo Moeller]
+
+  *) Support for the EBCDIC character set completed.
      [Martin Kraemer <Martin.Kraemer@Mch.SNI.De>]
 
   *) Source code cleanups: use const where appropriate, eliminate casts,