diff options
author | tb <> | 2024-03-02 10:35:32 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 10:35:32 +0000 |
commit | bb1a2b0bc26345c9c52fa57aebfca43c2a1e8e60 (patch) | |
tree | 935205f7c56a42128fa412c247899647f6609756 /src/lib/libcrypto/Symbols.namespace | |
parent | 89eb64e4c740465b9ae86211f8cea0d76ff94956 (diff) | |
download | openbsd-bb1a2b0bc26345c9c52fa57aebfca43c2a1e8e60.tar.gz openbsd-bb1a2b0bc26345c9c52fa57aebfca43c2a1e8e60.tar.bz2 openbsd-bb1a2b0bc26345c9c52fa57aebfca43c2a1e8e60.zip |
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 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 4 |
1 files changed, 0 insertions, 4 deletions
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 | |||
755 | _libre_s2i_ASN1_INTEGER | 755 | _libre_s2i_ASN1_INTEGER |
756 | _libre_i2s_ASN1_ENUMERATED | 756 | _libre_i2s_ASN1_ENUMERATED |
757 | _libre_i2s_ASN1_ENUMERATED_TABLE | 757 | _libre_i2s_ASN1_ENUMERATED_TABLE |
758 | _libre_X509V3_EXT_add | ||
759 | _libre_X509V3_EXT_add_list | ||
760 | _libre_X509V3_EXT_add_alias | ||
761 | _libre_X509V3_EXT_cleanup | ||
762 | _libre_X509V3_EXT_get | 758 | _libre_X509V3_EXT_get |
763 | _libre_X509V3_EXT_get_nid | 759 | _libre_X509V3_EXT_get_nid |
764 | _libre_X509V3_add_standard_extensions | 760 | _libre_X509V3_add_standard_extensions |