]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC: make update
authorHugo Landau <hlandau@openssl.org>
Thu, 17 Nov 2022 15:47:17 +0000 (15:47 +0000)
committerHugo Landau <hlandau@openssl.org>
Fri, 13 Jan 2023 13:20:16 +0000 (13:20 +0000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19703)

util/libcrypto.num
util/libssl.num

index f4b7c95e55af92d4294996be44b6b2c9d7dcc721..f195c5f7199bd127f57486ffc09d0b2647065c55 100644 (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:
index c275cffcd039ee8b79466793da2e360ae8128f8f..554c99619a45aa67552ef85dee4b9271168aab65 100644 (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: