CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/08/31 04:12:23
Modified files: lib/libcrypto : Symbols.list lib/libcrypto/hidden/openssl: x509.h lib/libcrypto/x509: x509.h x509_local.h x509_trs.c Log message: Remove X509_check_trust() and some related defines Someone thought it would be a good idea to append non-standard trust information to the certs in the trust store. This API is used to inspect that depending on the intended purpose of the cert. Only M2Crypto thought it necessary to expose this. It was adjusted. ok beck jsing