summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Symbols.list
diff options
context:
space:
mode:
authortb <>2023-07-28 09:58:30 +0000
committertb <>2023-07-28 09:58:30 +0000
commit01880b11cac352ccba5d827f27af88f31718069a (patch)
treea8ef39245b59cd5d4747a1efefdf2919068bb6e3 /src/lib/libcrypto/Symbols.list
parentb5382a6334a2ec0fe73ab6c49ebefb47af93329c (diff)
downloadopenbsd-01880b11cac352ccba5d827f27af88f31718069a.tar.gz
openbsd-01880b11cac352ccba5d827f27af88f31718069a.tar.bz2
openbsd-01880b11cac352ccba5d827f27af88f31718069a.zip
Make ASN.1 BIO internal
With every bump we can remove a bit more of the ASN.1 BIO and the streaming interface. At some point enough will be internal so that we can rewrite it and bring it in a shape where mere mortals can follow all the twists and turns. This is the next step: BIO_f_asn1(3) goes away and takes BIO_asn1_{get,set}_{prefix,suffix}() with it, a bunch of functions helping along in a write-after-free recently. The getters go away, the setters stay for now. ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r--src/lib/libcrypto/Symbols.list5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list
index d0484a5d4c..7dabfa1188 100644
--- a/src/lib/libcrypto/Symbols.list
+++ b/src/lib/libcrypto/Symbols.list
@@ -253,10 +253,6 @@ BIGNUM_it
253BIO_CONNECT_free 253BIO_CONNECT_free
254BIO_CONNECT_new 254BIO_CONNECT_new
255BIO_accept 255BIO_accept
256BIO_asn1_get_prefix
257BIO_asn1_get_suffix
258BIO_asn1_set_prefix
259BIO_asn1_set_suffix
260BIO_callback_ctrl 256BIO_callback_ctrl
261BIO_clear_flags 257BIO_clear_flags
262BIO_copy_next_retry 258BIO_copy_next_retry
@@ -275,7 +271,6 @@ BIO_dump_indent
275BIO_dump_indent_cb 271BIO_dump_indent_cb
276BIO_dump_indent_fp 272BIO_dump_indent_fp
277BIO_dup_chain 273BIO_dup_chain
278BIO_f_asn1
279BIO_f_base64 274BIO_f_base64
280BIO_f_buffer 275BIO_f_buffer
281BIO_f_cipher 276BIO_f_cipher