summaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_b64.c
AgeCommit message (Expand)Author
2021-06-17Update copyright yearMatt Caswell
2021-06-08Fix CTLOG_new_from_base64_ex()Matt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-04-23Update copyright yearMatt Caswell
2020-04-09Make the CT code library context awareMatt Caswell
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/ct/Richard Levitte
2017-06-09Fix memory leaks in CTLOG_new_from_base64Benjamin Kaduk
2016-11-16Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64Rob Percival
2016-11-16Subtract padding from outlen in ct_base64_decodeRob Percival
2016-08-05Mkae CT_log_new_from_base64 always return 0 on failureRob Percival
2016-07-25Typo and comment fixFdaSilvaYY
2016-07-05Improve some error management code in CTFdaSilvaYY
2016-05-17Copyright consolidation 07/10Rich Salz
2016-03-01Move macros for reading/writing integers into ct_locl.hRob Percival
2016-03-01Addresses review comments from richsalzRob Percival
2016-03-01Fixes potential double free and memory leak in ct_b64.cRob Percival
2016-03-01Verify SCT signaturesRob Percival