Home
last modified time | relevance | path

Searched refs:SSL_dup (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DSSL_new.pod5 SSL_dup, SSL_new, SSL_up_ref - create an SSL structure for a connection
11 SSL *SSL_dup(SSL *s);
29 The function SSL_dup() creates and returns a new B<SSL> structure from the same
33 For SSL_dup() to work, the connection MUST be in its initial state and
35 their initial state SSL_dup() just increments an internal
99 SSL_dup() is not supported on QUIC SSL objects and returns NULL if called on
/openssl/ssl/
H A Dbio_ssl.c379 dbs->ssl = SSL_dup(ssl); in ssl_ctrl()
H A Dssl_lib.c5039 SSL *SSL_dup(SSL *s) in SSL_dup() function
/openssl/util/
H A Dlibssl.num199 SSL_dup 200 3_0_0 EXIST::FUNCTION:
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md146 | `SSL_dup` | Object | ��U | ��A | ��FC | ��Done …
988 ### What should `SSL_dup` and `SSL_clear` do?
/openssl/test/
H A Dquicapitest.c756 if (!TEST_ptr_null(SSL_dup(ssl))) in test_quic_forbidden_options()
H A Dsslapitest.c10174 client2ssl = SSL_dup(clientssl); in test_ssl_dup()
10201 clientssl = SSL_dup(client2ssl); in test_ssl_dup()
/openssl/include/openssl/
H A Dssl.h.in2094 __owur SSL *SSL_dup(SSL *ssl);

Completed in 76 milliseconds