Searched refs:SSL_write_early_data (Results 1 – 9 of 9) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_read_early_data.pod | 15 SSL_write_early_data, 40 int SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written); 94 A client uses the function SSL_write_early_data() to send early data. This 98 page describes the differences between SSL_write_early_data() and 101 When called by a client, SSL_write_early_data() must be the first IO function 107 SSL_write_early_data() call has completed successfully the client may interleave 109 SSL_write_early_data() as required. 130 SSL_write_early_data(), this must be the first IO function 164 SSL_write_early_data(). If SSL_read_early_data() returned 167 to SSL_write_early_data() are not allowed. Call L<SSL_is_init_finished(3)> to [all …]
|
/openssl/test/ |
H A D | tls13ccstest.c | 346 || !TEST_true(SSL_write_early_data(cssl, msg, strlen(msg), in test_tls13ccs()
|
H A D | sslapitest.c | 3562 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write() 3583 if (!TEST_true(SSL_write_early_data(serverssl, MSG2, strlen(MSG2), in test_early_data_read_write() 3591 if (!TEST_true(SSL_write_early_data(clientssl, MSG3, strlen(MSG3), in test_early_data_read_write() 3604 if (!TEST_true(SSL_write_early_data(serverssl, MSG4, strlen(MSG4), in test_early_data_read_write() 3650 if (!TEST_true(SSL_write_early_data(serverssl, MSG6, strlen(MSG6), in test_early_data_read_write() 3715 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write() 3847 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_replay_int() 4008 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in early_data_skip_helper() 4529 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_psk_with_all_ciphers() 4592 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_not_expected() [all …]
|
H A D | quicapitest.c | 733 || !TEST_false(SSL_write_early_data(ssl, buf, sizeof(buf), &len))) in test_quic_forbidden_options()
|
/openssl/util/ |
H A D | libssl.num | 431 SSL_write_early_data 432 3_0_0 EXIST::FUNCTION:
|
/openssl/apps/ |
H A D | s_client.c | 2886 while (!SSL_write_early_data(con, cbuf, readbytes, &writtenbytes)) { in s_client_main()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 707 | `SSL_write_early_data` | 0-RTT | U | FC | C* | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1949 __owur int SSL_write_early_data(SSL *s, const void *buf, size_t num,
|
/openssl/ssl/ |
H A D | ssl_lib.c | 2658 int SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written) in SSL_write_early_data() function
|
Completed in 94 milliseconds