summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-12-15 07:23:53 +0000
committerHugo Landau <hlandau@openssl.org>2023-01-05 10:39:20 +0000
commit6f252dd632afe0f24139a6c75958a8d8245a4e6a (patch)
tree8bbed80f96c74d675d9bb51b96571b55391d5cac /util
parent0a69ca8f635f88b0488c5684410f97e22346c0bc (diff)
BIO_s_dgram: add documentation and hazard warnings
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19913) (cherry picked from commit 69e18a4d93ee5f50bcbf62268b4a59df29d67a02)
Diffstat (limited to 'util')
-rw-r--r--util/missingcrypto.txt2
-rw-r--r--util/missingmacro.txt7
-rw-r--r--util/other.syms7
3 files changed, 7 insertions, 9 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt
index c7281da6d8..c95557653b 100644
--- a/util/missingcrypto.txt
+++ b/util/missingcrypto.txt
@@ -202,7 +202,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)
@@ -210,7 +209,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 97d22205af..bc16c026dd 100644
--- a/util/missingmacro.txt
+++ b/util/missingmacro.txt
@@ -13,13 +13,6 @@ BIO_set_conn_mode(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 0b7e063547..cdd62e81d0 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -146,6 +146,13 @@ ssl_ct_validation_cb datatype
ASN1_BIT_STRING_digest define
BIO_append_filename define
BIO_destroy_bio_pair 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