aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival2016-11-151-4/+5
* Check that SCT timestamps are not in the futureRob Percival2016-11-151-0/+12
* Document that o2i_SCT_signature can leave the SCT in an inconsistent stateRob Percival2016-08-231-0/+2
* Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival2016-08-231-0/+23
* Internalizes SCT_verify and removes SCT_verify_v1Rob Percival2016-08-231-0/+7
* Specify array sizesKurt Roeckx2016-06-111-1/+1
* Copyright consolidation 07/10Rich Salz2016-05-171-48/+5
* Removed unused fields of CT_POLICY_EVAL_CTXRob Percival2016-03-221-2/+0
* Remove #error from include files.Rich Salz2016-03-201-4/+0
* ct_int.h only needed by crypto/ctRich Salz2016-03-201-1/+5
* check reviewer --reviewer=emiliaRob Percival2016-03-101-2/+0
* Makes SCT_get0_log return const CTLOG*Rob Percival2016-03-091-1/+1
* Improved documentation of SCT_CTX_* functionsRob Percival2016-03-091-5/+9
* Fixes "usuable" typo in ct_locl.hRob Percival2016-03-091-1/+1
* Extensive application of __owur to CT functions that return a booleanRob Percival2016-03-091-10/+31
* CT policy validationRob Percival2016-03-011-0/+11
* Move macros for reading/writing integers into ct_locl.hRob Percival2016-03-011-0/+32
* Verify SCT signaturesRob Percival2016-03-011-0/+40
* Public API for Certificate TransparencyRob Percival2016-02-261-0/+110
* Because ct_locl.h is used between modules, move it to internal headersRichard Levitte2015-10-181-244/+0
* ct_locl.h: fix some commentsEmilia Kasper2015-10-141-5/+7
* Initial commit for Certificate Transparency supportAdam Eijdenberg2015-10-091-0/+242