aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_log.c
Commit message (Expand)AuthorAgeFilesLines
* Null pointer used.Pauli2017-09-181-1/+1
* Add checks for alloc failing.Rich Salz2017-09-061-0/+2
* Prevent double-free of CTLOG public keyRob Percival2016-08-231-1/+1
* Removes CTLOG_new_null from the CT public APIRob Percival2016-08-051-12/+4
* Improve some error management code in CTFdaSilvaYY2016-07-051-18/+16
* Fix some memory error handling in CTFdaSilvaYY2016-07-051-15/+22
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-1/+4
* Copyright consolidation 07/10Rich Salz2016-05-171-52/+6
* Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival2016-03-091-4/+4
* Treat boolean functions as booleansRob Percival2016-03-091-6/+4
* Make parameters of CTLOG_get* constRob Percival2016-03-091-3/+4
* Handle empty log name in "enable_logs" line of the CT log fileRob Percival2016-03-041-1/+6
* Handle missing "enabled_logs" line in CT log fileRob Percival2016-03-041-0/+6
* If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival2016-03-041-5/+20
* Addresses review comments from richsalzRob Percival2016-03-011-45/+40
* Verify SCT signaturesRob Percival2016-03-011-0/+330