From bb1a2b0bc26345c9c52fa57aebfca43c2a1e8e60 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 10:35:32 +0000 Subject: 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 --- src/lib/libcrypto/Symbols.namespace | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lib/libcrypto/Symbols.namespace') diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 6aa4468fae..4a88b26487 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/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 -- cgit v1.2.3-55-g6feb