]> git.ipfire.org Git - thirdparty/strongswan.git/commit
libtls: Add TLS 1.3 implementation of tls_aead_t
authorTobias Brunner <tobias@strongswan.org>
Wed, 22 Apr 2020 14:03:01 +0000 (16:03 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 12 Feb 2021 10:45:44 +0000 (11:45 +0100)
commit818dc86568f8b3f7a34293884b639e72c1da573c
tree423130e1cff153111fcf2f2d7bbcd47fb92b13a6
parentba2bcdd8826341bb55937a6544acda080b1d1ac3
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.
src/libcharon/Android.mk
src/libtls/Makefile.am
src/libtls/tls_aead.h
src/libtls/tls_aead_seq.c [new file with mode: 0644]