Lines Matching refs:sslver
1450 static CURLcode nss_init_sslver(SSLVersionRange *sslver, in nss_init_sslver() argument
1457 sslver->min = SSL_LIBRARY_VERSION_TLS_1_0; in nss_init_sslver()
1459 sslver->max = SSL_LIBRARY_VERSION_TLS_1_2; in nss_init_sslver()
1461 sslver->max = SSL_LIBRARY_VERSION_TLS_1_1; in nss_init_sslver()
1463 sslver->max = SSL_LIBRARY_VERSION_TLS_1_0; in nss_init_sslver()
1468 sslver->min = SSL_LIBRARY_VERSION_2; in nss_init_sslver()
1469 sslver->max = SSL_LIBRARY_VERSION_2; in nss_init_sslver()
1473 sslver->min = SSL_LIBRARY_VERSION_3_0; in nss_init_sslver()
1474 sslver->max = SSL_LIBRARY_VERSION_3_0; in nss_init_sslver()
1478 sslver->min = SSL_LIBRARY_VERSION_TLS_1_0; in nss_init_sslver()
1479 sslver->max = SSL_LIBRARY_VERSION_TLS_1_0; in nss_init_sslver()
1484 sslver->min = SSL_LIBRARY_VERSION_TLS_1_1; in nss_init_sslver()
1485 sslver->max = SSL_LIBRARY_VERSION_TLS_1_1; in nss_init_sslver()
1492 sslver->min = SSL_LIBRARY_VERSION_TLS_1_2; in nss_init_sslver()
1493 sslver->max = SSL_LIBRARY_VERSION_TLS_1_2; in nss_init_sslver()
1555 SSLVersionRange sslver = { in nss_setup_connect() local
1618 if(nss_init_sslver(&sslver, data) != CURLE_OK) in nss_setup_connect()
1620 if(SSL_VersionRangeSet(model, &sslver) != SECSuccess) in nss_setup_connect()