Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libtls: Link against ws_w32 on Windows | Martin Willi | 2014-06-04 | 1 | -0/+4 |
| | |||||
* | tls: Create a unit-test runner | Martin Willi | 2014-04-01 | 1 | -0/+2 |
| | |||||
* | tls: Implement the TLS AEAD abstraction for real AEAD modes | Martin Willi | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | tls: Separate TLS protection to abstracted AEAD modes | Martin Willi | 2014-03-31 | 1 | -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 properly | Tobias Brunner | 2013-09-12 | 1 | -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_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 |