Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed some typos, courtesy of codespell | Tobias Brunner | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -3/+3 |
| | |||||
* | libtls: Don't send TLS close notifies in EAP after application succeeds | Martin Willi | 2015-02-19 | 1 | -1/+34 |
| | | | | | | | | | | | | | 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. | ||||
* | Send TLS close notify if application returns SUCCESS | Martin Willi | 2013-01-15 | 1 | -2/+6 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Check if TLS handshake received Finished before processing application data | Martin Willi | 2012-08-09 | 1 | -0/+6 |
| | |||||
* | allow to transmit 64k TLS Handshake and Application messages via EAP-[T]TLS | Andreas Steffen | 2012-07-11 | 1 | -16/+11 |
| | |||||
* | Check for cipherspec changes after each handshake message | Martin Willi | 2011-12-31 | 1 | -2/+6 |
| | |||||
* | Separated cipherspec checking and switching, allowing us to defer the second | Martin Willi | 2011-12-31 | 1 | -2/+4 |
| | |||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 1 | -1/+1 |
| | | | | Mostly found by 'codespell'. | ||||
* | renamed tls_reader|writer to bio_* and moved to libstrongswan | Andreas Steffen | 2011-05-31 | 1 | -16/+15 |
| | |||||
* | raw TLS debug output | Andreas Steffen | 2011-05-29 | 1 | -0/+3 |
| | |||||
* | Do not change cipherspec while we have buffered handshake fragments pending | Martin Willi | 2010-09-09 | 1 | -6/+6 |
| | |||||
* | Check for queued TLS alerts after each handshake part | Martin Willi | 2010-09-03 | 1 | -0/+4 |
| | |||||
* | fixed typo | Andreas Steffen | 2010-08-31 | 1 | -1/+1 |
| | |||||
* | Do not process any more TLS handshake messages on fatal alerts | Martin Willi | 2010-08-31 | 1 | -0/+4 |
| | |||||
* | Log TLS handshake subtypes as handshakes | Martin Willi | 2010-08-31 | 1 | -5/+5 |
| | |||||
* | Send TLS alerts for errors in TLS handshake building | Martin Willi | 2010-08-25 | 1 | -0/+3 |
| | |||||
* | Refactored fragment building, use correct TLS content type for non-first ↵ | Martin Willi | 2010-08-25 | 1 | -67/+82 |
| | | | | fragments | ||||
* | Skip the close notify if application layer completes successfully | Martin Willi | 2010-08-24 | 1 | -2/+2 |
| | |||||
* | Check if the application layer has completed successfully | Martin Willi | 2010-08-24 | 1 | -15/+46 |
| | |||||
* | Implemented TLS Alert handling | Martin Willi | 2010-08-23 | 1 | -9/+115 |
| | |||||
* | Introducing a dedicated debug message group for libtls | Martin Willi | 2010-08-23 | 1 | -6/+6 |
| | |||||
* | removed debug output for TLS application data | Andreas Steffen | 2010-08-19 | 1 | -5/+0 |
| | |||||
* | add TLS handshake packet size to debug output | Andreas Steffen | 2010-08-18 | 1 | -5/+7 |
| | |||||
* | do not dump tls application data any more | Andreas Steffen | 2010-08-13 | 1 | -9/+6 |
| | |||||
* | set TLS record type before state change to STATE_FINISHED_SENT | Andreas Steffen | 2010-08-13 | 1 | -2/+2 |
| | |||||
* | added generic TLS application data handler and specific EAP-TTLS instantiation | Andreas Steffen | 2010-08-12 | 1 | -21/+75 |
| | |||||
* | log TLS handshake messages in debug level 2 | Andreas Steffen | 2010-08-04 | 1 | -0/+4 |
| | |||||
* | Moved TLS stack to its own library | Martin Willi | 2010-08-03 | 1 | -0/+256 |