summaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_policy.c
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-04-30coverity 1462550 Resource leakPauli
2020-04-23Update copyright yearMatt Caswell
2020-04-09Make the CT code library context awareMatt Caswell
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/ct/Richard Levitte
2016-11-15Convert C++ comments to C-style commentsRob Percival
2016-11-15Cast time_t to uint64_t before converting to milliseconds in ct_policy.cRob Percival
2016-11-15By default, allow SCT timestamps to be up to 5 minutes in the futureRob Percival
2016-11-15Don't check for time() failing in CT_POLICY_EVAL_CTX_newRob Percival
2016-11-15Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()Rob Percival
2016-11-15Check that SCT timestamps are not in the futureRob Percival
2016-08-23Ensure CT_POLICY_EVAL_CTX_free behaves properly with a NULL argMatt Caswell
2016-08-15Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean functionsRob Percival
2016-08-15Improves CTLOG_STORE settersRob Percival
2016-05-17Copyright consolidation 07/10Rich Salz
2016-03-11constify CT_POLICY_EVAL_CTX gettersRob Percival
2016-03-01CT policy validationRob Percival