diff options
author | Hugo Landau <hlandau@openssl.org> | 2022-11-30 20:24:15 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2022-12-15 07:32:45 +0100 |
commit | 408622b73a18dd1d8eeb6629bdd91b06715823cc (patch) | |
tree | 0f4943f754ca9d5d5110fb7da9d68583b8c1ee42 /util | |
parent | Coverity: fix 272011 resource leak (diff) | |
download | openssl-408622b73a18dd1d8eeb6629bdd91b06715823cc.tar.xz openssl-408622b73a18dd1d8eeb6629bdd91b06715823cc.zip |
BIO_s_dgram: add documentation and hazard warnings
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19795)
Diffstat (limited to 'util')
-rw-r--r-- | util/missingcrypto.txt | 2 | ||||
-rw-r--r-- | util/missingmacro.txt | 7 | ||||
-rw-r--r-- | util/other.syms | 7 |
3 files changed, 7 insertions, 9 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt index a70861fb1f..a603ff7545 100644 --- a/util/missingcrypto.txt +++ b/util/missingcrypto.txt @@ -201,7 +201,6 @@ BIO_indent(3) BIO_method_name(3) BIO_new_NDEF(3) BIO_new_PKCS7(3) -BIO_new_dgram(3) BIO_new_dgram_sctp(3) BIO_nread(3) BIO_nread0(3) @@ -209,7 +208,6 @@ BIO_number_read(3) BIO_number_written(3) BIO_nwrite(3) BIO_nwrite0(3) -BIO_s_datagram(3) BIO_s_datagram_sctp(3) BIO_s_log(3) BIO_set_flags(3) diff --git a/util/missingmacro.txt b/util/missingmacro.txt index ad03758ba3..50b4b17b15 100644 --- a/util/missingmacro.txt +++ b/util/missingmacro.txt @@ -12,13 +12,6 @@ BIO_cb_post(3) BIO_dup_state(3) BIO_buffer_get_num_lines(3) BIO_buffer_peek(3) -BIO_ctrl_dgram_connect(3) -BIO_ctrl_set_connected(3) -BIO_dgram_recv_timedout(3) -BIO_dgram_send_timedout(3) -BIO_dgram_get_peer(3) -BIO_dgram_set_peer(3) -BIO_dgram_get_mtu_overhead(3) BIO_sock_cleanup(3) ossl_bio__attr__(3) BN_prime_checks_for_size(3) diff --git a/util/other.syms b/util/other.syms index 94bc79e9ee..267c0ff39c 100644 --- a/util/other.syms +++ b/util/other.syms @@ -161,6 +161,13 @@ BIO_dgram_set_caps define BIO_dgram_get_effective_caps define BIO_dgram_get_mtu define BIO_dgram_set_mtu define +BIO_ctrl_dgram_connect define +BIO_ctrl_set_connected define +BIO_dgram_get_mtu_overhead define +BIO_dgram_get_peer define +BIO_dgram_set_peer define +BIO_dgram_recv_timedout define +BIO_dgram_send_timedout define BIO_do_accept define BIO_do_connect define BIO_do_handshake define |