aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_aead.h
Commit message (Collapse)AuthorAgeFilesLines
* tls: Implement the TLS AEAD abstraction for real AEAD modesMartin Willi2014-03-311-0/+9
|
* tls: Separate TLS protection to abstracted AEAD modesMartin Willi2014-03-311-0/+147
To better separate the code path for different TLS versions and modes of operation, we introduce a TLS AEAD abstraction. We provide three implementations using traditional transforms, and get prepared for TLS AEAD modes.