testing: Use TLS 1.3 in TNC PT-TLS tests
This commit is contained in:
@@ -24,7 +24,9 @@ charon-systemd {
|
||||
}
|
||||
|
||||
libtls {
|
||||
suites = TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
||||
suites = TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256
|
||||
ke_group = curve25519, curve448
|
||||
version_max = 1.3
|
||||
}
|
||||
|
||||
libimcv {
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
libtls {
|
||||
suites = TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
||||
suites = TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384
|
||||
ke_group = curve25519, curve448
|
||||
version_max = 1.3
|
||||
}
|
||||
|
||||
libimcv {
|
||||
|
||||
@@ -12,7 +12,9 @@ libimcv {
|
||||
}
|
||||
|
||||
libtls {
|
||||
suites = TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
||||
suites = TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384
|
||||
ke_group = curve25519, curve448
|
||||
version_max = 1.3
|
||||
}
|
||||
|
||||
pt-tls-client {
|
||||
|
||||
Reference in New Issue
Block a user