aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_protection.h
Commit message (Collapse)AuthorAgeFilesLines
* tls: Separate TLS protection to abstracted AEAD modesMartin Willi2014-03-311-6/+4
| | | | | | 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.
* Implemented TLS session resumption both as client and as serverMartin Willi2011-12-311-2/+2
|
* Implemented TLS Alert handlingMartin Willi2010-08-231-5/+13
|
* Moved TLS stack to its own libraryMartin Willi2010-08-031-0/+90