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

Method client_sigalg

Lib/ssl.py:938–940  ·  view source on GitHub ↗

Return the selected client authentication signature algorithm.

(self)

Source from the content-addressed store, hash-verified

936 return self._sslobj.group()
937
938 def client_sigalg(self):
939 """Return the selected client authentication signature algorithm."""
940 return self._sslobj.client_sigalg()
941
942 def server_sigalg(self):
943 """Return the selected server handshake signature algorithm."""

Callers 2

client_sigalgMethod · 0.45
server_params_testFunction · 0.45

Calls

no outgoing calls

Tested by 1

server_params_testFunction · 0.36