strongswan/src/libpttls
Tobias Brunner 9af44ef5d9 Build all shared libraries with -no-undefined and link them properly
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.
2013-09-12 01:44:49 +02:00
..
sasl Fixed memory leak in SASL PLAIN 2013-08-15 23:34:23 +02:00
Makefile.am Build all shared libraries with -no-undefined and link them properly 2013-09-12 01:44:49 +02:00
pt_tls.c Optimized PT-TLS data transfer 2013-08-15 23:34:23 +02:00
pt_tls.h Optimized PT-TLS data transfer 2013-08-15 23:34:23 +02:00
pt_tls_client.c Optimized PT-TLS data transfer 2013-08-15 23:34:23 +02:00
pt_tls_client.h Pass a client identity to pt_tls_client, usable for TLS or SASL authentication 2013-02-28 16:46:07 +01:00
pt_tls_dispatcher.c rapid PT-TLS AR/PDP prototype 2013-08-15 23:34:22 +02:00
pt_tls_dispatcher.h Support different authentication schemes for PT-TLS 2013-02-28 16:46:08 +01:00
pt_tls_server.c Process PB-TNC batches received via PT-TLS asynchronously 2013-08-19 09:52:12 +02:00
pt_tls_server.h Support different authentication schemes for PT-TLS 2013-02-28 16:46:08 +01:00