Home
last modified time | relevance | path

Searched refs:SSL_renegotiate (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_key_update.pod7 SSL_renegotiate,
19 int SSL_renegotiate(SSL *s);
45 SSL_renegotiate() and SSL_renegotiate_abbreviated() should only be called for
49 When called from the client side, SSL_renegotiate() schedules a completely new
58 same was as SSL_renegotiate() except that OpenSSL will attempt to resume the
61 When called from the server side, SSL_renegotiate() and
81 SSL_key_update(), SSL_renegotiate() and SSL_renegotiate_abbreviated() return 1
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_key_update.pod7 SSL_renegotiate,
19 int SSL_renegotiate(SSL *s);
46 SSL_renegotiate() and SSL_renegotiate_abbreviated() should only be called for
50 When called from the client side, SSL_renegotiate() schedules a completely new
59 same was as SSL_renegotiate() except that OpenSSL will attempt to resume the
62 When called from the server side, SSL_renegotiate() and
82 SSL_key_update(), SSL_renegotiate() and SSL_renegotiate_abbreviated() return 1
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dbio_ssl.c115 SSL_renegotiate(ssl); in ssl_read()
126 SSL_renegotiate(ssl); in ssl_read()
184 SSL_renegotiate(ssl); in ssl_write()
195 SSL_renegotiate(ssl); in ssl_write()
H A Dssl_lib.c2154 int SSL_renegotiate(SSL *s) in SSL_renegotiate() function
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map312 SSL_renegotiate;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map406 SSL_renegotiate;
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c2548 SSL_renegotiate(con); in sv_body()
2558 SSL_renegotiate(con); in sv_body()
2605 SSL_renegotiate(con); in sv_body()
3123 i = SSL_renegotiate(con); in www_body()
3340 SSL_renegotiate(con); in www_body()
3348 SSL_renegotiate(con); in www_body()
H A Ds_client.c2983 SSL_renegotiate(con); in s_client_main()
3081 SSL_renegotiate(con); in s_client_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2620 SSL_renegotiate(con); in sv_body()
2630 SSL_renegotiate(con); in sv_body()
2677 SSL_renegotiate(con); in sv_body()
3183 i = SSL_renegotiate(con); in www_body()
3445 SSL_renegotiate(con); in www_body()
3453 SSL_renegotiate(con); in www_body()
H A Ds_client.c2934 SSL_renegotiate(con); in s_client_main()
3032 SSL_renegotiate(con); in s_client_main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dhandshake_helper.c936 ret = SSL_renegotiate(peer->ssl); in do_reneg_setup_step()
944 ret = SSL_renegotiate(peer->ssl); in do_reneg_setup_step()
H A Dsslapitest.c647 || !TEST_true(SSL_renegotiate(clientssl)) in test_ccs_change_cipher()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_ssl.c345 SSL_renegotiate(bufferevent_openssl_get_ssl(bev)); in respond_to_number()
/netbsd-src/external/bsd/libevent/dist/
H A Dbufferevent_openssl.c1128 if (SSL_renegotiate(bev_ssl->ssl) < 0) in bufferevent_ssl_renegotiate()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num39 SSL_renegotiate 40 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num39 SSL_renegotiate 40 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dssl.pod623 =item int B<SSL_renegotiate>(SSL *ssl);
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1931 int SSL_renegotiate(SSL *s);
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_clnt.c3683 SSL_renegotiate(s); in tls_process_hello_req()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_clnt.c3623 SSL_renegotiate(s); in tls_process_hello_req()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Dopenssl.txt1319 SSL_F_SSL_RENEGOTIATE:516:SSL_renegotiate
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1996 int SSL_renegotiate(SSL *s);
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES8092 renegotiation has been requested (either SSL_renegotiate() call
8095 (For servers, SSL_renegotiate() followed by SSL_do_handshake()