Home
last modified time | relevance | path

Searched refs:logs (Results 1 – 17 of 17) sorted by relevance

/openssl/crypto/ct/
H A Dct_log.c39 STACK_OF(CTLOG) *logs;
114 ret->logs = sk_CTLOG_new_null(); in CTLOG_STORE_new_ex()
115 if (ret->logs == NULL) { in CTLOG_STORE_new_ex()
135 sk_CTLOG_pop_free(store->logs, CTLOG_free); in CTLOG_STORE_free()
207 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) { in ctlog_store_load_log()
329 for (i = 0; i < sk_CTLOG_num(store->logs); ++i) { in CTLOG_STORE_get0_log_by_id()
330 const CTLOG *log = sk_CTLOG_value(store->logs, i); in CTLOG_STORE_get0_log_by_id()
/openssl/apps/
H A Dct_log_list.cnf1 # This file specifies the Certificate Transparency logs
4 # Google's list of logs can be found here:
5 # www.certificate-transparency.org/known-logs
/openssl/doc/man3/
H A DCTLOG_STORE_new.pod24 logs). The list can be loaded from one or more files and then searched by LogID
27 CTLOG_STORE_new_ex() creates an empty list of CT logs associated with
38 path instead. Both of these functions append any loaded CT logs to the
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.
H A DSSL_CTX_set_ctlog_list_file.pod18 (CT) logs from the default file location, "ct_log_list.cnf", found in the
21 SSL_CTX_set_ctlog_list_file() loads a list of CT logs from a specific path.
H A DSCT_print.pod12 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
14 const char *separator, const CTLOG_STORE *logs);
H A DCT_POLICY_EVAL_CTX_new.pod87 CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE() to provide a list of logs that are trusted as sources o…
/openssl/test/quic-openssl-docker/
H A Drun_endpoint.sh57 …SSLKEYLOGFILE=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOST…
67 …SSL_SESSION_FILE=./session.db SSLKEYLOGFILE=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DI…
79 …TLS_CHACHA20_POLY1305_SHA256 SSL_SESSION_FILE=./session.db SSLKEYLOGFILE=/logs/keys.log SSL_CERT_F…
/openssl/doc/man7/
H A Dct.pod15 that a certificate has been publicly logged in a set of CT logs.
21 Signed Certificate Timestamps (SCTs), or to read a list of CT logs. There are
H A Dopenssl-qlog.pod9 OpenSSL has unstable support for generating logs in the qlog logging format,
/openssl/test/recipes/95-test_external_pkcs11_provider_data/
H A Dpkcs11-provider.sh64 cat $PKCS11_PROVIDER_BUILDDIR/meson-logs/testlog.txt
/openssl/.github/workflows/
H A Drun_quic_interop.yml37 … python3 ./run.py -c openssl -t ${{ matrix.tests }} -s ${{ matrix.servers }} --log-dir ./logs -d
/openssl/include/openssl/
H A Dct.h.in118 /* Gets the CT logs that are trusted sources of SCTs */
301 * If |logs| is not NULL, it will be used to lookup the CT log that the SCT came
304 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
310 * If |logs| is not NULL, it will be used to lookup the CT log that each SCT
314 const char *separator, const CTLOG_STORE *logs);
H A Dssl.h.in2619 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs);
/openssl/doc/man1/
H A Dopenssl-req.pod.in412 Transparency logs in order to obtain signed certificate timestamps (SCTs).
H A Dopenssl-s_client.pod.in774 A file containing a list of known Certificate Transparency logs. See
/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md88 - TXPIM: logs information about transmitted packets, provides information to
/openssl/ssl/
H A Dssl_lib.c6625 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs) in SSL_CTX_set0_ctlog_store() argument
6628 ctx->ctlog_store = logs; in SSL_CTX_set0_ctlog_store()

Completed in 51 milliseconds