testing: Negotiate TLS 1.3 for part of the EAP-TLS scenarios
This commit is contained in:
@@ -16,5 +16,6 @@ charon-systemd {
|
||||
}
|
||||
|
||||
libtls {
|
||||
suites = TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
|
||||
version_max = 1.3
|
||||
suites = TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384
|
||||
}
|
||||
|
||||
@@ -20,3 +20,7 @@ charon-systemd {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
libtls {
|
||||
version_max = 1.3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user