summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509/x509_verify.c
AgeCommit message (Expand)Author
2020-09-19remove superfluous NULL checkBob Beck
2020-09-16Make check in x509_verify_ctx_set_max_signatures() consistent with others.Joel Sing
2020-09-16Dedup code in x509_verify_ctx_new_from_xsc().Joel Sing
2020-09-15set error_depth and current_cert to make more legacy callbacks that don't checkBob Beck
2020-09-15Deduplicate the time validation code between the legacy and newBob Beck
2020-09-14Set error if we are given an NULL ctx in x509_verify, and set errorBob Beck
2020-09-14nuke a stray spaceTheo Buehler
2020-09-14remove unneded variable "time"Bob Beck
2020-09-14fix bug introduced on review where refactor made it possible toBob Beck
2020-09-14Correctly fix double free introduced on review.Bob Beck
2020-09-13Add new x509 certificate chain validator in x509_verify.cBob Beck