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.list | |
| 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.list')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 5 |
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 | |||
| 253 | BIO_CONNECT_free | 253 | BIO_CONNECT_free |
| 254 | BIO_CONNECT_new | 254 | BIO_CONNECT_new |
| 255 | BIO_accept | 255 | BIO_accept |
| 256 | BIO_asn1_get_prefix | ||
| 257 | BIO_asn1_get_suffix | ||
| 258 | BIO_asn1_set_prefix | ||
| 259 | BIO_asn1_set_suffix | ||
| 260 | BIO_callback_ctrl | 256 | BIO_callback_ctrl |
| 261 | BIO_clear_flags | 257 | BIO_clear_flags |
| 262 | BIO_copy_next_retry | 258 | BIO_copy_next_retry |
| @@ -275,7 +271,6 @@ BIO_dump_indent | |||
| 275 | BIO_dump_indent_cb | 271 | BIO_dump_indent_cb |
| 276 | BIO_dump_indent_fp | 272 | BIO_dump_indent_fp |
| 277 | BIO_dup_chain | 273 | BIO_dup_chain |
| 278 | BIO_f_asn1 | ||
| 279 | BIO_f_base64 | 274 | BIO_f_base64 |
| 280 | BIO_f_buffer | 275 | BIO_f_buffer |
| 281 | BIO_f_cipher | 276 | BIO_f_cipher |
