aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_protection.c
Commit message (Expand)AuthorAgeFilesLines
* Don't allocate extra memory to MAC the TLS headerMartin Willi2011-09-281-22/+23
* Verify TLS MAC even if padding is invalid to prevent timing attacksMartin Willi2011-09-281-6/+4
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
* Accept TLS records with zero-length plaintextMartin Willi2010-09-061-1/+1
* Implemented TLS Alert handlingMartin Willi2010-08-231-14/+34
* Introducing a dedicated debug message group for libtlsMartin Willi2010-08-231-6/+6
* Use IV length of a crypter instead of block size for IV calculationsMartin Willi2010-08-131-10/+12
* fixed sequence numbering and iv of TLS protection layerAndreas Steffen2010-08-121-3/+3
* Moved TLS stack to its own libraryMartin Willi2010-08-031-0/+311