Home
last modified time | relevance | path

Searched defs:maxversion (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dservername_test.c36 static int maxversion = TLS1_2_VERSION; variable
38 static int maxversion = 0; variable
Dssl_test.c449 int maxversion = TLS1_2_VERSION; in test_handshake() local
Dsslapitest.c10523 int maxversion = 0; in test_handshake_retry() local
/netbsd/src/crypto/external/bsd/openssl/dist/ssl/
Dt1_lib.c525 int tls_valid_group(SSL *s, uint16_t group_id, int minversion, int maxversion, in tls_valid_group()