libtls: Implement HKDF for TLS 1.3
TLS 1.3 uses HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869 to compute traffic secrets. Co-authored-by: bytinbit <[email protected]>
This commit is contained in:
committed by
Tobias Brunner
co-authored by
bytinbit
parent
3d83d348f4
commit
02d7405512
@@ -221,9 +221,9 @@ ifneq ($(or $(call plugin_enabled, eap-tls), $(call plugin_enabled, eap-ttls), \
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../libtls/
|
||||
LOCAL_SRC_FILES += $(addprefix ../libtls/, \
|
||||
tls_protection.c tls_compression.c tls_fragmentation.c tls_alert.c \
|
||||
tls_crypto.c tls_prf.c tls_socket.c tls_eap.c tls_cache.c tls_peer.c \
|
||||
tls_crypto.c tls_prf.c tls_hkdf.c tls_socket.c tls_eap.c tls_cache.c \
|
||||
tls_aead_expl.c tls_aead_impl.c tls_aead_null.c tls_aead_seq.c tls_aead.c \
|
||||
tls_server.c tls.c \
|
||||
tls_peer.c tls_server.c tls.c \
|
||||
)
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user