mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue