Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | Install dev headers only if --with-dev-headers= option is set | Martin Willi | 2012-07-11 | 1 | -1/+3 |
| | |||||
* | Install libtls development headers | Martin Willi | 2012-07-11 | 1 | -12/+9 |
| | |||||
* | Implemented a TLS session cache | Martin Willi | 2011-12-31 | 1 | -0/+1 |
| | |||||
* | Install and use libtls as dynamic library, as we have our private libdir now | Martin Willi | 2011-08-08 | 1 | -1/+1 |
| | |||||
* | renamed tls_reader|writer to bio_* and moved to libstrongswan | Andreas Steffen | 2011-05-31 | 1 | -2/+0 |
| | |||||
* | Implemented a generic TLS EAP helper to implement EAP-TLS, TTLS and other ↵ | Martin Willi | 2010-08-31 | 1 | -0/+1 |
| | | | | variants | ||||
* | Added a simple high level TLS wrapper for sockets | Martin Willi | 2010-08-25 | 1 | -0/+1 |
| | |||||
* | Implemented TLS Alert handling | Martin Willi | 2010-08-23 | 1 | -0/+1 |
| | |||||
* | added generic TLS application data handler and specific EAP-TTLS instantiation | Andreas Steffen | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | Moved TLS stack to its own library | Martin Willi | 2010-08-03 | 1 | -0/+15 |