Enable client auth

This commit is contained in:
Henry Case 2018-06-26 18:13:01 +01:00
parent d07b9e80a8
commit cd33ad248a

View File

@ -27,7 +27,6 @@
"SkipNewSessionTicket": "client: TODO enable session cache",
"InvalidCompressionMethod": "client: TODO send IllegalParam instead of UnexpectedMessage",
"NoClientCertificate-TLS13": "client: TODO implement client certs",
"TLS13-Client-CertAuth-*": "client: TODO implement client certs",
"SupportedVersionSelection-TLS12": "client: TODO send Unexpected Extension if server sends SV",
"DuplicateExtensionClient-*": "TODO",
"UnsolicitedServerNameAck-*": "client: TODO send Unexpected Extension if SNI was not advertised",
@ -40,8 +39,6 @@
"Resume-Client-CipherMismatch-TLS13": "client: TODO implement resumption",
"ExtendedMasterSecret-NoToNo-Client": "client: TODO implement resumption",
"Renegotiate-Client-Forbidden-1": "client: TODO correct alert was sent, but why is the local error EOF?",
"TLS13-Client-ClientAuth-*": "client: TODO implement client certs",
"ClientAuth-*-TLS13*": "client: TODO implement client certs",
"ClientAuth-SHA1-Fallback-*": "client: what to do on empty SigAlg ext?",
"RSA-PSS-Default-*": "TODO enable PSS by default for TLS 1.2",
@ -63,9 +60,10 @@
"EncryptedExtensionsWithKeyShare": "client: TODO reject invalid extension",
"EmptyEncryptedExtensions": "client: TODO require non-empty EE",
"TLS13-*PSKIdentity": "client: TODO",
"TLS13-ClientSkipCertificateVerify": "client: TODO implement client certs",
"CheckRecordVersion-*": "client: enforce record version",
"GarbageCertificate-Client-*": "client: TODO implement client certs",
"GarbageCertificate-Client-TLS1": "unsupported protocol",
"GarbageCertificate-Client-TLS11": "unsupported protocol",
"GarbageCertificate-Client-TLS12": "unsupported protocol",
"OmitExtensions-ServerHello-*": "client: N/A, we always send status_request and SCT",
"EmptyExtensions-ServerHello-*": "client: N/A, we always send status_request and SCT",
@ -83,6 +81,7 @@
"TokenBinding-Client-Unexpected-TLS*": "Draft23: Unsupported",
"DummyPQPadding-Server-*": "Draft23: Unsupported",
"RSAPSSSupport-Default-TLS12-Client": "Draft23: Unsupported",
"DuplicateCertCompressionExt-TLS12": "Draft23: Unsupported"
"DuplicateCertCompressionExt-TLS12": "Draft23: Unsupported",
"ClientAuth-NoFallback-TLS13": "TODO: needs investigation"
}
}