]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
make update
authorHugo Landau <hlandau@openssl.org>
Thu, 18 Jan 2024 13:56:24 +0000 (13:56 +0000)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Wed, 11 Sep 2024 08:00:06 +0000 (18:00 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23334)

crypto/err/openssl.txt
include/openssl/sslerr.h
util/libssl.num

index 94a94347e65f0e17fe6606dd6bd9ec2d533b1f96..159a1a16111ab49111ecc43adfcb8a608081bc14 100644 (file)
@@ -1409,6 +1409,7 @@ SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC:281:\
 SSL_R_DH_KEY_TOO_SMALL:394:dh key too small
 SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG:148:dh public value length is wrong
 SSL_R_DIGEST_CHECK_FAILED:149:digest check failed
+SSL_R_DOMAIN_USE_ONLY:422:domain use only
 SSL_R_DTLS_MESSAGE_TOO_BIG:334:dtls message too big
 SSL_R_DUPLICATE_COMPRESSION_ID:309:duplicate compression id
 SSL_R_ECC_CERT_NOT_FOR_SIGNING:318:ecc cert not for signing
@@ -1468,7 +1469,7 @@ SSL_R_LENGTH_TOO_LONG:404:length too long
 SSL_R_LENGTH_TOO_SHORT:160:length too short
 SSL_R_LIBRARY_BUG:274:library bug
 SSL_R_LIBRARY_HAS_NO_CIPHERS:161:library has no ciphers
-SSL_R_LISTENER_USE_ONLY:412:listener use only
+SSL_R_LISTENER_USE_ONLY:421:listener use only
 SSL_R_MAXIMUM_ENCRYPTED_PKTS_REACHED:395:maximum encrypted pkts reached
 SSL_R_MISSING_DSA_SIGNING_CERT:165:missing dsa signing cert
 SSL_R_MISSING_ECDSA_SIGNING_CERT:381:missing ecdsa signing cert
index f29299ee3117482a852176153efccea4de8c4f0b..749658941c44cf118c88e979b50946ce9e830e3d 100644 (file)
 # define SSL_R_DH_KEY_TOO_SMALL                           394
 # define SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG            148
 # define SSL_R_DIGEST_CHECK_FAILED                        149
+# define SSL_R_DOMAIN_USE_ONLY                            422
 # define SSL_R_DTLS_MESSAGE_TOO_BIG                       334
 # define SSL_R_DUPLICATE_COMPRESSION_ID                   309
 # define SSL_R_ECC_CERT_NOT_FOR_SIGNING                   318
 # define SSL_R_LENGTH_TOO_SHORT                           160
 # define SSL_R_LIBRARY_BUG                                274
 # define SSL_R_LIBRARY_HAS_NO_CIPHERS                     161
-# define SSL_R_LISTENER_USE_ONLY                          412
+# define SSL_R_LISTENER_USE_ONLY                          421
 # define SSL_R_MAXIMUM_ENCRYPTED_PKTS_REACHED             395
 # define SSL_R_MISSING_DSA_SIGNING_CERT                   165
 # define SSL_R_MISSING_ECDSA_SIGNING_CERT                 381
index f1daba1d1bea5796fa037ef5ee1f71d874e8c24f..40f337c1c1cab3fa103fdcea2588c7e5dc4c314c 100644 (file)
@@ -587,3 +587,10 @@ SSL_CTX_flush_sessions_ex               587        3_4_0   EXIST::FUNCTION:
 SSL_CTX_set_block_padding_ex            588    3_4_0   EXIST::FUNCTION:
 SSL_set_block_padding_ex                589    3_4_0   EXIST::FUNCTION:
 SSL_get1_builtin_sigalgs                590    3_4_0   EXIST::FUNCTION:
+OSSL_QUIC_server_method                 ?      3_5_0   EXIST::FUNCTION:QUIC
+SSL_is_listener                         ?      3_5_0   EXIST::FUNCTION:
+SSL_get0_listener                       ?      3_5_0   EXIST::FUNCTION:
+SSL_new_listener                        ?      3_5_0   EXIST::FUNCTION:
+SSL_accept_connection                   ?      3_5_0   EXIST::FUNCTION:
+SSL_get_accept_connection_queue_len     ?      3_5_0   EXIST::FUNCTION:
+SSL_listen                              ?      3_5_0   EXIST::FUNCTION: