Home
last modified time | relevance | path

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

/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
/openssl/ssl/quic/
H A Dquic_tserver.c576 return SSL_set_max_early_data(srv->tls, max_early_data); in ossl_quic_tserver_set_max_early_data()
/openssl/util/
H A Dlibssl.num427 SSL_set_max_early_data 428 3_0_0 EXIST::FUNCTION:
/openssl/test/
H A Dquicapitest.c728 || !TEST_false(SSL_set_max_early_data(ssl, 1))) in test_quic_forbidden_options()
H A Dsslapitest.c12000 SSL_set_max_early_data(serverssl, 0); in test_multi_resume()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md705 | `SSL_set_max_early_data` | 0-RTT | ��U | ��FC | ��C* | ��Done …
/openssl/include/openssl/
H A Dssl.h.in949 int SSL_set_max_early_data(SSL *s, uint32_t max_early_data);
/openssl/ssl/
H A Dssl_lib.c7138 int SSL_set_max_early_data(SSL *s, uint32_t max_early_data) in SSL_set_max_early_data() function

Completed in 86 milliseconds