aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_b64.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+2
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Fix CTLOG_new_from_base64_ex()Matt Caswell2021-06-081-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-10/+10
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-6/+5
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Make the CT code library context awareMatt Caswell2020-04-091-5/+14
* 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 memory leaks in CTLOG_new_from_base64Benjamin Kaduk2017-06-091-4/+8
* Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64Rob Percival2016-11-161-1/+4
* Subtract padding from outlen in ct_base64_decodeRob Percival2016-11-161-0/+5
* Mkae CT_log_new_from_base64 always return 0 on failureRob Percival2016-08-051-1/+1
* Typo and comment fixFdaSilvaYY2016-07-251-3/+4
* Improve some error management code in CTFdaSilvaYY2016-07-051-8/+17
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Move macros for reading/writing integers into ct_locl.hRob Percival2016-03-011-8/+1
* Addresses review comments from richsalzRob Percival2016-03-011-22/+7
* Fixes potential double free and memory leak in ct_b64.cRob Percival2016-03-011-3/+7
* Verify SCT signaturesRob Percival2016-03-011-0/+213