summaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2022-08-23 20:40:44 +0200
committerPauli <pauli@openssl.org>2022-10-12 16:55:28 +1100
commitd7f3a2cc8691c062ef5bdeef28b66f80c8f7d5c3 (patch)
tree74a37ff5e93aac68a01ea528f4db3146ef233bd2 /NEWS.md
parentc7340583097a80a4fe42bacea745b2bbaa6d16db (diff)
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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 0aa6b8a548..3ab273da08 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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.