aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/ct.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-28various spelling fixesFdaSilvaYY1-4/+4
2016-04-07make updateViktor Dukhovni1-2/+0
2016-04-07Suppress CT callback as appropriateViktor Dukhovni1-15/+5
2016-04-04Revert "various spelling fixes"Rich Salz1-4/+4
2016-04-04various spelling fixesFdaSilvaYY1-4/+4
2016-03-20Remove #error from include files.Rich Salz1-7/+8
2016-03-11constify CT_POLICY_EVAL_CTX gettersRob Percival1-3/+3
2016-03-10check reviewer --reviewer=emiliaRob Percival1-4/+3
2016-03-10check reviewer --reviewer=emiliaRob Percival1-23/+7
2016-03-09Document importance of CTLOG_STORE outliving SCT if SCT_set0_log is usedRob Percival1-0/+2
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-13/+0
2016-03-09Makes SCT_get0_log return const CTLOG*Rob Percival1-1/+1
2016-03-09Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival1-3/+3
2016-03-09Treat boolean functions as booleansRob Percival1-4/+2
2016-03-09Make parameters of CTLOG_get* constRob Percival1-3/+4
2016-03-09Extensive application of __owur to CT functions that return a booleanRob Percival1-26/+30
2016-03-09Makes SCT_LIST_set_source return the number of successesRob Percival1-1/+1
2016-03-04If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival1-2/+2
2016-03-01CT policy validationRob Percival1-0/+91
2016-03-01Verify SCT signaturesRob Percival1-0/+169
2016-02-26Moves SCT struct typedef into ossl_typ.hRob Percival1-6/+1
2016-02-26Public API for Certificate TransparencyRob Percival1-0/+377