]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ossl: Add ChaCha20 cipher support.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 3 Mar 2021 23:17:43 +0000 (15:17 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 21 Oct 2021 15:51:24 +0000 (08:51 -0700)
commit6ca6d4edc234cee9e3c85b058d8b0adda0a2026f
tree9f48fee614ba1068432af4b7fd6ca9a8c29c86ec
parentee1e39b012f6239539cc0293eb0495e237d033ca
ossl: Add ChaCha20 cipher support.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D28756

(cherry picked from commit 92aecd1e6fac47ffc893f628c1fe289568bb19cb)
share/man/man4/ossl.4
sys/conf/files
sys/conf/files.amd64
sys/conf/files.arm64
sys/conf/files.i386
sys/crypto/openssl/ossl.c
sys/crypto/openssl/ossl.h
sys/crypto/openssl/ossl_chacha.h [new file with mode: 0644]
sys/crypto/openssl/ossl_chacha20.c [new file with mode: 0644]
sys/modules/ossl/Makefile