]> git.ipfire.org Git - people/ms/strongswan.git/commit
libtls: Allow tls_aead_t to change the content type
authorTobias Brunner <tobias@strongswan.org>
Wed, 22 Apr 2020 13:44:31 +0000 (15:44 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 12 Feb 2021 10:45:44 +0000 (11:45 +0100)
commitba2bcdd8826341bb55937a6544acda080b1d1ac3
treed888b6c20840e481fde4abe3c1c750894b3b293c
parent0d43b39931e75d963b77f737957d64ca05e763f2
libtls: Allow tls_aead_t to change the content type

The actual content type is encrypted with TLS 1.3, the type in the record
header is always Application Data.
src/libtls/tls_aead.c
src/libtls/tls_aead.h
src/libtls/tls_aead_expl.c
src/libtls/tls_aead_impl.c
src/libtls/tls_aead_null.c
src/libtls/tls_protection.c