Home | History | Annotate | Download | only in Modules

Lines Matching full:proto_version

2099     int proto_version = PY_SSL_VERSION_TLS;
2105 &proto_version))
2109 if (proto_version == PY_SSL_VERSION_TLS1)
2112 else if (proto_version == PY_SSL_VERSION_TLS1_1)
2114 else if (proto_version == PY_SSL_VERSION_TLS1_2)
2118 else if (proto_version == PY_SSL_VERSION_SSL3)
2122 else if (proto_version == PY_SSL_VERSION_SSL2)
2125 else if (proto_version == PY_SSL_VERSION_TLS)
2128 proto_version = -1;
2131 if (proto_version == -1) {
2163 if (proto_version != PY_SSL_VERSION_SSL2)
2165 if (proto_version != PY_SSL_VERSION_SSL3)