strongswan/src/libtls/tests/suites
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
..
test_hkdf.c libtls: Implement HKDF for TLS 1.3 2021-02-12 11:45:44 +01:00
test_socket.c tls-server: Mutual authentication support for TLS 1.3 2021-02-12 14:35:23 +01:00
test_suites.c libtls: Add missing cipher suite and TLS extension constants 2021-02-12 14:35:23 +01:00