Return the selected client authentication signature algorithm.
(self)
| 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.""" |
no outgoing calls