Searched refs:logs (Results 1 – 17 of 17) sorted by relevance
/openssl/crypto/ct/ |
H A D | ct_log.c | 39 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 D | ct_log_list.cnf | 1 # 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 D | CTLOG_STORE_new.pod | 24 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 D | SSL_CTX_set_ctlog_list_file.pod | 18 (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 D | SCT_print.pod | 12 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs); 14 const char *separator, const CTLOG_STORE *logs);
|
H A D | CT_POLICY_EVAL_CTX_new.pod | 87 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 D | run_endpoint.sh | 57 …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 D | ct.pod | 15 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 D | openssl-qlog.pod | 9 OpenSSL has unstable support for generating logs in the qlog logging format,
|
/openssl/test/recipes/95-test_external_pkcs11_provider_data/ |
H A D | pkcs11-provider.sh | 64 cat $PKCS11_PROVIDER_BUILDDIR/meson-logs/testlog.txt
|
/openssl/.github/workflows/ |
H A D | run_quic_interop.yml | 37 … python3 ./run.py -c openssl -t ${{ matrix.tests }} -s ${{ matrix.servers }} --log-dir ./logs -d
|
/openssl/include/openssl/ |
H A D | ct.h.in | 118 /* 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 D | ssl.h.in | 2619 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs);
|
/openssl/doc/man1/ |
H A D | openssl-req.pod.in | 412 Transparency logs in order to obtain signed certificate timestamps (SCTs).
|
H A D | openssl-s_client.pod.in | 774 A file containing a list of known Certificate Transparency logs. See
|
/openssl/doc/designs/quic-design/ |
H A D | tx-packetiser.md | 88 - TXPIM: logs information about transmitted packets, provides information to
|
/openssl/ssl/ |
H A D | ssl_lib.c | 6625 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