From: Richard Levitte Date: Fri, 25 Jan 2002 17:00:56 +0000 (+0000) Subject: Document the change in rsautl. X-Git-Tag: OpenSSL-engine-0_9_6c^2^2~67 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8242a6a9fc48b5e672ad3dc80ef94d9c08c073d3;p=oweals%2Fopenssl.git Document the change in rsautl. --- 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 ] + +) 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.