aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls
Commit message (Expand)AuthorAgeFilesLines
* Streamlined TLS debugging outputMartin Willi2010-08-232-12/+12
* fixed build_cipher_suite_list()Andreas Steffen2010-08-211-6/+6
* Introducing simple purposes for the TLS stack, switches various optionsMartin Willi2010-08-207-24/+98
* Added more TLS cipher suites we already supportMartin Willi2010-08-201-30/+36
* Build TLS cipher suite list in a generic fashionMartin Willi2010-08-201-74/+51
* removed debug output for TLS application dataAndreas Steffen2010-08-191-5/+0
* add TLS handshake packet size to debug outputAndreas Steffen2010-08-181-5/+7
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-182-15/+18
* Only include certificates with CA flag in TLS cert requestMartin Willi2010-08-161-2/+8
* optional certificate-based peer authentication on TLS server sideAndreas Steffen2010-08-154-19/+45
* do not dump tls application data any moreAndreas Steffen2010-08-131-9/+6
* Use IV length of a crypter instead of block size for IV calculationsMartin Willi2010-08-132-11/+13
* set TLS record type before state change to STATE_FINISHED_SENTAndreas Steffen2010-08-131-2/+2
* fixed sequence numbering and iv of TLS protection layerAndreas Steffen2010-08-121-3/+3
* added generic TLS application data handler and specific EAP-TTLS instantiationAndreas Steffen2010-08-129-26/+181
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-102-2/+4
* EAP-TLS and EAP-TTLS use different constant MSK PRF labelAndreas Steffen2010-08-074-7/+16
* support server authentication only for EAP-TTLSAndreas Steffen2010-08-071-5/+23
* Whitespace cleanupsMartin Willi2010-08-052-10/+10
* Use certificate subject to get a public key of the TLS serverMartin Willi2010-08-051-7/+11
* Some Doxygen fixes.Tobias Brunner2010-08-051-1/+1
* added some more TLS debug outputAndreas Steffen2010-08-052-9/+29
* fixed type in cipher suite list buildAndreas Steffen2010-08-051-1/+1
* log selected TLS version and cipher suiteAndreas Steffen2010-08-053-38/+441
* log TLS handshake messages in debug level 2Andreas Steffen2010-08-041-0/+4
* Moved TLS stack to its own libraryMartin Willi2010-08-0322-0/+4535