Home
last modified time | relevance | path

Searched refs:SSL_write_early_data (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/man3/
H A DSSL_read_early_data.pod15 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 Dtls13ccstest.c346 || !TEST_true(SSL_write_early_data(cssl, msg, strlen(msg), in test_tls13ccs()
H A Dsslapitest.c3334 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write()
3349 if (!TEST_true(SSL_write_early_data(serverssl, MSG2, strlen(MSG2), in test_early_data_read_write()
3357 if (!TEST_true(SSL_write_early_data(clientssl, MSG3, strlen(MSG3), in test_early_data_read_write()
3370 if (!TEST_true(SSL_write_early_data(serverssl, MSG4, strlen(MSG4), in test_early_data_read_write()
3416 if (!TEST_true(SSL_write_early_data(serverssl, MSG6, strlen(MSG6), in test_early_data_read_write()
3481 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write()
3610 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_replay_int()
3728 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in early_data_skip_helper()
4200 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_psk_with_all_ciphers()
4258 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_not_expected()
[all …]
/openssl/util/
H A Dlibssl.num431 SSL_write_early_data 432 3_0_0 EXIST::FUNCTION:
/openssl/apps/
H A Ds_client.c2747 while (!SSL_write_early_data(con, cbuf, readbytes, &writtenbytes)) { in s_client_main()
/openssl/include/openssl/
H A Dssl.h.in1911 __owur int SSL_write_early_data(SSL *s, const void *buf, size_t num,
/openssl/ssl/
H A Dssl_lib.c2489 int SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written) in SSL_write_early_data() function

Completed in 76 milliseconds