CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/07/11 06:52:41
Modified files: lib/libssl/src/crypto/x509: x509_lu.c x509_vfy.c Added files: lib/libssl/src/crypto/x509: x509_lcl.h Log message: When looking for the issuer of a certificate, if the current candidate is expired or not valid yet, continue looking; only return an expired certificate if no valid certificates have been found. OpenSSL PR #3359 via OpenSSL trunk.