From ad83deab61bd6207a1bcb14c6dad3ce4d6d347ef Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 22 Jan 2020 22:56:07 +0000 Subject: The length of the IV of EVP_chacha20 is currently 64 bits, not 96. ok beck --- src/lib/libcrypto/man/EVP_EncryptInit.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libcrypto/man/EVP_EncryptInit.3 b/src/lib/libcrypto/man/EVP_EncryptInit.3 index 873a09aa37..33fb6938fd 100644 --- a/src/lib/libcrypto/man/EVP_EncryptInit.3 +++ b/src/lib/libcrypto/man/EVP_EncryptInit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_EncryptInit.3,v 1.36 2019/08/15 09:36:29 schwarze Exp $ +.\" $OpenBSD: EVP_EncryptInit.3,v 1.37 2020/01/22 22:56:07 tb Exp $ .\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 .\" EVP_bf_cbc.pod EVP_cast5_cbc.pod EVP_idea_cbc.pod EVP_rc2_cbc.pod .\" 7c6d372a Nov 20 13:20:01 2018 +0000 @@ -71,7 +71,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 15 2019 $ +.Dd $Mdocdate: January 22 2020 $ .Dt EVP_ENCRYPTINIT 3 .Os .Sh NAME @@ -1029,7 +1029,7 @@ is an alias for implemented as a macro. .It Fn EVP_chacha20 The ChaCha20 stream cipher. -The key length is 256 bits, the IV is 96 bits long. +The key length is 256 bits, the IV is 64 bits long. .El .Pp See also -- cgit v1.2.3-55-g6feb