Home
last modified time | relevance | path

Searched refs:renegotiate (Results 1 – 18 of 18) sorted by relevance

/openssl/test/ssl-tests/
H A D18-dtls-renegotiate.cnf5 test-0 = 0-renegotiate-client-no-resume
6 test-1 = 1-renegotiate-client-resume
7 test-2 = 2-renegotiate-server-resume
9 test-4 = 4-renegotiate-client-auth-once
13 test-8 = 8-renegotiate-aead-to-aead
16 [0-renegotiate-client-no-resume]
19 [0-renegotiate-client-no-resume-ssl]
44 [1-renegotiate-client-resume]
47 [1-renegotiate-client-resume-ssl]
71 [2-renegotiate-server-resume]
[all …]
H A D17-renegotiate.cnf5 test-0 = 0-renegotiate-client-no-resume
6 test-1 = 1-renegotiate-client-resume
7 test-2 = 2-renegotiate-server-no-resume
8 test-3 = 3-renegotiate-server-resume
15 test-10 = 10-renegotiate-aead-to-aead
25 [0-renegotiate-client-no-resume]
53 [1-renegotiate-client-resume]
56 [1-renegotiate-client-resume-ssl]
80 [2-renegotiate-server-no-resume]
108 [3-renegotiate-server-resume]
[all …]
H A D17-renegotiate.cnf.in20 name => "renegotiate-client-no-resume",
34 name => "renegotiate-client-resume",
47 name => "renegotiate-server-no-resume",
61 name => "renegotiate-server-resume",
74 name => "renegotiate-client-auth-require",
93 name => "renegotiate-client-auth-once",
114 name => "renegotiate-client-legacy-connect",
131 name => "renegotiate-aead-to-non-aead",
150 name => "renegotiate-non-aead-to-aead",
169 name => "renegotiate-non-aead-to-non-aead",
[all …]
H A D18-dtls-renegotiate.cnf.in30 name => "renegotiate-client-no-resume".$suffix,
47 name => "renegotiate-client-resume".$suffix,
72 name => "renegotiate-server-resume".$suffix,
88 name => "renegotiate-client-auth-require".$suffix,
108 name => "renegotiate-client-auth-once".$suffix,
133 name => "renegotiate-aead-to-non-aead".$suffix,
152 name => "renegotiate-non-aead-to-aead".$suffix,
171 name => "renegotiate-non-aead-to-non-aead".$suffix,
190 name => "renegotiate-aead-to-aead".$suffix,
/openssl/doc/man3/
H A DBIO_f_ssl.pod66 BIO_set_ssl_renegotiate_bytes() sets the renegotiate byte count of SSL BIO B<b>
71 BIO_set_ssl_renegotiate_timeout() sets the renegotiate timeout of SSL BIO B<b>
73 When the renegotiate timeout elapses the session is automatically renegotiated.
H A DSSL_CTX_set_options.pod381 If the patched OpenSSL server attempts to renegotiate a fatal
/openssl/ssl/
H A Ds3_lib.c4492 if (sc->s3.renegotiate) in ssl3_write()
4509 if (sc->s3.renegotiate) in ssl3_read_internal()
4554 sc->s3.renegotiate = 1; in ssl3_renegotiate()
4574 if (sc->s3.renegotiate) { in ssl3_renegotiate_check()
4584 sc->s3.renegotiate = 0; in ssl3_renegotiate_check()
H A Dssl_local.h1327 int renegotiate; member
1747 int renegotiate; member
H A Dssl_lib.c608 if (sc->renegotiate) { in ossl_ssl_connection_reset()
2674 sc->renegotiate = 1; in SSL_renegotiate()
2689 sc->renegotiate = 1; in SSL_renegotiate_abbreviated()
2705 return (sc->renegotiate != 0); in SSL_renegotiate_pending()
/openssl/ssl/statem/
H A Dstatem.c462 || s->renegotiate) { in state_machine()
H A Dstatem_srvr.c589 } else if (s->renegotiate == 0 && !SSL_IS_FIRST_HANDSHAKE(s)) { in ossl_statem_server_write_transition()
1393 if (s->renegotiate == 0 && !SSL_IS_FIRST_HANDSHAKE(s)) { in tls_process_client_hello()
1405 s->renegotiate = 1; in tls_process_client_hello()
1726 if (s->renegotiate) { in tls_early_post_process_client_hello()
H A Dextensions.c900 if (s->renegotiate in final_renegotiate()
H A Dstatem_clnt.c519 if (!s->renegotiate) { in ossl_statem_client_write_transition()
3724 int empty_reneg_info_scsv = !s->renegotiate; in ssl_cipher_list_to_bytes()
H A Dextensions_clnt.c20 if (!s->renegotiate) in tls_construct_ctos_renegotiate()
H A Dstatem_lib.c1110 s->renegotiate = 0; in tls_finish_handshake()
/openssl/ssl/record/
H A Drec_layer_s3.c711 && !s->renegotiate in do_ssl3_write()
/openssl/crypto/err/
H A Dopenssl.txt1467 SSL_R_RENEGOTIATE_EXT_TOO_LONG:335:renegotiate ext too long
/openssl/
H A DCHANGES.md7597 support for TLS 1.2 and later renegotiate using TLS 1.0 in the RSA
9665 connect and renegotiate with servers which do not support RI.
9674 * If client attempts to renegotiate and doesn't support RI respond with
16105 'Q' and 'R' lose their special meanings (quit/renegotiate).

Completed in 181 milliseconds