Skip to content

Commit

Permalink
QUIC: added support for the Tongsuo SSL library.
Browse files Browse the repository at this point in the history
For the needs of QUIC, this is basically openssl-1.1.1h with
BoringSSL-compatible QUIC support.

The library was developed by AliBaba and was previously called BabaSSL,
thus macro names [1].

[1] https://github.com/Tongsuo-Project/Tongsuo
  • Loading branch information
vlhomutov committed Mar 2, 2023
1 parent f7d8ee8 commit 67a8634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/event/quic/ngx_event_quic_ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#if defined OPENSSL_IS_BORINGSSL \
|| defined LIBRESSL_VERSION_NUMBER \
|| defined BABASSL_VERSION_NUMBER \
|| NGX_QUIC_OPENSSL_COMPAT
#define NGX_QUIC_BORINGSSL_API 1
#endif
Expand Down

0 comments on commit 67a8634

Please sign in to comment.