Lines Matching +full:no +full:- +full:ct
7 CTLOG_STORE_load_default_file, CTLOG_STORE_load_file -
12 #include <openssl/ct.h>
27 CTLOG_STORE_new_ex() creates an empty list of CT logs associated with
36 L<openssl-version(1)>). This can be overridden using an environment variable
37 named B<CTLOG_FILE>. CTLOG_STORE_load_file() loads from a caller-specified file
38 path instead. Both of these functions append any loaded CT logs to the
47 key = <base64-encoded DER SubjectPublicKeyInfo here>
51 key = <base64-encoded DER SubjectPublicKeyInfo here>
53 Once a CTLOG_STORE is no longer required, it should be passed to
59 If there are any invalid CT logs in a file, they are skipped and the remaining
60 valid logs will still be added to the CTLOG_STORE. A CT log will be considered
66 all CT logs in the file are successfully parsed and loaded, 0 otherwise.
70 L<ct(7)>,
81 Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.