summaryrefslogtreecommitdiff
path: root/crypto/ct/ct_policy.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+1
* libcrypto: remove reliance on struct timevalPauli2022-09-131-4/+5
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-3/+3
* coverity 1462550 Resource leakPauli2020-04-301-0/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Make the CT code library context awareMatt Caswell2020-04-091-2/+18
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/ct/Richard Levitte2018-12-061-1/+1
* Convert C++ comments to C-style commentsRob Percival2016-11-151-5/+7
* Cast time_t to uint64_t before converting to milliseconds in ct_policy.cRob Percival2016-11-151-1/+3
* By default, allow SCT timestamps to be up to 5 minutes in the futureRob Percival2016-11-151-1/+7
* Don't check for time() failing in CT_POLICY_EVAL_CTX_newRob Percival2016-11-151-6/+2
* Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()Rob Percival2016-11-151-0/+7
* Check that SCT timestamps are not in the futureRob Percival2016-11-151-0/+9
* Ensure CT_POLICY_EVAL_CTX_free behaves properly with a NULL argMatt Caswell2016-08-231-0/+2
* Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean functionsRob Percival2016-08-151-6/+10
* Improves CTLOG_STORE settersRob Percival2016-08-151-6/+10
* Copyright consolidation 07/10Rich Salz2016-05-171-51/+7
* constify CT_POLICY_EVAL_CTX gettersRob Percival2016-03-111-3/+3
* CT policy validationRob Percival2016-03-011-0/+110