ssl.OP_NO_SSLv2
  • References/Python/Python/Networking

ssl.OP_NO_SSLv2 Prevents an SSLv2 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23

2025-01-10 15:47:30
ssl.SSLContext.get_ca_certs()
  • References/Python/Python/Networking

SSLContext.get_ca_certs(binary_form=False) Get a list of loaded “certification authority” (CA) certificates. If the binary_form

2025-01-10 15:47:30
ssl.CertificateError
  • References/Python/Python/Networking

exception ssl.CertificateError Raised to signal an error with a certificate (such as mismatching hostname). Certificate errors

2025-01-10 15:47:30
socket.if_indextoname()
  • References/Python/Python/Networking

socket.if_indextoname(if_index) Return a network interface name corresponding to an interface index number.

2025-01-10 15:47:30
ssl.SSLContext.load_verify_locations()
  • References/Python/Python/Networking

SSLContext.load_verify_locations(cafile=None, capath=None, cadata=None) Load a set of “certification authority” (CA) certificates

2025-01-10 15:47:30
signal.getsignal()
  • References/Python/Python/Networking

signal.getsignal(signalnum) Return the current signal handler for the signal signalnum. The returned value may be a

2025-01-10 15:47:30
ssl.SSLContext.options
  • References/Python/Python/Networking

SSLContext.options An integer representing the set of SSL options enabled on this context. The default value is OP_ALL

2025-01-10 15:47:30
signal.pause()
  • References/Python/Python/Networking

signal.pause() Cause the process to sleep until a signal is received; the appropriate handler will then be called. Returns nothing

2025-01-10 15:47:30
asynchat.async_chat.close_when_done()
  • References/Python/Python/Networking

async_chat.close_when_done() Pushes a None on to the producer fifo. When this producer is popped off the fifo it

2025-01-10 15:47:30
ssl.enum_crls()
  • References/Python/Python/Networking

ssl.enum_crls(store_name) Retrieve CRLs from Windows’ system cert store. store_name may be one of CA,

2025-01-10 15:47:30