tls-crypto: Rename DH group/key exchange method config option

TLS key exchange methods are now configured with `ke_group`.
This commit is contained in:
Pascal Knecht
2021-02-12 14:35:23 +01:00
committed by Tobias Brunner
parent a60e248b0d
commit e5b6565730
3 changed files with 14 additions and 10 deletions
+3
View File
@@ -473,6 +473,9 @@ charon.tls.mac
charon.tls.suites
List of TLS cipher suites.
charon.tls.ke_group
List of TLS key exchange groups.
charon.tls.send_certreq_authorities = yes
Whether to include CAs in a server's CertificateRequest message.