strongswan/src/libtls
Tobias Brunner 84545f6e7c Some typos fixed. 2011-02-07 11:39:41 +01:00
..
Makefile.am Implemented a generic TLS EAP helper to implement EAP-TLS, TTLS and other variants 2010-08-31 16:16:58 +02:00
tls.c Added TLS extension identifiers from RFC 3546 2010-09-06 15:37:51 +02:00
tls.h Some typos fixed. 2011-02-07 11:39:41 +01:00
tls_alert.c Skip the close notify if application layer completes successfully 2010-08-24 10:30:24 +02:00
tls_alert.h Implemented TLS Alert handling 2010-08-23 15:13:37 +02:00
tls_application.h Introducing simple purposes for the TLS stack, switches various options 2010-08-20 15:09:08 +02:00
tls_compression.c Implemented TLS Alert handling 2010-08-23 15:13:37 +02:00
tls_compression.h Implemented TLS Alert handling 2010-08-23 15:13:37 +02:00
tls_crypto.c cast enumerated algorithm type as int 2010-12-18 20:24:53 +01:00
tls_crypto.h Added TLS specific EC point formats 2010-09-06 18:42:43 +02:00
tls_eap.c call is_complete() if tls protocol returns with SUCCESS 2010-11-16 11:52:06 +01:00
tls_eap.h max max_message_count configurable and move it into tls_eap_t 2010-09-08 12:58:45 +02:00
tls_fragmentation.c Do not change cipherspec while we have buffered handshake fragments pending 2010-09-09 14:27:41 +02:00
tls_fragmentation.h Check if the application layer has completed successfully 2010-08-24 08:45:49 +02:00
tls_handshake.h Implemented TLS Alert handling 2010-08-23 15:13:37 +02:00
tls_peer.c Include ec_point_format extension in ClientHello 2010-09-06 18:51:38 +02:00
tls_peer.h Implemented TLS Alert handling 2010-08-23 15:13:37 +02:00
tls_prf.c Moved TLS stack to its own library 2010-08-03 15:39:26 +02:00
tls_prf.h Some Doxygen fixes. 2010-08-05 11:53:53 +02:00
tls_protection.c Accept TLS records with zero-length plaintext 2010-09-06 17:04:59 +02:00
tls_protection.h Implemented TLS Alert handling 2010-08-23 15:13:37 +02:00
tls_reader.c output TLS-independent error messages 2010-12-05 14:55:18 +01:00
tls_reader.h Moved TLS stack to its own library 2010-08-03 15:39:26 +02:00
tls_server.c Read the compression type byte for EC groups, only 2010-09-08 10:35:29 +02:00
tls_server.h Implemented TLS Alert handling 2010-08-23 15:13:37 +02:00
tls_socket.c Support output fragmentation of TLS records 2010-08-31 15:54:37 +02:00
tls_socket.h Added a simple high level TLS wrapper for sockets 2010-08-25 12:52:53 +02:00
tls_writer.c Increase tls_writer buffer by at least 4 bytes 2011-01-19 14:41:59 +01:00
tls_writer.h Fixed typos in tls_writer method descriptions 2010-09-02 13:07:24 +02:00