/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_key_update.pod | 7 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 D | SSL_key_update.pod | 7 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 D | bio_ssl.c | 115 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 D | ssl_lib.c | 2154 int SSL_renegotiate(SSL *s) in SSL_renegotiate() function
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 312 SSL_renegotiate;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 406 SSL_renegotiate;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_server.c | 2548 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 D | s_client.c | 2983 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 D | s_server.c | 2620 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 D | s_client.c | 2934 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 D | handshake_helper.c | 936 ret = SSL_renegotiate(peer->ssl); in do_reneg_setup_step() 944 ret = SSL_renegotiate(peer->ssl); in do_reneg_setup_step()
|
H A D | sslapitest.c | 647 || !TEST_true(SSL_renegotiate(clientssl)) in test_ccs_change_cipher()
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_ssl.c | 345 SSL_renegotiate(bufferevent_openssl_get_ssl(bev)); in respond_to_number()
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | bufferevent_openssl.c | 1128 if (SSL_renegotiate(bev_ssl->ssl) < 0) in bufferevent_ssl_renegotiate()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 39 SSL_renegotiate 40 1_1_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 39 SSL_renegotiate 40 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 623 =item int B<SSL_renegotiate>(SSL *ssl);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1931 int SSL_renegotiate(SSL *s);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
H A D | statem_clnt.c | 3683 SSL_renegotiate(s); in tls_process_hello_req()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/ |
H A D | statem_clnt.c | 3623 SSL_renegotiate(s); in tls_process_hello_req()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1319 SSL_F_SSL_RENEGOTIATE:516:SSL_renegotiate
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 1996 int SSL_renegotiate(SSL *s);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | CHANGES | 8092 renegotiation has been requested (either SSL_renegotiate() call 8095 (For servers, SSL_renegotiate() followed by SSL_do_handshake()
|