Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/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 …]
/freebsd-14.2/secure/lib/libssl/
H A DVersion.map507 SSL_write_early_data;
/freebsd-14.2/crypto/openssl/test/
H A Dtls13ccstest.c346 || !TEST_true(SSL_write_early_data(cssl, msg, strlen(msg), in test_tls13ccs()
H A Dsslapitest.c3529 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write()
3550 if (!TEST_true(SSL_write_early_data(serverssl, MSG2, strlen(MSG2), in test_early_data_read_write()
3558 if (!TEST_true(SSL_write_early_data(clientssl, MSG3, strlen(MSG3), in test_early_data_read_write()
3571 if (!TEST_true(SSL_write_early_data(serverssl, MSG4, strlen(MSG4), in test_early_data_read_write()
3617 if (!TEST_true(SSL_write_early_data(serverssl, MSG6, strlen(MSG6), in test_early_data_read_write()
3682 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write()
3814 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_replay_int()
3965 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in early_data_skip_helper()
4458 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_psk_with_all_ciphers()
4521 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_not_expected()
[all …]
/freebsd-14.2/crypto/openssl/util/
H A Dlibssl.num431 SSL_write_early_data 432 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/apps/
H A Ds_client.c2703 while (!SSL_write_early_data(con, cbuf, readbytes, &writtenbytes)) { in s_client_main()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dssl.h1974 __owur int SSL_write_early_data(SSL *s, const void *buf, size_t num,
H A Dssl.h.in1902 __owur int SSL_write_early_data(SSL *s, const void *buf, size_t num,
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_lib.c2179 int SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written) in SSL_write_early_data() function
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile4238 MLINKS+= SSL_read_early_data.3 SSL_write_early_data.3