]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINT
authorMatt Caswell <matt@openssl.org>
Wed, 25 Nov 2020 15:18:15 +0000 (15:18 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 30 Nov 2020 10:37:14 +0000 (10:37 +0000)
commit9327b5c9c9e3a1b18e5b52491dc438d1e28b5e40
tree78963d2d5d182bea82e353f75d10f06125cb586a
parenta07dc8167ba79efe739fef18d7e2ef823bef16c9
Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINT

If OPENSSL_SMALL_FOOTPRINT was defined then the CHACHA20-POLY1305
implementation for TLS went down a different codepath that failed to
adjust the payload length to remove the tag.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13513)
providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c