commit | d2be9d4c48b71b2132938dbfac36142cc7b8f7c4 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Fri Sep 02 15:35:09 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Sep 07 09:33:46 2022 +0200 |
tree | 794d2e489d25fd969299cd932e21d127897f99a0 | |
parent | 844009d77ac42182ab4d5cf3efaaf227318505a1 [diff] |
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.