aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_oct.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-9/+3
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-19/+19
* Fix safestack issues in ct.hMatt Caswell2020-09-131-2/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Replace BUF_ string function calls with OPENSSL_ onesRich Salz2019-10-171-3/+3
* 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
* Fix faulty freeRichard Levitte2017-01-291-6/+6
* Move SCT_LIST_free definition into a more logical placeRob Percival2016-11-161-5/+0
* Fix potential access of null pointer (pp)Rob Percival2016-06-071-2/+2
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Suppress CT callback as appropriateViktor Dukhovni2016-04-071-4/+8
* Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST constRob Percival2016-03-091-1/+1
* Addresses review comments from richsalzRob Percival2016-03-011-24/+0
* Fix for potential deferencing of null pointer in o2i_SCT_signatureRob Percival2016-02-261-1/+2
* Public API for Certificate TransparencyRob Percival2016-02-261-106/+51
* Add more CT utility routines to be used as part of larger patch.Adam Eijdenberg2016-02-251-0/+535