summaryrefslogtreecommitdiff
path: root/crypto/ct/ct_log.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the low level SHA functions.Pauli2020-01-191-2/+2
* Following the license change, modify the boilerplates in crypto/ct/Richard Levitte2018-12-061-1/+1
* Use secure_getenv(3) when available.Pauli2018-09-241-1/+1
* Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger2018-06-211-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* 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