aboutsummaryrefslogtreecommitdiff
path: root/crypto/ct/ct_b64.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-16Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64Rob Percival1-1/+4
2016-11-16Subtract padding from outlen in ct_base64_decodeRob Percival1-0/+5
2016-08-05Mkae CT_log_new_from_base64 always return 0 on failureRob Percival1-1/+1
2016-07-25Typo and comment fixFdaSilvaYY1-3/+4
2016-07-05Improve some error management code in CTFdaSilvaYY1-8/+17
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+5
2016-03-01Move macros for reading/writing integers into ct_locl.hRob Percival1-8/+1
2016-03-01Addresses review comments from richsalzRob Percival1-22/+7
2016-03-01Fixes potential double free and memory leak in ct_b64.cRob Percival1-3/+7
2016-03-01Verify SCT signaturesRob Percival1-0/+213