Home
last modified time | relevance | path

Searched refs:maxversion (Results 1 – 5 of 5) sorted by relevance

/openssl-master/test/
A Dservername_test.c36 static int maxversion = TLS1_2_VERSION; variable
38 static int maxversion = 0; variable
111 if (maxversion > 0 in client_setup_sni_before_state()
112 && !TEST_true(SSL_CTX_set_max_proto_version(ctx, maxversion))) in client_setup_sni_before_state()
163 if (maxversion > 0 in client_setup_sni_after_state()
164 && !TEST_true(SSL_CTX_set_max_proto_version(ctx, maxversion))) in client_setup_sni_after_state()
A Dssl_test.c449 int maxversion = TLS1_2_VERSION; in test_handshake() local
451 int maxversion = 0; in test_handshake()
455 if (!TEST_true(SSL_CTX_set_max_proto_version(server_ctx, maxversion)) in test_handshake()
468 maxversion))) in test_handshake()
472 if (!TEST_true(SSL_CTX_set_max_proto_version(client_ctx, maxversion))) in test_handshake()
479 maxversion)) in test_handshake()
486 maxversion))) in test_handshake()
/openssl-master/ssl/statem/
A Dextensions_cust.c174 int maxversion) in custom_ext_add() argument
187 if (!should_add_extension(s, meth->context, context, maxversion)) in custom_ext_add()
/openssl-master/ssl/
A Dt1_lib.c522 int tls_valid_group(SSL *s, uint16_t group_id, int minversion, int maxversion, in tls_valid_group() argument
542 ret &= DTLS_VERSION_GE(maxversion, ginfo->mindtls); in tls_valid_group()
551 ret &= (maxversion >= ginfo->mintls); in tls_valid_group()
552 if (ret && okfortls13 != NULL && maxversion == TLS1_3_VERSION) in tls_valid_group()
A Dssl_local.h2656 int maxversion, int isec, int *okfortls13);
2795 size_t chainidx, int maxversion);

Completed in 25 milliseconds