Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dnss.c1514 static CURLcode nss_init_sslver(SSLVersionRange *sslver, in nss_init_sslver() argument
1521 if(SSL_VersionRangeGetDefault(ssl_variant_stream, sslver) != SECSuccess) in nss_init_sslver()
1524 if(sslver->min < SSL_LIBRARY_VERSION_TLS_1_0) in nss_init_sslver()
1525 sslver->min = SSL_LIBRARY_VERSION_TLS_1_0; in nss_init_sslver()
1529 sslver->min = SSL_LIBRARY_VERSION_TLS_1_0; in nss_init_sslver()
1532 sslver->max = SSL_LIBRARY_VERSION_TLS_1_2; in nss_init_sslver()
1534 sslver->max = SSL_LIBRARY_VERSION_TLS_1_1; in nss_init_sslver()
1536 sslver->max = SSL_LIBRARY_VERSION_TLS_1_0; in nss_init_sslver()
1541 sslver->min = SSL_LIBRARY_VERSION_2; in nss_init_sslver()
1542 sslver->max = SSL_LIBRARY_VERSION_2; in nss_init_sslver()
[all …]