aboutsummaryrefslogtreecommitdiff
path: root/crypto/ct/ct_vfy.c
AgeCommit message (Expand)AuthorFilesLines
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