aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_sct_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* X509v3_get_ext_by_NID.pod: Add warning on counter-intuitive behavior of X509v...Dr. David von Oheimb2021-01-201-4/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* coverity 1462541 Dereference after null checkPauli2020-04-301-1/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Make the CT code library context awareMatt Caswell2020-04-091-6/+22
* 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
* Check that SCT timestamps are not in the futureRob Percival2016-11-151-0/+5
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Improved documentation of SCT_CTX_* functionsRob Percival2016-03-091-10/+20
* Extensive application of __owur to CT functions that return a booleanRob Percival2016-03-091-6/+5
* Addresses review comments from richsalzRob Percival2016-03-011-40/+71
* Verify SCT signaturesRob Percival2016-03-011-0/+267