strongswan/src/libtls
Tobias Brunner 409adef43c libtls: Move settings to <ns>.tls with fallback to libtls 2014-02-12 14:34:32 +01:00
..
Makefile.am Build all shared libraries with -no-undefined and link them properly 2013-09-12 01:44:49 +02:00
tls.c libtls: Move settings to <ns>.tls with fallback to libtls 2014-02-12 14:34:32 +01:00
tls.h Extract client identity and authentication type from SASL authentication 2013-08-15 23:34:22 +02:00
tls_alert.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
tls_alert.h Fixed common misspellings. 2011-07-20 16:14:10 +02:00
tls_application.h renamed tls_reader|writer to bio_* and moved to libstrongswan 2011-05-31 15:46:51 +02:00
tls_cache.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
tls_cache.h Implemented a TLS session cache 2011-12-31 13:14:49 +01:00
tls_compression.c Implemented TLS Alert handling 2010-08-23 15:13:37 +02:00
tls_compression.h Implemented TLS session resumption both as client and as server 2011-12-31 13:14:49 +01:00
tls_crypto.c libtls: Move settings to <ns>.tls with fallback to libtls 2014-02-12 14:34:32 +01:00
tls_crypto.h Add a return value to tls_crypto_t.derive_secrets() 2012-07-16 14:53:33 +02:00
tls_eap.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
tls_eap.h do not include length field in non-fragmented EAP-PEAP packets 2011-04-21 19:52:49 +02:00
tls_fragmentation.c Send TLS close notify if application returns SUCCESS 2013-01-15 17:43:05 +01:00
tls_fragmentation.h Implemented TLS session resumption both as client and as server 2011-12-31 13:14:49 +01:00
tls_handshake.h Delegate tls_t.get_{peer,server}_id to handshake layer 2013-02-28 16:46:08 +01:00
tls_peer.c Delegate tls_t.get_{peer,server}_id to handshake layer 2013-02-28 16:46:08 +01:00
tls_peer.h Delegate tls_t.get_{peer,server}_id to handshake layer 2013-02-28 16:46:08 +01:00
tls_prf.c Fix tls_prf bug introduced with bc474883 2012-07-17 11:33:05 +02:00
tls_prf.h Add a return value to tls_prf_t.set_key() 2012-07-16 14:53:33 +02:00
tls_protection.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
tls_protection.h Implemented TLS session resumption both as client and as server 2011-12-31 13:14:49 +01:00
tls_server.c If TLS peer authentication not required, the client does nonetheless, allow it to fail 2013-03-06 15:53:12 +01:00
tls_server.h Delegate tls_t.get_{peer,server}_id to handshake layer 2013-02-28 16:46:08 +01:00
tls_socket.c Optimize TLS socket buffer for TLS_MAX_FRAGMENT_LEN 2013-08-19 09:50:57 +02:00
tls_socket.h Wrap tls_t.get_{server,peer}_id methods in tls_socket_t 2013-02-28 16:46:08 +01:00