]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: quic: temporarly ignore chacha20_poly1305 for libressl
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 2 Sep 2022 13:35:09 +0000 (15:35 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 7 Sep 2022 07:33:46 +0000 (09:33 +0200)
commitd2be9d4c48b71b2132938dbfac36142cc7b8f7c4
tree794d2e489d25fd969299cd932e21d127897f99a0
parent844009d77ac42182ab4d5cf3efaaf227318505a1
BUILD: quic: temporarly ignore chacha20_poly1305 for libressl

LibreSSL does not implement EVP_chacha20_poly1305() with EVP_CIPHER but
uses the EVP_AEAD API instead:

https://man.openbsd.org/EVP_AEAD_CTX_init

This patch disables this cipher for libreSSL for now.
include/haproxy/quic_tls.h