aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls.c
Commit message (Expand)AuthorAgeFilesLines
* Delegate tls_t.get_{peer,server}_id to handshake layerMartin Willi2013-02-281-18/+4
* make AR identities available to IMVs via IF-IMV 1.4 draftAndreas Steffen2013-02-111-0/+14
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Implemented TLS session resumption both as client and as serverMartin Willi2011-12-311-2/+2
* added dummy libtls_init() function needed for integrity testingAndreas Steffen2011-11-081-0/+8
* added TLS renegotiation_info extensionAndreas Steffen2011-04-141-1/+5
* added TLS_PURPOSE_EAP_PEAPAndreas Steffen2011-04-051-0/+1
* Added TLS extension identifiers from RFC 3546Martin Willi2010-09-061-7/+20
* Support for EC curve Hello extension, EC curve fallbackMartin Willi2010-09-031-1/+4
* removed redundant debug outputAndreas Steffen2010-09-021-2/+0
* Added TLS extension identifiersMartin Willi2010-09-021-0/+4
* clarified debug outputAndreas Steffen2010-08-311-1/+1
* Support processing of partial TLS record headersMartin Willi2010-08-311-15/+39
* Support output fragmentation of TLS recordsMartin Willi2010-08-311-30/+81
* Implemented buffering of partial records in TLS stackMartin Willi2010-08-311-15/+65
* Added a simple high level TLS wrapper for socketsMartin Willi2010-08-251-0/+1
* Initialize output chunk before appending data to itMartin Willi2010-08-251-0/+1
* Pass NULL peer identity to omit TLS peer authentication, added eap-ttls.reque...Martin Willi2010-08-241-2/+2
* Check if the application layer has completed successfullyMartin Willi2010-08-241-1/+9
* Moved TLS record parsing/generation to tls.cMartin Willi2010-08-241-4/+65
* Implemented TLS Alert handlingMartin Willi2010-08-231-5/+13
* Verify negotiated TLS versionMartin Willi2010-08-231-2/+17
* Introducing simple purposes for the TLS stack, switches various optionsMartin Willi2010-08-201-6/+27
* optional certificate-based peer authentication on TLS server sideAndreas Steffen2010-08-151-3/+4
* added generic TLS application data handler and specific EAP-TTLS instantiationAndreas Steffen2010-08-121-2/+11
* EAP-TLS and EAP-TTLS use different constant MSK PRF labelAndreas Steffen2010-08-071-2/+2
* Moved TLS stack to its own libraryMartin Willi2010-08-031-0/+213