QUIC: make update

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19703)
This commit is contained in:
Hugo Landau 2022-11-17 15:47:17 +00:00
parent b940f943a2
commit 44019a69c4
2 changed files with 11 additions and 0 deletions

View File

@ -5506,3 +5506,5 @@ OSSL_HPKE_CTX_get_seq ? 3_2_0 EXIST::FUNCTION:
OSSL_HPKE_CTX_set_seq ? 3_2_0 EXIST::FUNCTION:
OSSL_HPKE_get_recommended_ikmelen ? 3_2_0 EXIST::FUNCTION:
OSSL_PROVIDER_get0_default_search_path ? 3_2_0 EXIST::FUNCTION:
BIO_get_rpoll_descriptor ? 3_2_0 EXIST::FUNCTION:
BIO_get_wpoll_descriptor ? 3_2_0 EXIST::FUNCTION:

View File

@ -532,3 +532,12 @@ SSL_CTX_set1_compressed_cert ? 3_2_0 EXIST::FUNCTION:
SSL_set1_compressed_cert ? 3_2_0 EXIST::FUNCTION:
SSL_CTX_get1_compressed_cert ? 3_2_0 EXIST::FUNCTION:
SSL_get1_compressed_cert ? 3_2_0 EXIST::FUNCTION:
SSL_tick ? 3_2_0 EXIST::FUNCTION:
SSL_get_tick_timeout ? 3_2_0 EXIST::FUNCTION:
SSL_get_rpoll_descriptor ? 3_2_0 EXIST::FUNCTION:
SSL_get_wpoll_descriptor ? 3_2_0 EXIST::FUNCTION:
SSL_want_net_read ? 3_2_0 EXIST::FUNCTION:
SSL_want_net_write ? 3_2_0 EXIST::FUNCTION:
SSL_set_blocking_mode ? 3_2_0 EXIST::FUNCTION:
SSL_get_blocking_mode ? 3_2_0 EXIST::FUNCTION:
SSL_set_initial_peer_addr ? 3_2_0 EXIST::FUNCTION: