Home
last modified time | relevance | path

Searched refs:SSL_CTX_enable_ct (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_ct_validation_callback.pod6 SSL_enable_ct, SSL_CTX_enable_ct, SSL_disable_ct, SSL_CTX_disable_ct,
19 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
32 SSL_enable_ct() and SSL_CTX_enable_ct() enable the processing of signed
115 SSL_enable_ct(), SSL_CTX_enable_ct(), SSL_CTX_set_ct_validation_callback() and
/freebsd/crypto/openssl/doc/man7/
H A Dct.pod18 L<SSL_CTX_enable_ct(3)> or L<SSL_enable_ct(3)>.
/freebsd/secure/lib/libssl/
H A DVersion.map70 SSL_CTX_enable_ct;
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c685 if (!TEST_true(SSL_CTX_enable_ct(client_ctx, in configure_handshake_ctx()
690 if (!TEST_true(SSL_CTX_enable_ct(client_ctx, SSL_CT_VALIDATION_STRICT))) in configure_handshake_ctx()
/freebsd/crypto/openssl/util/
H A Dlibssl.num393 SSL_CTX_enable_ct 394 3_0_0 EXIST::FUNCTION:CT
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c1477 if (ct_validation && !SSL_CTX_enable_ct(c_ctx, SSL_CT_VALIDATION_STRICT)) { in main()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in2618 * CT validation callback selected via SSL_enable_ct() and SSL_CTX_enable_ct().
2635 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
H A Dssl.h2682 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
/freebsd/crypto/openssl/apps/
H A Ds_client.c2087 if (ct_validation && !SSL_CTX_enable_ct(ctx, SSL_CT_VALIDATION_PERMISSIVE)) { in s_client_main()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md373 | `SSL_CTX_enable_ct` | HL | ��U | ��A | ��NC\* | ��Done …
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c6690 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode) in SSL_CTX_enable_ct() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4156 MLINKS+= SSL_CTX_set_ct_validation_callback.3 SSL_CTX_enable_ct.3