summaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_sct.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move SCT_LIST_free definition into a more logical placeRob Percival2016-11-161-0/+5
* Check that SCT timestamps are not in the futureRob Percival2016-11-151-0/+2
* Add -Wswitch-enumRich Salz2016-09-221-5/+8
* SCT_set_source resets validation_statusRob Percival2016-08-231-0/+1
* Internalizes SCT_verify and removes SCT_verify_v1Rob Percival2016-08-231-1/+1
* Fix some style issues...FdaSilvaYY2016-08-021-1/+1
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Suppress CT callback as appropriateViktor Dukhovni2016-04-071-5/+28
* check reviewer --reviewer=emiliaRob Percival2016-03-101-27/+7
* Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival2016-03-091-29/+0
* Makes SCT_get0_log return const CTLOG*Rob Percival2016-03-091-1/+1
* Reset SCT validation_status if the SCT is modifiedRob Percival2016-03-091-0/+12
* Makes SCT_LIST_set_source return the number of successesRob Percival2016-03-091-4/+3
* Fixes memory leaks in CT codeRob Percival2016-03-071-1/+1
* CT policy validationRob Percival2016-03-011-0/+91
* Addresses review comments from richsalzRob Percival2016-03-011-3/+2
* Verify SCT signaturesRob Percival2016-03-011-0/+66
* Public API for Certificate TransparencyRob Percival2016-02-261-0/+293