CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/02/07 18:01:31
Modified files: lib/libcrypto/x509: x509_verify.c Log message: x509_verify: missing verify error on cached signature mismatch If a signature mismatch is cached, the same error should be passed to the verify callback as if the mismatch was detected by doing the calculation, rather than falling back to the "unable to find the issuer cert locally". ok beck