Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_time
[openssl.git] / include / openssl / ct.h
2016-11-15 Rob PercivalReword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX...
2016-11-15 Rob PercivalRemove obsolete error constant CT_F_CTLOG_NEW_NULL
2016-11-15 Rob PercivalCheck that SCT timestamps are not in the future
2016-08-24 Rob PercivalUpdates the CT_POLICY_EVAL_CTX POD
2016-08-24 Rob PercivalDocuments the CTLOG functions
2016-08-24 Rob PercivalAdd comment about calling CT_POLICY_EVAL_CTX_free
2016-08-24 Rob PercivalFix comment about what SCT_LIST_validate does.
2016-08-23 Rob PercivalRemoves {i2o,o2i}_SCT_signature from the CT public API
2016-08-23 Rob PercivalInternalizes SCT_verify and removes SCT_verify_v1
2016-08-15 Rob PercivalMake CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean...
2016-08-15 Rob PercivalImproves CTLOG_STORE setters
2016-08-06 Rob PercivalMkae CT_log_new_from_base64 always return 0 on failure
2016-08-05 Rob PercivalRemoves CTLOG_new_null from the CT public API
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-05 FdaSilvaYYImprove some error management code in CT
2016-07-05 FdaSilvaYYFix some memory error handling in CT
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzCopyright consolidation 03/10
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-07 Viktor Dukhovnimake update
2016-04-07 Viktor DukhovniSuppress CT callback as appropriate
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-20 Rich SalzRemove #error from include files.
2016-03-11 Rob Percivalconstify CT_POLICY_EVAL_CTX getters
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-09 Rob PercivalDocument importance of CTLOG_STORE outliving SCT if...
2016-03-09 Rob PercivalMakes STACK_OF(SCT)* parameter of i2d_SCT_LIST const
2016-03-09 Rob PercivalRemoves SCT_LIST_set_source and SCT_LIST_set0_logs
2016-03-09 Rob PercivalMakes SCT_get0_log return const CTLOG*
2016-03-09 Rob PercivalMakes CTLOG_STORE_get0_log_by_id return const CTLOG*
2016-03-09 Rob PercivalTreat boolean functions as booleans
2016-03-09 Rob PercivalMake parameters of CTLOG_get* const
2016-03-09 Rob PercivalExtensive application of __owur to CT functions that...
2016-03-09 Rob PercivalMakes SCT_LIST_set_source return the number of successes
2016-03-04 Rob PercivalIf a CT log entry in CTLOG_FILE is invalid, skip it...
2016-03-01 Rob PercivalCT policy validation
2016-03-01 Rob PercivalVerify SCT signatures
2016-02-26 Rob PercivalMoves SCT struct typedef into ossl_typ.h
2016-02-26 Rob PercivalPublic API for Certificate Transparency