Home
last modified time | relevance | path

Searched refs:renegotiate (Results 1 – 21 of 21) 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]
45 [1-renegotiate-client-resume]
48 [1-renegotiate-client-resume-ssl]
73 [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,
48 name => "renegotiate-client-resume".$suffix,
74 name => "renegotiate-server-resume".$suffix,
91 name => "renegotiate-client-auth-require".$suffix,
112 name => "renegotiate-client-auth-once".$suffix,
138 name => "renegotiate-aead-to-non-aead".$suffix,
158 name => "renegotiate-non-aead-to-aead".$suffix,
178 name => "renegotiate-non-aead-to-non-aead".$suffix,
198 name => "renegotiate-aead-to-aead".$suffix,
/openssl/test/
H A Dext_internal_test.c28 EXT_ENTRY(renegotiate),
/openssl/ssl/
H A Ds3_msg.c98 && !sc->renegotiate in ssl3_dispatch_alert()
H A Ds3_lib.c4564 if (sc->s3.renegotiate) in ssl3_write()
4581 if (sc->s3.renegotiate) in ssl3_read_internal()
4626 sc->s3.renegotiate = 1; in ssl3_renegotiate()
4646 if (sc->s3.renegotiate) { in ssl3_renegotiate_check()
4656 sc->s3.renegotiate = 0; in ssl3_renegotiate_check()
H A Dssl_local.h1302 int renegotiate; member
1726 int renegotiate; member
H A Dssl_lib.c602 if (sc->renegotiate) { in ossl_ssl_connection_reset()
2858 sc->renegotiate = 1; in SSL_renegotiate()
2873 sc->renegotiate = 1; in SSL_renegotiate_abbreviated()
2889 return (sc->renegotiate != 0); in SSL_renegotiate_pending()
/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.pod430 If the patched OpenSSL server attempts to renegotiate a fatal
/openssl/ssl/statem/
H A Dstatem.c465 || s->renegotiate) { in state_machine()
H A Dstatem_srvr.c650 } else if (s->renegotiate == 0 && !SSL_IS_FIRST_HANDSHAKE(s)) { in ossl_statem_server_write_transition()
1479 if (s->renegotiate == 0 && !SSL_IS_FIRST_HANDSHAKE(s)) { in tls_process_client_hello()
1491 s->renegotiate = 1; in tls_process_client_hello()
1795 if (s->renegotiate) { in tls_early_post_process_client_hello()
H A Dextensions.c956 if (s->renegotiate in final_renegotiate()
H A Dstatem_clnt.c561 if (!s->renegotiate) { in ossl_statem_client_write_transition()
4068 int empty_reneg_info_scsv = !s->renegotiate in ssl_cipher_list_to_bytes()
H A Dextensions_clnt.c19 if (!s->renegotiate) { in tls_construct_ctos_renegotiate()
H A Dstatem_lib.c1455 s->renegotiate = 0; in tls_finish_handshake()
/openssl/ssl/record/
H A Drec_layer_s3.c399 && !s->renegotiate in ssl3_write_bytes()
/openssl/crypto/err/
H A Dopenssl.txt1557 SSL_R_RENEGOTIATE_EXT_TOO_LONG:335:renegotiate ext too long
/openssl/
H A DNEWS.md80 * An empty renegotiate extension will be used in TLS client hellos instead
H A DCHANGES.md200 * An empty renegotiate extension will be used in TLS client hellos instead
9139 support for TLS 1.2 and later renegotiate using TLS 1.0 in the RSA
11207 connect and renegotiate with servers which do not support RI.
11216 * If client attempts to renegotiate and doesn't support RI respond with
17647 'Q' and 'R' lose their special meanings (quit/renegotiate).

Completed in 158 milliseconds