Searched refs:SSL_set_max_early_data (Results 1 – 8 of 8) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_read_early_data.pod | 5 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 D | quic_tserver.c | 576 return SSL_set_max_early_data(srv->tls, max_early_data); in ossl_quic_tserver_set_max_early_data()
|
/openssl/util/ |
H A D | libssl.num | 427 SSL_set_max_early_data 428 3_0_0 EXIST::FUNCTION:
|
/openssl/test/ |
H A D | quicapitest.c | 728 || !TEST_false(SSL_set_max_early_data(ssl, 1))) in test_quic_forbidden_options()
|
H A D | sslapitest.c | 12000 SSL_set_max_early_data(serverssl, 0); in test_multi_resume()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 705 | `SSL_set_max_early_data` | 0-RTT | U | FC | C* | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 949 int SSL_set_max_early_data(SSL *s, uint32_t max_early_data);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 7138 int SSL_set_max_early_data(SSL *s, uint32_t max_early_data) in SSL_set_max_early_data() function
|
Completed in 86 milliseconds