mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 07:33:34 +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:
@@ -114,7 +114,7 @@
|
||||
#define HAVE_SSL_get0_verified_chain
|
||||
#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
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user