1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Merge pull request #6482 from ronald-cron-arm/tls13-misc

TLS 1.3: Update documentation for the coming release and misc
This commit is contained in:
Ronald Cron
2022-10-28 11:09:03 +02:00
committed by GitHub
8 changed files with 411 additions and 1116 deletions

View File

@@ -398,7 +398,7 @@ class MbedTLSServ(MbedTLSBase):
named_group=named_group,
iana_value=NAMED_GROUP_IANA_VALUE[named_group])]
check_strings.append("Verifying peer X.509 certificate... ok")
check_strings.append("Certificate verification was skipped")
return ['-s "{}"'.format(i) for i in check_strings]
def pre_cmd(self):