aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpttls
Commit message (Collapse)AuthorAgeFilesLines
* Fix various API doc issues and typosTobias Brunner2013-07-181-1/+1
| | | | Partially based on an old patch by Adrian-Ken Rueegsegger.
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-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 groupTobias Brunner2013-04-051-0/+3
|
* libpttls: Destroy reader when handling errors during SASLTobias Brunner2013-03-251-0/+2
|
* Merge branch 'pt-tls'Martin Willi2013-03-0712-31/+951
|\
| * Support different authentication schemes for PT-TLSMartin Willi2013-02-285-6/+71
| |
| * Implement a SASL PLAIN mechanism using shared secretsMartin Willi2013-02-284-0/+224
| |
| * Implement SASL authentication in PT-TLS clientMartin Willi2013-02-281-11/+191
| |
| * Implement SASL authentication in PT-TLS serverMartin Willi2013-02-281-5/+236
| |
| * Define PT-TLS SASL result codesMartin Willi2013-02-281-0/+11
| |
| * Define an interface for SASL mechanisms and provide a static factoryMartin Willi2013-02-283-1/+193
| |
| * Pass a client identity to pt_tls_client, usable for TLS or SASL authenticationMartin Willi2013-02-282-7/+21
| |
| * Don't close underlying file descriptor before destroying a tls_socketMartin Willi2013-02-281-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 directoryTobias Brunner2013-03-021-1/+3
|/
* resolve dependency on libtlsAndreas Steffen2013-02-141-0/+1
|
* PT-TLS dispatcher TNCCS constructor takes peer identities to pass to factoryMartin Willi2013-02-142-4/+23
|
* Pass a constructor callback to create TNCCS server instances while dispatchingMartin Willi2013-01-174-15/+31
|
* Create pt_tls_client with separate server address and identityMartin Willi2013-01-162-28/+19
|
* Create pt_tls_dispatcher with separate server address and identityMartin Willi2013-01-162-17/+13
|
* Add a libpttls providing NEA PT-TLS / TNC IF-T for TLS transport layerMartin Willi2013-01-169-0/+1165