Home
last modified time | relevance | path

Searched refs:SSL_stateless (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DDTLSv1_listen.pod5 SSL_stateless,
13 int SSL_stateless(SSL *s);
18 SSL_stateless() statelessly listens for new incoming TLSv1.3 connections.
38 If TCP is being used then there is no need to use SSL_stateless(). However, some
51 OpenSSL implements this capability via the SSL_stateless() and DTLSv1_listen()
70 respectively. For SSL_stateless(), L<SSL_CTX_set_stateless_cookie_generate_cb(3)>
78 For SSL_stateless() if an entire ClientHello message cannot be read without the
79 "read" BIO becoming empty then the SSL_stateless() call will fail. It is the
81 a single SSL_stateless() call is all from the same peer.
83 SSL_stateless() will fail (with a 0 return value) if some TLS version less than
[all …]
H A DSSL_CTX_set_stateless_cookie_generate_cb.pod42 L<SSL_stateless(3)> to generate the application-controlled portion of the cookie
50 L<SSL_stateless(3)> to determine whether the application-controlled portion of a
78 L<SSL_stateless(3)>,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DDTLSv1_listen.pod5 SSL_stateless,
13 int SSL_stateless(SSL *s);
18 SSL_stateless() statelessly listens for new incoming TLSv1.3 connections.
38 If TCP is being used then there is no need to use SSL_stateless(). However, some
51 OpenSSL implements this capability via the SSL_stateless() and DTLSv1_listen()
87 respectively. For SSL_stateless(), L<SSL_CTX_set_stateless_cookie_generate_cb(3)>
95 For SSL_stateless() if an entire ClientHello message cannot be read without the
96 "read" BIO becoming empty then the SSL_stateless() call will fail. It is the
98 a single SSL_stateless() call is all from the same peer.
100 SSL_stateless() will fail (with a 0 return value) if some TLS version less than
[all …]
H A DSSL_CTX_set_stateless_cookie_generate_cb.pod42 L<SSL_stateless(3)> to generate the application-controlled portion of the cookie
50 L<SSL_stateless(3)> to determine whether the application-controlled portion of a
79 L<SSL_stateless(3)>,
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map500 SSL_stateless;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map484 SSL_stateless;
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num476 SSL_stateless 477 1_1_1 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num476 SSL_stateless 477 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c4072 || !TEST_int_eq(SSL_stateless(serverssl), -1)) in test_stateless()
4093 || !TEST_int_eq(SSL_stateless(serverssl), 0)) in test_stateless()
4110 || !TEST_int_eq(SSL_stateless(serverssl), 0) in test_stateless()
4115 || !TEST_int_eq(SSL_stateless(serverssl), 1) in test_stateless()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1837 __owur int SSL_stateless(SSL *s);
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c2802 i = SSL_stateless(con); in init_ssl_connection()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2861 i = SSL_stateless(con); in init_ssl_connection()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c5604 int SSL_stateless(SSL *s) in SSL_stateless() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1885 __owur int SSL_stateless(SSL *s);