Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various API doc issues and typos | Tobias Brunner | 2013-07-18 | 1 | -1/+1 |
| | | | | Partially based on an old patch by Adrian-Ken Rueegsegger. | ||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -3/+5 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | Added missing sasl Doxygen group | Tobias Brunner | 2013-04-05 | 1 | -0/+3 |
| | |||||
* | libpttls: Destroy reader when handling errors during SASL | Tobias Brunner | 2013-03-25 | 1 | -0/+2 |
| | |||||
* | Merge branch 'pt-tls' | Martin Willi | 2013-03-07 | 12 | -31/+951 |
|\ | |||||
| * | Support different authentication schemes for PT-TLS | Martin Willi | 2013-02-28 | 5 | -6/+71 |
| | | |||||
| * | Implement a SASL PLAIN mechanism using shared secrets | Martin Willi | 2013-02-28 | 4 | -0/+224 |
| | | |||||
| * | Implement SASL authentication in PT-TLS client | Martin Willi | 2013-02-28 | 1 | -11/+191 |
| | | |||||
| * | Implement SASL authentication in PT-TLS server | Martin Willi | 2013-02-28 | 1 | -5/+236 |
| | | |||||
| * | Define PT-TLS SASL result codes | Martin Willi | 2013-02-28 | 1 | -0/+11 |
| | | |||||
| * | Define an interface for SASL mechanisms and provide a static factory | Martin Willi | 2013-02-28 | 3 | -1/+193 |
| | | |||||
| * | Pass a client identity to pt_tls_client, usable for TLS or SASL authentication | Martin Willi | 2013-02-28 | 2 | -7/+21 |
| | | |||||
| * | Don't close underlying file descriptor before destroying a tls_socket | Martin Willi | 2013-02-28 | 1 | -1/+4 |
| | | | | | | | | | | tls_socket cleanup usually sends a TLS close notify, for which it uses a valid socket. | ||||
* | | Fixed Doxygen comments after scanning complete src directory | Tobias Brunner | 2013-03-02 | 1 | -1/+3 |
|/ | |||||
* | resolve dependency on libtls | Andreas Steffen | 2013-02-14 | 1 | -0/+1 |
| | |||||
* | PT-TLS dispatcher TNCCS constructor takes peer identities to pass to factory | Martin Willi | 2013-02-14 | 2 | -4/+23 |
| | |||||
* | Pass a constructor callback to create TNCCS server instances while dispatching | Martin Willi | 2013-01-17 | 4 | -15/+31 |
| | |||||
* | Create pt_tls_client with separate server address and identity | Martin Willi | 2013-01-16 | 2 | -28/+19 |
| | |||||
* | Create pt_tls_dispatcher with separate server address and identity | Martin Willi | 2013-01-16 | 2 | -17/+13 |
| | |||||
* | Add a libpttls providing NEA PT-TLS / TNC IF-T for TLS transport layer | Martin Willi | 2013-01-16 | 9 | -0/+1165 |