aboutsummaryrefslogtreecommitdiff
path: root/crypto/ct
AgeCommit message (Expand)AuthorFilesLines
2016-03-20ct_int.h only needed by crypto/ctRich Salz2-7/+6
2016-03-11constify CT_POLICY_EVAL_CTX gettersRob Percival1-3/+3
2016-03-10check reviewer --reviewer=emiliaRob Percival1-8/+10
2016-03-10check reviewer --reviewer=emiliaRob Percival4-35/+20
2016-03-09CT: check some GeneralizedTime return valuesBenjamin Kaduk1-2/+4
2016-03-09Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST constRob Percival1-1/+1
2016-03-09Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival1-29/+0
2016-03-09Makes SCT_get0_log return const CTLOG*Rob Percival2-2/+2
2016-03-09Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival1-4/+4
2016-03-09Improved documentation of SCT_CTX_* functionsRob Percival2-15/+29
2016-03-09Updates ct_err.cRob Percival1-5/+5
2016-03-09Reset SCT validation_status if the SCT is modifiedRob Percival1-0/+12
2016-03-09Fixes "usuable" typo in ct_locl.hRob Percival1-1/+1
2016-03-09Treat boolean functions as booleansRob Percival3-20/+13
2016-03-09Make parameters of CTLOG_get* constRob Percival1-3/+4
2016-03-09Extensive application of __owur to CT functions that return a booleanRob Percival2-16/+36
2016-03-09Makes SCT_LIST_set_source return the number of successesRob Percival1-4/+3
2016-03-07Fixes memory leaks in CT codeRob Percival1-1/+1
2016-03-04Handle empty log name in "enable_logs" line of the CT log fileRob Percival1-1/+6
2016-03-04Handle missing "enabled_logs" line in CT log fileRob Percival1-0/+6
2016-03-04If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival1-5/+20
2016-03-01CT policy validationRob Percival7-6/+298
2016-03-01Move macros for reading/writing integers into ct_locl.hRob Percival3-36/+33
2016-03-01Addresses review comments from richsalzRob Percival6-156/+141
2016-03-01Fixes potential double free and memory leak in ct_b64.cRob Percival1-3/+7
2016-03-01Verify SCT signaturesRob Percival10-3/+1204
2016-02-26Fix for potential deferencing of null pointer in o2i_SCT_signatureRob Percival1-1/+2
2016-02-26Public API for Certificate TransparencyRob Percival9-179/+356
2016-02-25Fix unified build after CT reorgRich Salz1-1/+1
2016-02-25Add more CT utility routines to be used as part of larger patch.Adam Eijdenberg5-4/+755
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+2
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-10/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-95/+64
2016-01-12make updateRichard Levitte1-18/+18
2016-01-07mem functions cleanupRich Salz1-1/+2
2015-12-30Fix some missing or faulty header file inclusionsRichard Levitte1-1/+1
2015-12-09make updateDr. Stephen Henson1-1/+0
2015-11-20Make libssl async awareMatt Caswell1-1/+2
2015-10-30Reorganise state machine filesMatt Caswell1-1/+2
2015-10-21make updateRichard Levitte1-0/+7
2015-10-21Handle CT error macros separatelyRichard Levitte3-4/+13
2015-10-18ct_locl.h moved, reflect it in crypto/ct/MakefileRichard Levitte1-1/+1
2015-10-18make updateRichard Levitte1-1/+1
2015-10-18Because ct_locl.h is used between modules, move it to internal headersRichard Levitte2-245/+1
2015-10-14ct_locl.h: fix some commentsEmilia Kasper1-5/+7