aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_fragmentation.h
Commit message (Collapse)AuthorAgeFilesLines
* libtls: Don't send TLS close notifies in EAP after application succeedsMartin Willi2015-02-191-1/+3
| | | | | | | | | | | | | With the introduction of PT-TLS, we started sending TLS close notifies after the application layer completes (7bbf7aa9). While this makes sense for TCP based transports, it is not required in EAP methods. In EAP, handshake completion can be directly signaled using the outer EAP-SUCCESS message. This also saves one round-trip in the EAP exchange. Windows 7/8 does not seem to like TLS close notifies at all in EAP, and either stalls (EAP-TTLS) or disconnects (PEAP). Fixes #556.
* Implemented TLS session resumption both as client and as serverMartin Willi2011-12-311-2/+2
|
* Check if the application layer has completed successfullyMartin Willi2010-08-241-0/+7
|
* Implemented TLS Alert handlingMartin Willi2010-08-231-5/+6
|
* added generic TLS application data handler and specific EAP-TTLS instantiationAndreas Steffen2010-08-121-1/+4
|
* Moved TLS stack to its own libraryMartin Willi2010-08-031-0/+77