summaryrefslogtreecommitdiff
path: root/crypto/ct/ct_sct.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Reword repeated words.Shane Lontis2021-03-091-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-9/+9
* Fix safestack issues in ct.hMatt Caswell2020-09-131-2/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Make the CT code library context awareMatt Caswell2020-04-091-1/+1
* 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
* 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