Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_read_early_data.pod16 SSL_read_early_data,
42 int SSL_read_early_data(SSL *s, void *buf, size_t num, size_t *readbytes);
127 A server uses the SSL_read_early_data() function to receive early data on a
135 SSL_read_early_data() is similar to L<SSL_read_ex(3)> with the following
138 SSL_read_early_data() may return 3 possible values:
151 call SSL_read_early_data() to read more data.
156 first call to SSL_read_early_data() if the client has not sent any early data,
161 Once the initial SSL_read_early_data() call has completed successfully (i.e. it
164 SSL_write_early_data(). If SSL_read_early_data() returned
170 calls to SSL_read_early_data() as required.
[all …]
HDSSL_in_init.pod99 L<SSL_read_early_data(3)>
HDSSL_CTX_set_options.pod232 OpenSSL will switch on replay protection. See L<SSL_read_early_data(3)> for a
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile398 MAN+= SSL_read_early_data.3
2822 MLINKS+= SSL_read_early_data.3 SSL_CTX_get_max_early_data.3
2823 MLINKS+= SSL_read_early_data.3 SSL_CTX_get_recv_max_early_data.3
2824 MLINKS+= SSL_read_early_data.3 SSL_CTX_set_allow_early_data_cb.3
2825 MLINKS+= SSL_read_early_data.3 SSL_CTX_set_max_early_data.3
2826 MLINKS+= SSL_read_early_data.3 SSL_CTX_set_recv_max_early_data.3
2827 MLINKS+= SSL_read_early_data.3 SSL_SESSION_get_max_early_data.3
2828 MLINKS+= SSL_read_early_data.3 SSL_SESSION_set_max_early_data.3
2829 MLINKS+= SSL_read_early_data.3 SSL_allow_early_data_cb_fn.3
2830 MLINKS+= SSL_read_early_data.3 SSL_get_early_data_status.3
[all …]
/freebsd-13-stable/secure/lib/libssl/
HDVersion.map489 SSL_read_early_data;
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h1848 __owur int SSL_read_early_data(SSL *s, void *buf, size_t num,
/freebsd-13-stable/crypto/openssl/apps/
HDs_server.c2402 edret = SSL_read_early_data(con, buf, bufsize, &readbytes); in sv_body()
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c1842 int SSL_read_early_data(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_read_early_data() function
/freebsd-13-stable/crypto/openssl/crypto/err/
HDopenssl.txt1316 SSL_F_SSL_READ_EARLY_DATA:529:SSL_read_early_data
/freebsd-13-stable/crypto/openssl/
HDCHANGES1116 SSL_read_early_data() man page for further details.