aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls.h
Commit message (Expand)AuthorAgeFilesLines
* Delegate tls_t.get_{peer,server}_id to handshake layerMartin Willi2013-02-281-4/+4
* make AR identities available to IMVs via IF-IMV 1.4 draftAndreas Steffen2013-02-111-0/+14
* allow to transmit 64k TLS Handshake and Application messages via EAP-[T]TLSAndreas Steffen2012-07-111-0/+6
* Implemented TLS session resumption both as client and as serverMartin Willi2011-12-311-1/+3
* added dummy libtls_init() function needed for integrity testingAndreas Steffen2011-11-081-0/+5
* Send TLS Server Name Indication as peer if server identity is a FQDNMartin Willi2011-04-141-0/+4
* added TLS renegotiation_info extensionAndreas Steffen2011-04-141-0/+2
* added TLS_PURPOSE_EAP_PEAPAndreas Steffen2011-04-051-0/+2
* Some typos fixed.Tobias Brunner2011-02-071-1/+1
* generalized tls_eap_t to support EAP_TNC wrapping the TNC_IF_TNCCS protocolAndreas Steffen2010-09-081-0/+2
* Added TLS extension identifiers from RFC 3546Martin Willi2010-09-061-2/+14
* Support for EC curve Hello extension, EC curve fallbackMartin Willi2010-09-031-0/+4
* Added TLS extension identifiersMartin Willi2010-09-021-0/+13
* Support output fragmentation of TLS recordsMartin Willi2010-08-311-6/+18
* Typo in doxygen comment fixed.Tobias Brunner2010-08-301-1/+1
* Pass NULL peer identity to omit TLS peer authentication, added eap-ttls.reque...Martin Willi2010-08-241-6/+2
* Added generic TLS purposesMartin Willi2010-08-241-0/+4
* Moved TLS record parsing/generation to tls.cMartin Willi2010-08-241-8/+5
* Added a TLS purpose for EAP-TTLS with client authenticationMartin Willi2010-08-231-0/+2
* Verify negotiated TLS versionMartin Willi2010-08-231-1/+2
* Introducing simple purposes for the TLS stack, switches various optionsMartin Willi2010-08-201-4/+21
* optional certificate-based peer authentication on TLS server sideAndreas Steffen2010-08-151-8/+9
* added generic TLS application data handler and specific EAP-TTLS instantiationAndreas Steffen2010-08-121-1/+5
* EAP-TLS and EAP-TTLS use different constant MSK PRF labelAndreas Steffen2010-08-071-1/+2
* Moved TLS stack to its own libraryMartin Willi2010-08-031-0/+170