Searched refs:nssver (Results 1 – 1 of 1) sorted by relevance
256 static char *nss_sslver_to_name(PRUint16 nssver) in nss_sslver_to_name() argument258 switch(nssver) { in nss_sslver_to_name()278 return curl_maprintf("0x%04x", nssver); in nss_sslver_to_name()1695 static CURLcode nss_sslver_from_curl(PRUint16 *nssver, long version) in nss_sslver_from_curl() argument1699 *nssver = SSL_LIBRARY_VERSION_2; in nss_sslver_from_curl()1703 *nssver = SSL_LIBRARY_VERSION_3_0; in nss_sslver_from_curl()1707 *nssver = SSL_LIBRARY_VERSION_TLS_1_0; in nss_sslver_from_curl()1712 *nssver = SSL_LIBRARY_VERSION_TLS_1_1; in nss_sslver_from_curl()1720 *nssver = SSL_LIBRARY_VERSION_TLS_1_2; in nss_sslver_from_curl()1728 *nssver = SSL_LIBRARY_VERSION_TLS_1_3; in nss_sslver_from_curl()