Searched refs:SSL_set0_wbio (Results 1 – 13 of 13) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_set_bio.pod | 5 SSL_set_bio, SSL_set0_rbio, SSL_set0_wbio - connect the SSL object with a BIO 13 void SSL_set0_wbio(SSL *s, BIO *wbio); 26 SSL_set0_wbio() works in the same as SSL_set0_rbio() except that it connects 28 rbio and wbio are the same then SSL_set0_rbio() and SSL_set0_wbio() each take 33 SSL_set_bio() is similar to SSL_set0_rbio() and SSL_set0_wbio() except 87 use SSL_set0_rbio() and SSL_set0_wbio() instead. 97 SSL_set_bio(), SSL_set0_rbio() and SSL_set0_wbio() cannot fail. 107 SSL_set0_rbio() and SSL_set0_wbio() were added in OpenSSL 1.1.0.
|
/openssl/test/ |
H A D | dtlsv1listentest.c | 311 SSL_set0_wbio(ssl, outbio); in dtls_listen_test()
|
H A D | quic_client_test.c | 93 SSL_set0_wbio(c_ssl, c_net_bio); in test_quic_client_ex()
|
H A D | quic_tserver_test.c | 190 SSL_set0_wbio(c_ssl, c_net_bio); in do_test()
|
H A D | dtlstest.c | 443 SSL_set0_wbio(serverssl, wbio); in test_just_finished()
|
H A D | sslapitest.c | 2821 SSL_set0_wbio(serverssl, bretry); in test_extra_tickets() 2828 SSL_set0_wbio(serverssl, tmp); in test_extra_tickets() 6827 SSL_set0_wbio(peerwrite, bretry); in test_key_update_peer_in_write() 6838 SSL_set0_wbio(peerwrite, tmp); in test_key_update_peer_in_write() 7001 SSL_set0_wbio(local, bretry); in test_key_update_local_in_write() 7010 SSL_set0_wbio(local, tmp); in test_key_update_local_in_write() 8770 SSL_set0_wbio(serverssl, bretry); in test_async_shutdown() 8783 SSL_set0_wbio(serverssl, tmp); in test_async_shutdown() 10185 SSL_set0_wbio(client2ssl, wbio); in test_ssl_dup() 11747 SSL_set0_wbio(serverssl, bretry); in test_handshake_retry() [all …]
|
H A D | quic_multistream_test.c | 808 SSL_set0_wbio(h->c_conn, h->c_net_bio); in helper_init()
|
/openssl/doc/man7/ |
H A D | openssl-quic.pod | 134 L<SSL_set0_wbio(3)> function as before, but must now receive a BIO with datagram 168 L<BIO_s_datagram(3)> and using L<SSL_set0_rbio(3)> and L<SSL_set0_wbio(3)>. 741 the SSL object using L<SSL_set0_rbio(3)> and L<SSL_set0_wbio(3)>. This could be
|
/openssl/ssl/ |
H A D | ssl_lib.c | 1519 void SSL_set0_wbio(SSL *s, BIO *wbio) in SSL_set0_wbio() function 1571 SSL_set0_wbio(s, wbio); in SSL_set_bio() 1586 SSL_set0_wbio(s, wbio); in SSL_set_bio() 1717 SSL_set0_wbio(s, bio); in SSL_set_wfd() 1729 SSL_set0_wbio(s, rbio); in SSL_set_wfd()
|
/openssl/util/ |
H A D | libssl.num | 239 SSL_set0_wbio 240 3_0_0 EXIST::FUNCTION:
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 27 …- [`SSL_set0_rbio`, `SSL_set0_wbio`, `SSL_set_bio`](#-ssl-set0-rbio----ssl-set0-wbio----ssl-set-bi… 361 #### `SSL_set0_rbio`, `SSL_set0_wbio`, `SSL_set_bio`
|
H A D | quic-api-ssl-funcs.md | 601 | `SSL_set0_wbio` | NDP | U | A | QSI | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1606 void SSL_set0_wbio(SSL *s, BIO *wbio);
|
Completed in 109 milliseconds