Home | History | Annotate | Download | only in ssl

Lines Matching refs:enableSSL2

193     allowed = !ss->opt.enableSSL2 ? 0 :
229 allowed = !ss->opt.enableSSL2 ? 0 :
274 ss->opt.enableSSL2 = PR_FALSE; /* not really enabled if no ciphers */
284 if (!ss->opt.enableSSL2 && !ss->opt.enableSSL3 && !ss->opt.enableTLS) {
2782 if (!ss->opt.enableSSL2) {
3065 if (((sid->version < SSL_LIBRARY_VERSION_3_0) && !ss->opt.enableSSL2) ||
3073 if (ss->opt.enableSSL2 && sid->version < SSL_LIBRARY_VERSION_3_0) {
3775 ss->opt.enableSSL2 = PR_FALSE;