aboutsummaryrefslogtreecommitdiff
path: root/crypto/ct/ct_sct.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-16Move SCT_LIST_free definition into a more logical placeRob Percival1-0/+5
2016-11-15Check that SCT timestamps are not in the futureRob Percival1-0/+2
2016-09-22Add -Wswitch-enumRich Salz1-5/+8
2016-08-23SCT_set_source resets validation_statusRob Percival1-0/+1
2016-08-23Internalizes SCT_verify and removes SCT_verify_v1Rob Percival1-1/+1
2016-08-02Fix some style issues...FdaSilvaYY1-1/+1
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+5
2016-04-07Suppress CT callback as appropriateViktor Dukhovni1-5/+28
2016-03-10check reviewer --reviewer=emiliaRob Percival1-27/+7
2016-03-09Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival1-29/+0
2016-03-09Makes SCT_get0_log return const CTLOG*Rob Percival1-1/+1
2016-03-09Reset SCT validation_status if the SCT is modifiedRob Percival1-0/+12
2016-03-09Makes SCT_LIST_set_source return the number of successesRob Percival1-4/+3
2016-03-07Fixes memory leaks in CT codeRob Percival1-1/+1
2016-03-01CT policy validationRob Percival1-0/+91
2016-03-01Addresses review comments from richsalzRob Percival1-3/+2
2016-03-01Verify SCT signaturesRob Percival1-0/+66
2016-02-26Public API for Certificate TransparencyRob Percival1-0/+293