diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2022-08-23 20:40:44 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2022-10-12 07:55:28 +0200 |
commit | d7f3a2cc8691c062ef5bdeef28b66f80c8f7d5c3 (patch) | |
tree | 74a37ff5e93aac68a01ea528f4db3146ef233bd2 /NEWS.md | |
parent | crypto/*: Fix various typos, repeated words, align some spelling to LDP. (diff) | |
download | openssl-d7f3a2cc8691c062ef5bdeef28b66f80c8f7d5c3.tar.xz openssl-d7f3a2cc8691c062ef5bdeef28b66f80c8f7d5c3.zip |
Fix various typos, repeated words, align some spelling to LDP.
Partially revamped from #16712
- fall thru -> fall through
- time stamp -> timestamp
- host name -> hostname
- ipv6 -> IPv6
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19059)
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,7 +64,7 @@ OpenSSL 3.0 * Enhanced 'openssl list' with many new options. * Added migration guide to man7. * Implemented support for fully "pluggable" TLSv1.3 groups. - * Added suport for Kernel TLS (KTLS). + * Added support for Kernel TLS (KTLS). * Changed the license to the Apache License v2.0. * Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2, RC4, RC5, and DES to the legacy provider. @@ -107,7 +107,7 @@ OpenSSL 3.0 * Deprecated ERR_put_error(), ERR_get_error_line(), ERR_get_error_line_data(), ERR_peek_error_line_data(), ERR_peek_last_error_line_data() and ERR_func_error_string(). - * Added OSSL_PROVIDER_available(), to check provider availibility. + * Added OSSL_PROVIDER_available(), to check provider availability. * Added 'openssl mac' that uses the EVP_MAC API. * Added 'openssl kdf' that uses the EVP_KDF API. * Add OPENSSL_info() and 'openssl info' to get built-in data. |