aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* libtls: Link against ws_w32 on WindowsMartin Willi2014-06-041-0/+4
|
* tls: Create a unit-test runnerMartin Willi2014-04-011-0/+2
|
* tls: Implement the TLS AEAD abstraction for real AEAD modesMartin Willi2014-03-311-1/+1
|
* tls: Separate TLS protection to abstracted AEAD modesMartin Willi2014-03-311-1/+2
| | | | | | To better separate the code path for different TLS versions and modes of operation, we introduce a TLS AEAD abstraction. We provide three implementations using traditional transforms, and get prepared for TLS AEAD modes.
* Build all shared libraries with -no-undefined and link them properlyTobias Brunner2013-09-121-0/+6
| | | | | | | | | | The flag is required to convince libtool on Cygwin to build DLLs. But on Windows these shared libraries can not have undefined symbols, so we have to link them explicitly to the libraries they reference. For plugins this is currently not done, so only the monolithic build is supported. The plugin loader wouldn't be able to load DLLs anyway, as it tries to load files that don't exist on Cygwin.
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-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 setMartin Willi2012-07-111-1/+3
|
* Install libtls development headersMartin Willi2012-07-111-12/+9
|
* Implemented a TLS session cacheMartin Willi2011-12-311-0/+1
|
* Install and use libtls as dynamic library, as we have our private libdir nowMartin Willi2011-08-081-1/+1
|
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-311-2/+0
|
* Implemented a generic TLS EAP helper to implement EAP-TLS, TTLS and other ↵Martin Willi2010-08-311-0/+1
| | | | variants
* Added a simple high level TLS wrapper for socketsMartin Willi2010-08-251-0/+1
|
* Implemented TLS Alert handlingMartin Willi2010-08-231-0/+1
|
* added generic TLS application data handler and specific EAP-TTLS instantiationAndreas Steffen2010-08-121-1/+1
|
* Moved TLS stack to its own libraryMartin Willi2010-08-031-0/+15