• Home
  • Raw
  • Download

Lines Matching full:_ssl

31 #include "_ssl.h"
175 /* Ignored in SSLContext constructor, only used to as _ssl.DEFAULT_CIPHER_STRING */
352 module _ssl
353 class _ssl._SSLContext "PySSLContext *" "get_state_type(type)->PySSLContext_Type"
354 class _ssl._SSLSocket "PySSLSocket *" "get_state_type(type)->PySSLSocket_Type"
355 class _ssl.MemoryBIO "PySSLMemoryBIO *" "get_state_type(type)->PySSLMemoryBIO_Type"
356 class _ssl.SSLSession "PySSLSession *" "get_state_type(type)->PySSLSession_Type"
360 #include "clinic/_ssl.c.h"
378 #define ERRSTR(x) ERRSTR1("_ssl.c", Py_STRINGIFY(__LINE__), x)
388 #include "_ssl/debughelpers.c"
517 msg = PyUnicode_FromFormat("[%S: %S] %s: %S (_ssl.c:%d)", in fill_and_set_sslerror()
521 msg = PyUnicode_FromFormat("[%S: %S] %s (_ssl.c:%d)", in fill_and_set_sslerror()
524 msg = PyUnicode_FromFormat("[%S] %s (_ssl.c:%d)", in fill_and_set_sslerror()
527 msg = PyUnicode_FromFormat("%s (_ssl.c:%d)", errstr, lineno); in fill_and_set_sslerror()
925 _ssl._SSLSocket.do_handshake
1754 #include "_ssl/misc.c"
1755 #include "_ssl/cert.c"
1758 _ssl._test_decode_cert
1803 _ssl._SSLSocket.getpeercert
1850 _ssl._SSLSocket.get_verified_chain
1867 _ssl._SSLSocket.get_unverified_chain
2006 _ssl._SSLSocket.shared_ciphers
2055 _ssl._SSLSocket.cipher
2073 _ssl._SSLSocket.version
2095 _ssl._SSLSocket.selected_alpn_protocol
2113 _ssl._SSLSocket.compression
2325 _ssl._SSLSocket.write
2434 _ssl._SSLSocket.pending
2459 _ssl._SSLSocket.read
2601 _ssl._SSLSocket.shutdown
2720 _ssl._SSLSocket.get_channel_binding
2765 _ssl._SSLSocket.verify_client_post_handshake
2967 .name = "_ssl._SSLSocket",
3011 _ssl._SSLContext.__new__
3252 _ssl._SSLContext.set_ciphers
3275 _ssl._SSLContext.get_ciphers
3355 _ssl._SSLContext._set_alpn_protocols
3840 _ssl._SSLContext.load_cert_chain
4042 _ssl._SSLContext.load_verify_locations
4169 _ssl._SSLContext.load_dh_params
4210 _ssl._SSLContext._wrap_socket
4246 _ssl._SSLContext._wrap_bio
4283 _ssl._SSLContext.session_stats
4327 _ssl._SSLContext.set_default_verify_paths
4346 _ssl._SSLContext.set_ecdh_curve
4411 * a _ssl.SSLSocket instance. If there's an "owner" (typically an in _servername_callback()
4535 _ssl._SSLContext.cert_store_stats
4581 _ssl._SSLContext.get_ca_certs
4711 .name = "_ssl._SSLContext",
4725 _ssl.MemoryBIO.__new__
4796 _ssl.MemoryBIO.read
4840 _ssl.MemoryBIO.write
4881 _ssl.MemoryBIO.write_eof
4926 .name = "_ssl.MemoryBIO",
5102 .name = "_ssl.SSLSession",
5113 _ssl.RAND_add
5182 _ssl.RAND_bytes
5197 _ssl.RAND_pseudo_bytes
5216 _ssl.RAND_status
5232 _ssl.get_default_verify_paths
5290 _ssl.txt2obj
5318 _ssl.nid2obj
5481 _ssl.enum_certificates
5580 _ssl.enum_crls
6287 .m_name = "_ssl",