testing: Negotiate TLS 1.3 for part of the EAP-TLS scenarios
This commit is contained in:
@@ -20,7 +20,8 @@ charon-systemd {
|
||||
}
|
||||
|
||||
libtls {
|
||||
suites = TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
|
||||
version_max = 1.3
|
||||
suites = TLS_AES_128_GCM_SHA256
|
||||
}
|
||||
|
||||
libimcv {
|
||||
|
||||
@@ -23,7 +23,8 @@ charon-systemd {
|
||||
}
|
||||
|
||||
libtls {
|
||||
suites = TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
|
||||
version_max = 1.3
|
||||
suites = TLS_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
|
||||
}
|
||||
|
||||
libimcv {
|
||||
|
||||
Reference in New Issue
Block a user