Document the change in rsautl.
authorRichard Levitte <levitte@openssl.org>
Fri, 25 Jan 2002 17:00:56 +0000 (17:00 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 25 Jan 2002 17:00:56 +0000 (17:00 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index af0fc216d526403fca3c8f346b5bb57771bfe13a..a8fd754bf1721ca61eca582d21ffef4f7d679c14 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,9 @@
          *) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
          +) applies to 0.9.7 only
 
+  +) Add -keyform to rsautl, and document -engine.
+     [Richard Levitte, inspired by Toomas Kiisk <vix@cyber.ee>]
+
   +) Change BIO_new_file (crypto/bio/bss_file.c) to use new
      BIO_R_NO_SUCH_FILE error code rather than the generic
      ERR_R_SYS_LIB error code if fopen() fails with ENOENT.