CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/03/02 03:40:05
Modified files:
lib/libcrypto : Symbols.list Symbols.namespace
lib/libcrypto/hidden/openssl: x509_vfy.h x509v3.h
lib/libcrypto/x509: x509_local.h x509_purp.c x509_vfy.c
x509_vfy.h x509v3.h
Log message:
Remove unused parts of the purpose API
Most of this is the ability to add custom purposes. Also the astounding
X509_STORE_CTX_purpose_inherit(). The names are used by PHP, and M2Crypto
exposes X509_check_purpose(), so these remain public. Some weird, most
likely invalid, uses also remain in rust-openssl.
ok jsing