ssl.DER_cert_to_PEM_cert()
  • References/Python/Python/Networking

ssl.DER_cert_to_PEM_cert(DER_cert_bytes) Given a certificate as a DER-encoded blob of bytes, returns a PEM-encoded string version

2025-01-10 15:47:30
asyncore.file_wrapper
  • References/Python/Python/Networking

class asyncore.file_wrapper A file_wrapper takes an integer file descriptor and calls

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

ssl.cert_time_to_seconds(cert_time) Return the time in seconds since the Epoch, given the cert_time string representing

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

socket.ioctl(control, option)

2025-01-10 15:47:30
asyncore.dispatcher.bind()
  • References/Python/Python/Networking

bind(address) Bind the socket to address. The socket must not already be bound. (The format of address depends

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

seek(pos[, whence]) Set the file’s current position. whence argument is optional and defaults to os.SEEK_SET

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

ssl.get_server_certificate(addr, ssl_version=PROTOCOL_SSLv23, ca_certs=None) Given the address addr of an SSL-protected

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

tell() Returns the current position of the file pointer.

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

SSLSocket.write(buf) Write buf to the SSL socket and return the number of bytes written. The buf argument

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

ssl.OP_NO_TLSv1_1 Prevents a TLSv1.1 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23

2025-01-10 15:47:30