Home
last modified time | relevance | path

Searched refs:SSL_set_max_early_data (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_read_early_data.pod5 SSL_set_max_early_data,
29 int SSL_set_max_early_data(SSL *s, uint32_t max_early_data);
129 SSL_CTX_set_max_early_data() or SSL_set_max_early_data(). As for
197 SSL_set_max_early_data() to set it for the whole SSL_CTX or an individual SSL
204 SSL_CTX_set_max_early_data() (or SSL_set_max_early_data()), or neither of them,
245 SSL_set_max_early_data(), SSL_set_recv_max_early_data(), SSL_write_early_data(),
349 SSL_set_max_early_data(), SSL_CTX_set_max_early_data() and
/freebsd/secure/lib/libssl/
H A DVersion.map491 SSL_set_max_early_data;
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tserver.c577 return SSL_set_max_early_data(srv->tls, max_early_data); in ossl_quic_tserver_set_max_early_data()
/freebsd/crypto/openssl/util/
H A Dlibssl.num427 SSL_set_max_early_data 428 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/test/
H A Dquicapitest.c874 || !TEST_false(SSL_set_max_early_data(ssl, 1))) in test_quic_forbidden_options()
H A Dsslapitest.c12169 SSL_set_max_early_data(serverssl, 0); in test_multi_resume()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md705 | `SSL_set_max_early_data` | 0-RTT | ��U | ��FC | ��C* | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h972 int SSL_set_max_early_data(SSL *s, uint32_t max_early_data);
H A Dssl.h.in949 int SSL_set_max_early_data(SSL *s, uint32_t max_early_data);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c7268 int SSL_set_max_early_data(SSL *s, uint32_t max_early_data) in SSL_set_max_early_data() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4237 MLINKS+= SSL_read_early_data.3 SSL_set_max_early_data.3