We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b336ed commit 1a549b4Copy full SHA for 1a549b4
Lib/test/test_ssl.py
@@ -4310,6 +4310,8 @@ def test_groups(self):
4310
chatty=True, connectionchatty=True,
4311
sni_name=hostname)
4312
4313
+ @unittest.skipUnless(CAN_SET_CLIENT_SIGALGS,
4314
+ "AWS-LC doesn't support setting client sigalgs")
4315
def test_client_sigalgs(self):
4316
# no mutual auth, so cient_sigalg should be None
4317
client_context, server_context, hostname = testing_context()
0 commit comments