diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 10:35:33 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 10:35:33 +0000 |
commit | 2c4b747f1f6ce9270960f37d9d15d396891bbc06 (patch) | |
tree | b38a92f800118e9fc1ea0fe66c50f163ab1ac33a /lib/libcrypto/Symbols.namespace | |
parent | 47e4728265eb421f358a2ae755f537f33d44fe21 (diff) |
Remove X509V3_EXT extensibility API
You used to be able to define your own X.509 extension handlers. Great.
Even greater: the verifier would ignore any custom extensions. So this
was only ever useful for serialization and deserialization. In other
words, almost entirely pointless. The API was also unused except for
a hack in kore-acme, which was fixed recently.
ok jsing
Diffstat (limited to 'lib/libcrypto/Symbols.namespace')
-rw-r--r-- | lib/libcrypto/Symbols.namespace | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libcrypto/Symbols.namespace b/lib/libcrypto/Symbols.namespace index 6aa4468fae1..4a88b264875 100644 --- a/lib/libcrypto/Symbols.namespace +++ b/lib/libcrypto/Symbols.namespace @@ -755,10 +755,6 @@ _libre_i2s_ASN1_INTEGER _libre_s2i_ASN1_INTEGER _libre_i2s_ASN1_ENUMERATED _libre_i2s_ASN1_ENUMERATED_TABLE -_libre_X509V3_EXT_add -_libre_X509V3_EXT_add_list -_libre_X509V3_EXT_add_alias -_libre_X509V3_EXT_cleanup _libre_X509V3_EXT_get _libre_X509V3_EXT_get_nid _libre_X509V3_add_standard_extensions |