aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ct
Commit message (Expand)AuthorAgeFilesLines
* Remove unused error/function codes.Rich Salz2016-05-231-27/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 07/10Rich Salz2016-05-1710-529/+53
* Remove --classic build entirelyRichard Levitte2016-04-201-45/+0
* make updateViktor Dukhovni2016-04-071-3/+0
* Suppress CT callback as appropriateViktor Dukhovni2016-04-074-69/+58
* Removed unused fields of CT_POLICY_EVAL_CTXRob Percival2016-03-221-2/+0
* Adds s2i function for ct_precert_poison X509 extensionRob Percival2016-03-211-1/+6
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-201-4/+0
* ct_int.h only needed by crypto/ctRich Salz2016-03-202-7/+6
* constify CT_POLICY_EVAL_CTX gettersRob Percival2016-03-111-3/+3
* check reviewer --reviewer=emiliaRob Percival2016-03-101-8/+10
* check reviewer --reviewer=emiliaRob Percival2016-03-104-35/+20
* CT: check some GeneralizedTime return valuesBenjamin Kaduk2016-03-091-2/+4
* Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST constRob Percival2016-03-091-1/+1
* Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival2016-03-091-29/+0
* Makes SCT_get0_log return const CTLOG*Rob Percival2016-03-092-2/+2
* Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival2016-03-091-4/+4
* Improved documentation of SCT_CTX_* functionsRob Percival2016-03-092-15/+29
* Updates ct_err.cRob Percival2016-03-091-5/+5
* Reset SCT validation_status if the SCT is modifiedRob Percival2016-03-091-0/+12
* Fixes "usuable" typo in ct_locl.hRob Percival2016-03-091-1/+1
* Treat boolean functions as booleansRob Percival2016-03-093-20/+13
* Make parameters of CTLOG_get* constRob Percival2016-03-091-3/+4
* Extensive application of __owur to CT functions that return a booleanRob Percival2016-03-092-16/+36
* Makes SCT_LIST_set_source return the number of successesRob Percival2016-03-091-4/+3
* Fixes memory leaks in CT codeRob Percival2016-03-071-1/+1
* Handle empty log name in "enable_logs" line of the CT log fileRob Percival2016-03-041-1/+6
* Handle missing "enabled_logs" line in CT log fileRob Percival2016-03-041-0/+6
* If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival2016-03-041-5/+20
* CT policy validationRob Percival2016-03-017-6/+298
* Move macros for reading/writing integers into ct_locl.hRob Percival2016-03-013-36/+33
* Addresses review comments from richsalzRob Percival2016-03-016-156/+141
* Fixes potential double free and memory leak in ct_b64.cRob Percival2016-03-011-3/+7
* Verify SCT signaturesRob Percival2016-03-0110-3/+1204
* Fix for potential deferencing of null pointer in o2i_SCT_signatureRob Percival2016-02-261-1/+2
* Public API for Certificate TransparencyRob Percival2016-02-269-179/+356
* Fix unified build after CT reorgRich Salz2016-02-251-1/+1
* Add more CT utility routines to be used as part of larger patch.Adam Eijdenberg2016-02-255-4/+755
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+2
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-10/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-95/+64
* make updateRichard Levitte2016-01-121-18/+18
* mem functions cleanupRich Salz2016-01-071-1/+2