summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Symbols.namespace
diff options
context:
space:
mode:
authortb <>2023-07-28 09:58:30 +0000
committertb <>2023-07-28 09:58:30 +0000
commitb57b8995befab5a960cda55abaa2c8eeb444dd0a (patch)
treea8ef39245b59cd5d4747a1efefdf2919068bb6e3 /src/lib/libcrypto/Symbols.namespace
parentd4949db8e78438e8bb53c9c1297b068ac0df7827 (diff)
downloadopenbsd-b57b8995befab5a960cda55abaa2c8eeb444dd0a.tar.gz
openbsd-b57b8995befab5a960cda55abaa2c8eeb444dd0a.tar.bz2
openbsd-b57b8995befab5a960cda55abaa2c8eeb444dd0a.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.namespace')
-rw-r--r--src/lib/libcrypto/Symbols.namespace5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace
index b8ca3539ec..d1afd92c08 100644
--- a/src/lib/libcrypto/Symbols.namespace
+++ b/src/lib/libcrypto/Symbols.namespace
@@ -1120,7 +1120,6 @@ _libre_ASN1_PCTX_get_oid_flags
1120_libre_ASN1_PCTX_set_oid_flags 1120_libre_ASN1_PCTX_set_oid_flags
1121_libre_ASN1_PCTX_get_str_flags 1121_libre_ASN1_PCTX_get_str_flags
1122_libre_ASN1_PCTX_set_str_flags 1122_libre_ASN1_PCTX_set_str_flags
1123_libre_BIO_f_asn1
1124_libre_SMIME_crlf_copy 1123_libre_SMIME_crlf_copy
1125_libre_SMIME_text 1124_libre_SMIME_text
1126_libre_ERR_load_ASN1_strings 1125_libre_ERR_load_ASN1_strings
@@ -1164,10 +1163,6 @@ _libre_BIO_set_ex_data
1164_libre_BIO_get_ex_data 1163_libre_BIO_get_ex_data
1165_libre_BIO_number_read 1164_libre_BIO_number_read
1166_libre_BIO_number_written 1165_libre_BIO_number_written
1167_libre_BIO_asn1_set_prefix
1168_libre_BIO_asn1_get_prefix
1169_libre_BIO_asn1_set_suffix
1170_libre_BIO_asn1_get_suffix
1171_libre_BIO_get_new_index 1166_libre_BIO_get_new_index
1172_libre_BIO_s_file 1167_libre_BIO_s_file
1173_libre_BIO_new_file 1168_libre_BIO_new_file