summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_lcl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When looking for the issuer of a certificate, if the current candidate ismiod2014-07-111-0/+59
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.