summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-01-25 17:00:56 +0000
committerRichard Levitte <levitte@openssl.org>2002-01-25 17:00:56 +0000
commit8242a6a9fc48b5e672ad3dc80ef94d9c08c073d3 (patch)
treeaacfc7f19a713246801fb91aba89e2c256a6c122
parent17bcb8d4659e2c800afc44f8b209808a6fea4239 (diff)
downloadopenssl-new-8242a6a9fc48b5e672ad3dc80ef94d9c08c073d3.tar.gz
Document the change in rsautl.
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index af0fc216d5..a8fd754bf1 100644
--- 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.