strongswan/src/libtls/tests
Pascal Knecht d2fc9b0961 tls-server: Mutual authentication support for TLS 1.3
This commit also addresses the side effect that additional messages have
an influence on the derivation of the application traffic secrets. Therefore,
key derivation is relocated after the server finished message has been sent,
so the additional messages from the client (Certificate, CertificateVerify)
don't affect the key derivation. Only the outbound key is switched there, the
inbound key remains in use until the client's finished message has been
processed.
2021-02-12 14:35:23 +01:00
..
suites tls-server: Mutual authentication support for TLS 1.3 2021-02-12 14:35:23 +01:00
.gitignore tls: Create a unit-test runner 2014-04-01 14:28:55 +02:00
Makefile.am libtls: Implement HKDF for TLS 1.3 2021-02-12 11:45:44 +01:00
tls_tests.c libtls: Add support to run unit tests with a custom plugin list 2021-02-12 11:45:44 +01:00
tls_tests.h libtls: Implement HKDF for TLS 1.3 2021-02-12 11:45:44 +01:00