Lines Matching +full:no +full:- +full:ct

2  * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
32 CT_LOG_ENTRY_TYPE_NOT_SET = -1,
38 SCT_VERSION_NOT_SET = -1,
62 * CT policy evaluation context functions *
95 /* Gets the CT logs that are trusted sources of SCTs */
128 * Creates a new SCT from some base64-encoded strings.
205 * For CT v1, this will be either NID_sha256WithRSAEncryption or
212 * For CT v1, this should be either NID_sha256WithRSAEncryption or
276 * Pretty-prints an |sct| to |out|.
278 * If |logs| is not NULL, it will be used to lookup the CT log that the SCT came
284 * Pretty-prints an |sct_list| to |out|.
287 * If |logs| is not NULL, it will be used to lookup the CT log that each SCT
304 * Returns -1 if an error occurs.
311 * Returns 1 if there are no invalid SCTs and all signatures verify.
379 * If |out| is null, no SCT will be output but the length will still be returned.
381 * TLS-format SCT. It is the responsibility of the caller to free it.
382 * If |out| points to an allocated string, the TLS-format SCT will be written
391 * already points to a non-null pointer, the pointer will be free'd.
392 * |in| should be a pointer to a string containing the TLS-format SCT.
402 * CT log functions *
406 * Creates a new CT log instance with the given |public_key| and |name|.
409 * Should be deleted by the caller using CTLOG_free when no longer needed.
414 * Creates a new CTLOG instance with the base64-encoded SubjectPublicKeyInfo DER
417 * Should be deleted by the caller using CTLOG_free when no longer needed.
423 * Deletes a CT log instance and its fields.
427 /* Gets the name of the CT log */
429 /* Gets the ID of the CT log */
432 /* Gets the public key of the CT log */
436 * CT log store functions *
440 * Creates a new CT log store.
441 * Should be deleted by the caller using CTLOG_STORE_free when no longer needed.
446 * Deletes a CT log store and all of the CT log instances held within.
451 * Finds a CT log in the store based on its log ID.
452 * Returns the CT log, or NULL if no match is found.
459 * Loads a CT log list into a |store| from a |file|.
465 * Loads the default CT log list into a |store|.