diff options
| author | tb <> | 2024-03-02 10:35:32 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 10:35:32 +0000 |
| commit | a3c990bc8f1fde064c43ffefb311482cb87ecd54 (patch) | |
| tree | 935205f7c56a42128fa412c247899647f6609756 /src/lib/libcrypto/Symbols.namespace | |
| parent | 277f3edd9b1ca36d2165db8f849130e82cb63991 (diff) | |
| download | openbsd-a3c990bc8f1fde064c43ffefb311482cb87ecd54.tar.gz openbsd-a3c990bc8f1fde064c43ffefb311482cb87ecd54.tar.bz2 openbsd-a3c990bc8f1fde064c43ffefb311482cb87ecd54.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 |
