aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ct.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 03/10Rich Salz2016-05-171-51/+7
* various spelling fixesFdaSilvaYY2016-04-281-4/+4
* make updateViktor Dukhovni2016-04-071-2/+0
* Suppress CT callback as appropriateViktor Dukhovni2016-04-071-15/+5
* Revert "various spelling fixes"Rich Salz2016-04-041-4/+4
* various spelling fixesFdaSilvaYY2016-04-041-4/+4
* Remove #error from include files.Rich Salz2016-03-201-7/+8
* constify CT_POLICY_EVAL_CTX gettersRob Percival2016-03-111-3/+3
* check reviewer --reviewer=emiliaRob Percival2016-03-101-4/+3
* check reviewer --reviewer=emiliaRob Percival2016-03-101-23/+7
* Document importance of CTLOG_STORE outliving SCT if SCT_set0_log is usedRob Percival2016-03-091-0/+2
* 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-13/+0
* Makes SCT_get0_log return const CTLOG*Rob Percival2016-03-091-1/+1
* Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival2016-03-091-3/+3
* Treat boolean functions as booleansRob Percival2016-03-091-4/+2
* Make parameters of CTLOG_get* constRob Percival2016-03-091-3/+4
* Extensive application of __owur to CT functions that return a booleanRob Percival2016-03-091-26/+30
* Makes SCT_LIST_set_source return the number of successesRob Percival2016-03-091-1/+1
* If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival2016-03-041-2/+2
* CT policy validationRob Percival2016-03-011-0/+91
* Verify SCT signaturesRob Percival2016-03-011-0/+169
* Moves SCT struct typedef into ossl_typ.hRob Percival2016-02-261-6/+1
* Public API for Certificate TransparencyRob Percival2016-02-261-0/+377