summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/expirecallback.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move leaf certificate checks to the last thing after chain validation.beck2022-06-251-0/+279
While seemingly illogical and not what is done in Go's validator, this mimics OpenSSL's behavior so that callback overrides for the expiry of a certificate will not "sticky" override a failure to build a chain. ok jsing@