]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libtls/tls.h
Implemented TLS session resumption both as client and as server
[thirdparty/strongswan.git] / src / libtls / tls.h
2011-12-31  Martin WilliImplemented TLS session resumption both as client and...
2011-11-08  Andreas Steffenadded dummy libtls_init() function needed for integrity...
2011-04-14  Martin WilliSend TLS Server Name Indication as peer if server ident...
2011-04-14  Andreas Steffenadded TLS renegotiation_info extension
2011-04-05  Andreas Steffenadded TLS_PURPOSE_EAP_PEAP
2011-02-07  Tobias BrunnerSome typos fixed.
2010-09-08  Andreas Steffengeneralized tls_eap_t to support EAP_TNC wrapping the...
2010-09-06  Martin WilliAdded TLS extension identifiers from RFC 3546
2010-09-03  Martin WilliSupport for EC curve Hello extension, EC curve fallback
2010-09-02  Martin WilliAdded TLS extension identifiers
2010-08-31  Martin WilliSupport output fragmentation of TLS records
2010-08-30  Tobias BrunnerTypo in doxygen comment fixed.
2010-08-24  Martin WilliPass NULL peer identity to omit TLS peer authentication...
2010-08-24  Martin WilliAdded generic TLS purposes
2010-08-24  Martin WilliMoved TLS record parsing/generation to tls.c
2010-08-23  Martin WilliAdded a TLS purpose for EAP-TTLS with client authentication
2010-08-23  Martin WilliVerify negotiated TLS version
2010-08-20  Martin WilliIntroducing simple purposes for the TLS stack, switches...
2010-08-15  Andreas Steffenoptional certificate-based peer authentication on TLS...
2010-08-12  Andreas Steffenadded generic TLS application data handler and specific...
2010-08-07  Andreas SteffenEAP-TLS and EAP-TTLS use different constant MSK PRF...
2010-08-03  Martin WilliMoved TLS stack to its own library