strongswan/src/libtls
Tobias Brunner 92aef122c3 libtls: Reduce default max version to 1.2
Using TLS 1.3 with various EAP methods is not yet fully standardized, so we
don't enable it by default yet.
2021-02-12 14:35:23 +01:00
..
tests libtls: Make min/max TLS version configurable 2021-02-12 14:35:23 +01:00
Makefile.am libtls: Implement HKDF for TLS 1.3 2021-02-12 11:45:44 +01:00
tls.c libtls: Reduce default max version to 1.2 2021-02-12 14:35:23 +01:00
tls.h libtls: Make min/max TLS version configurable 2021-02-12 14:35:23 +01:00
tls_aead.c libtls: Allow tls_aead_t to change the content type 2021-02-12 11:45:44 +01:00
tls_aead.h libtls: Add TLS 1.3 implementation of tls_aead_t 2021-02-12 11:45:44 +01:00
tls_aead_expl.c libtls: Allow tls_aead_t to change the content type 2021-02-12 11:45:44 +01:00
tls_aead_impl.c libtls: Allow tls_aead_t to change the content type 2021-02-12 11:45:44 +01:00
tls_aead_null.c libtls: Allow tls_aead_t to change the content type 2021-02-12 11:45:44 +01:00
tls_aead_seq.c libtls: Add TLS 1.3 implementation of tls_aead_t 2021-02-12 11:45:44 +01:00
tls_alert.c libtls: Implement TLS 1.3 handshake on client-side 2021-02-12 11:45:44 +01:00
tls_alert.h libtls: Implement TLS 1.3 handshake on client-side 2021-02-12 11:45:44 +01:00
tls_application.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
tls_cache.c
tls_cache.h
tls_compression.c
tls_compression.h
tls_crypto.c tls-peer: Mutual authentication support for TLS 1.3 2021-02-12 14:35:23 +01:00
tls_crypto.h tls-crypto: Share private key search between client and server 2021-02-12 14:35:23 +01:00
tls_eap.c
tls_eap.h
tls_fragmentation.c tls-peer: Support answering KeyUpdate requests 2021-02-12 11:45:44 +01:00
tls_fragmentation.h
tls_handshake.h
tls_hkdf.c tls-hkdf: Implement binder PSK generation 2021-02-12 14:35:23 +01:00
tls_hkdf.h tls-hkdf: Implement binder PSK generation 2021-02-12 14:35:23 +01:00
tls_peer.c tls-peer: Mutual authentication support for TLS 1.3 2021-02-12 14:35:23 +01:00
tls_peer.h
tls_prf.c tls-prf: Remove unused/undeclared argument in TLS 1.0/1.1 PRF constructor 2020-01-28 15:32:43 +01:00
tls_prf.h
tls_protection.c tls-crypto: Move AEAD ownership to the protection layer 2021-02-12 14:35:23 +01:00
tls_protection.h
tls_server.c tls-crypto: Share private key search between client and server 2021-02-12 14:35:23 +01:00
tls_server.h
tls_socket.c tls-socket: Change how EOF of the underlying socket is handled 2021-02-12 11:45:44 +01:00
tls_socket.h libtls: Make min/max TLS version configurable 2021-02-12 14:35:23 +01:00