Lines Matching refs:set
233 /* OpenSSL has no dedicated API to set the minimum version to the maximum
551 /* Only set verify code / message for SSLCertVerificationError */
882 /* If the socket is in non-blocking mode or timeout mode, set the BIO
1142 entry->set,
1224 /* get a rendering of each name in the set of names */
2167 used from within a callback function set by the sni_callback\n\
2191 "The currently set server hostname (for SNI).");
2883 "Cannot set session for server-side SSLSocket.");
2888 "Cannot set session after handshake.");
2908 Get / set SSLSession.");
3177 "Failed to set minimum protocol 0x%x",
3412 "Cannot set verify_mode to CERT_NONE when "
3434 unsigned long new_flags, flags, set, clear;
3441 set = ~flags & new_flags;
3448 if (set) {
3449 if (!X509_VERIFY_PARAM_set_flags(param, set)) {
3599 PyErr_SetString(PyExc_ValueError, "failed to set num tickets.");
3625 long new_opts, opts, set, clear;
3635 set = ~opts & new_opts;
3637 if ((set & opt_no) != 0) {
3646 if (set)
3647 SSL_CTX_set_options(self->ctx, set);
3893 /* the password callback has already set the error information */
3914 /* the password callback has already set the error information */
4505 "sni_callback cannot be set on TLS_CLIENT context");
5545 a set of OIDs or the boolean True.
5624 /* convert set to list */
5710 /* convert set to list */