diff options
| author | tb <> | 2023-07-28 09:58:30 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 09:58:30 +0000 |
| commit | 01880b11cac352ccba5d827f27af88f31718069a (patch) | |
| tree | a8ef39245b59cd5d4747a1efefdf2919068bb6e3 /src/lib/libcrypto/Symbols.namespace | |
| parent | b5382a6334a2ec0fe73ab6c49ebefb47af93329c (diff) | |
| download | openbsd-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.namespace')
| -rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 5 |
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 |
