diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-06-19 19:39:01 +0200 |
---|---|---|
committer | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-06-22 00:26:10 +0200 |
commit | f430ba31ac81f27f0014320fee335d2dc4562a95 (patch) | |
tree | 17debcc6eeebe3e9eadae2dcaa541eb742996717 /NEWS | |
parent | segmentation fault with 'openssl s_client -prexit -keymatexport' (diff) | |
download | openssl-f430ba31ac81f27f0014320fee335d2dc4562a95.tar.xz openssl-f430ba31ac81f27f0014320fee335d2dc4562a95.zip |
Spelling... and more spelling
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1245)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -430,8 +430,8 @@ o New STORE structure and library to provide an interface to all sorts of data repositories. Supports storage of public and private keys, certificates, CRLs, numbers and arbitrary blobs. - This library is unfortunately unfinished and unused withing - OpenSSL. + This library is unfortunately unfinished and unused within + OpenSSL. o New control functions for the error stack. o Changed the PKCS#7 library to support one-pass S/MIME processing. @@ -447,7 +447,7 @@ o Major overhaul of RC4 performance on Intel P4, IA-64 and AMD64. o Changed the Configure script to have some algorithms disabled - by default. Those can be explicitely enabled with the new + by default. Those can be explicitly enabled with the new argument form 'enable-xxx'. o Change the default digest in 'openssl' commands from MD5 to SHA-1. |