mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-10 17:17:06 +02:00
BUG/MEDIUM: ssl: reactivate 0-RTT for AWS-LC
Then reactivate HAVE_SSL_0RTT and HAVE_SSL_0RTT_QUIC for AWS-LC, which
were wrongly deactivated in f5353f2c
("MINOR: ssl: add HAVE_SSL_0RTT
constant").
Must be backported to 3.0.
This commit is contained in:
parent
376b147fff
commit
56eefd6827
@ -114,7 +114,7 @@
|
|||||||
#define HAVE_SSL_get0_verified_chain
|
#define HAVE_SSL_get0_verified_chain
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(SSL_OP_NO_ANTI_REPLAY)
|
#if defined(SSL_OP_NO_ANTI_REPLAY) || defined(OPENSSL_IS_BORINGSSL) || defined(USE_OPENSSL_AWSLC)
|
||||||
#define HAVE_SSL_0RTT
|
#define HAVE_SSL_0RTT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user