tls-crypto: Add signature scheme config file filter

And add signature scheme unit tests.
This commit is contained in:
Pascal Knecht
2021-02-12 14:35:23 +01:00
committed by Tobias Brunner
parent e5b6565730
commit e3757300eb
4 changed files with 188 additions and 14 deletions
+3
View File
@@ -476,6 +476,9 @@ charon.tls.suites
charon.tls.ke_group
List of TLS key exchange groups.
charon.tls.signature
List of TLS signature schemes.
charon.tls.send_certreq_authorities = yes
Whether to include CAs in a server's CertificateRequest message.