CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/30 22:20:30
Modified files:
lib/libcrypto/x509: x509_vfy.c
Log message:
Retire X509_V_FLAG_CB_ISSUER_CHECK
This flag has been deprecated in OpenSSL 1.1 and has not had an effect
since. This way we can simplify the default check_issued() callback,
which helpfully has its arguments reversed compared to the public API
X509_check_issued().
ok jsing
