libtls: Add TLS 1.3 implementation of tls_aead_t
The key material, in particular the nonce/IV, is derived differently and the IV is also generated in a different way. Additionally, the actual content type is encrypted and there may be optional padding to mask the actual size of the encrypted data.
This commit is contained in:
@@ -220,10 +220,10 @@ ifneq ($(or $(call plugin_enabled, eap-tls), $(call plugin_enabled, eap-ttls), \
|
||||
$(call plugin_enabled, eap-peap), $(call plugin_enabled, eap-tnc)),)
|
||||
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_aead_expl.c tls_aead_impl.c tls_aead_null.c tls_aead.c \
|
||||
tls_server.c tls.c \
|
||||
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_aead_expl.c tls_aead_impl.c tls_aead_null.c tls_aead_seq.c tls_aead.c \
|
||||
tls_server.c tls.c \
|
||||
)
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user