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