aboutsummaryrefslogtreecommitdiff
path: root/crypto/ct/ct_vfy.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-12misc: other init function param additionsPauli1-1/+1
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-5/+5
2020-10-01Run the withlibctx.pl scriptMatt Caswell1-3/+2
2020-08-09Add EVP signature with libctx methods.Shane Lontis1-2/+3
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-09Make the CT code library context awareMatt Caswell1-1/+2
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/ct/Richard Levitte1-1/+1
2016-11-15Check that SCT timestamps are not in the futureRob Percival1-0/+4
2016-08-23Internalizes SCT_verify and removes SCT_verify_v1Rob Percival1-41/+5
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+5
2016-04-07Suppress CT callback as appropriateViktor Dukhovni1-59/+0
2016-03-09Treat boolean functions as booleansRob Percival1-13/+8
2016-03-01CT policy validationRob Percival1-0/+59
2016-03-01Move macros for reading/writing integers into ct_locl.hRob Percival1-28/+0
2016-03-01Addresses review comments from richsalzRob Percival1-22/+21
2016-03-01Verify SCT signaturesRob Percival1-0/+255