strongswan/src/libtls
Tobias Brunner ed1ba70894 libtls: Enable code coverage
While the test runner was already correctly set up, the library itself
was not and no coverage was reported for any of its files.
2020-09-09 13:25:30 +02:00
..
tests unit-tests: Update expired certificates for TLS tests 2020-03-25 15:31:07 +01:00
Makefile.am libtls: Enable code coverage 2020-09-09 13:25:30 +02:00
tls.c Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
tls.h Fixed some typos, courtesy of codespell 2017-08-07 17:22:01 +02:00
tls_aead.c Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
tls_aead.h Fixed some typos, courtesy of codespell 2017-08-07 17:22:01 +02:00
tls_aead_expl.c Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
tls_aead_impl.c Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
tls_aead_null.c Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
tls_alert.c Fixed some typos, courtesy of codespell 2018-02-13 12:19:54 +01:00
tls_alert.h Fixed common misspellings. 2011-07-20 16:14:10 +02:00
tls_application.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +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 tls-crypto: Fix usage of chunk_from_chars() 2020-01-30 18:18:06 +01:00
tls_crypto.h tls: Export a function to list supported TLS cipher suites 2014-04-01 14:28:55 +02:00
tls_eap.c libtls: Add getters for TLS handshake authentication details 2015-03-03 14:08:00 +01:00
tls_eap.h libtls: Add getters for TLS handshake authentication details 2015-03-03 14:08:00 +01:00
tls_fragmentation.c Fixed some typos, courtesy of codespell 2017-03-23 18:29:18 +01:00
tls_fragmentation.h libtls: Don't send TLS close notifies in EAP after application succeeds 2015-02-19 11:29:07 +01:00
tls_handshake.h libtls: Add getters for TLS handshake authentication details 2015-03-03 14:08:00 +01:00
tls_peer.c Replace 'inacceptable' with the more common 'unacceptable' 2018-06-28 18:46:42 +02: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 tls-prf: Remove unused/undeclared argument in TLS 1.0/1.1 PRF constructor 2020-01-28 15:32:43 +01: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 Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
tls_protection.h tls: Separate TLS protection to abstracted AEAD modes 2014-03-31 15:56:12 +02:00
tls_server.c Replace 'inacceptable' with the more common 'unacceptable' 2018-06-28 18:46:42 +02: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 libtls: Remove unused variable in TLS socket implementation 2020-03-06 10:30:16 +01:00
tls_socket.h Fixed some typos, courtesy of codespell 2018-09-17 18:51:44 +02:00