MCPcopy Index your code
hub / github.com/python/cpython / server_sigalg

Method server_sigalg

Lib/ssl.py:942–944  ·  view source on GitHub ↗

Return the selected server handshake signature algorithm.

(self)

Source from the content-addressed store, hash-verified

940 return self._sslobj.client_sigalg()
941
942 def server_sigalg(self):
943 """Return the selected server handshake signature algorithm."""
944 return self._sslobj.server_sigalg()
945
946 def shared_ciphers(self):
947 """Return a list of ciphers shared by the client during the handshake or

Callers 2

server_sigalgMethod · 0.45
server_params_testFunction · 0.45

Calls

no outgoing calls

Tested by 1

server_params_testFunction · 0.36