testing: Use TLS 1.3 in TNC PT-TLS tests

This commit is contained in:
Andreas Steffen
2021-02-21 09:48:34 +01:00
parent 9f55246018
commit 20c47af319
11 changed files with 24 additions and 11 deletions
@@ -1,3 +1,3 @@
The hosts <b>moon</b> and <b>sun</b> do mutual TNC measurements using the
PA-TNC, PB-TNC and PT-TLS protocols. The authentication is based on
X.509 certificates.
X.509 certificates and transport on TLS 1.3.
@@ -5,7 +5,9 @@ pt-tls-client {
}
libtls {
suites = TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
version_max = 1.3
suites = TLS_AES_128_GCM_SHA256
ke_group = curve25519
}
libimcv {
@@ -24,7 +24,9 @@ charon-systemd {
}
libtls {
suites = TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
version_max = 1.3
suites = TLS_AES_128_GCM_SHA256
ke_group = curve25519
}
libimcv {