Home
last modified time | relevance | path

Searched refs:DTLSv1_listen (Results 1 – 11 of 11) sorted by relevance

/openssl/doc/man3/
H A DDTLSv1_listen.pod6 DTLSv1_listen
14 int DTLSv1_listen(SSL *ssl, BIO_ADDR *peer);
19 DTLSv1_listen() statelessly listens for new incoming DTLS connections. If a
51 OpenSSL implements this capability via the SSL_stateless() and DTLSv1_listen()
60 Additionally, for DTLSv1_listen(), the B<BIO_ADDR> pointed to by B<peer> will be
67 Prior to calling DTLSv1_listen() user code must ensure that cookie generation
73 Since DTLSv1_listen() operates entirely statelessly whilst processing incoming
86 Both SSL_stateless() and DTLSv1_listen() will clear the error queue when they
104 call to DTLSv1_listen() in the event of a non-fatal error.
109 For DTLSv1_listen(), prior to OpenSSL 1.1.0, fatal and non-fatal errors both
[all …]
H A DSSL_CTX_set_stateless_cookie_generate_cb.pod57 SSL_CTX_set_cookie_generate_cb() sets the callback used by L<DTLSv1_listen(3)>
65 SSL_CTX_set_cookie_verify_cb() sets the callback used by L<DTLSv1_listen(3)> to
80 L<DTLSv1_listen(3)>
/openssl/test/
H A Ddtlsv1listentest.c320 if (!TEST_int_ge(ret = DTLSv1_listen(ssl, peer), 0)) in dtls_listen_test()
/openssl/ssl/
H A Dd1_lib.c441 int DTLSv1_listen(SSL *ssl, BIO_ADDR *client) in DTLSv1_listen() function
/openssl/test/helpers/
H A Dssltestlib.c1103 rets = DTLSv1_listen(serverssl, peer); in create_bare_ssl_connection()
/openssl/util/
H A Dlibssl.num60 DTLSv1_listen 61 3_0_0 EXIST::FUNCTION:SOCK
/openssl/doc/
H A Dbuild.info990 DEPEND[html/man3/DTLSv1_listen.html]=man3/DTLSv1_listen.pod
991 GENERATE[html/man3/DTLSv1_listen.html]=man3/DTLSv1_listen.pod
992 DEPEND[man/man3/DTLSv1_listen.3]=man3/DTLSv1_listen.pod
993 GENERATE[man/man3/DTLSv1_listen.3]=man3/DTLSv1_listen.pod
2997 html/man3/DTLSv1_listen.html \
3596 man/man3/DTLSv1_listen.3 \
/openssl/apps/
H A Ds_server.c2883 i = DTLSv1_listen(con, client); in init_ssl_connection()
/openssl/
H A DNEWS.md526 * Segmentation fault in DTLSv1_listen fix ([CVE-2015-0207])
H A DCHANGES.md3907 * The arguments to the DTLSv1_listen function have changed. Specifically the
5813 * Segmentation fault in DTLSv1_listen fix
5815 The DTLSv1_listen function is intended to be stateless and processes the
5817 over the call to DTLSv1_listen until a valid ClientHello is received with
5818 an associated cookie. A defect in the implementation of DTLSv1_listen means
/openssl/include/openssl/
H A Dssl.h.in2266 int DTLSv1_listen(SSL *s, BIO_ADDR *client);

Completed in 152 milliseconds