From: tb Date: Fri, 4 Feb 2022 00:55:52 +0000 (+0000) Subject: Fix capitalization of ChaCha20 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ceda8ed5a346ba366808ebb1d348faec347cfc4e;p=openbsd Fix capitalization of ChaCha20 --- diff --git a/lib/libcrypto/man/crypto.3 b/lib/libcrypto/man/crypto.3 index 4c658d08305..f809347a6bc 100644 --- a/lib/libcrypto/man/crypto.3 +++ b/lib/libcrypto/man/crypto.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.3,v 1.27 2021/12/31 22:40:40 jsg Exp $ +.\" $OpenBSD: crypto.3,v 1.28 2022/02/04 00:55:52 tb Exp $ .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 .\" .\" This file is a derived work. @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 31 2021 $ +.Dd $Mdocdate: February 4 2022 $ .Dt CRYPTO 3 .Os .Sh NAME @@ -80,7 +80,7 @@ implementations of TLS and S/MIME, and they have also been used to implement SSH, OpenPGP, and other cryptographic standards. .Pp .Sy Symmetric ciphers -including AES, Blowfish, CAST, Chacha20, IDEA, DES, RC2, and RC4 +including AES, Blowfish, CAST, ChaCha20, IDEA, DES, RC2, and RC4 are provided by the generic interface .Xr EVP_EncryptInit 3 . Low-level stand-alone interfaces include