aboutsummaryrefslogtreecommitdiff
path: root/src/IO/tls.c
AgeCommit message (Expand)Author
2024-11-24Add support to query version in TLS backendsRodrigo Arias Mallo
2024-08-07Make Dillo C99 standard compliantRodrigo Arias Mallo
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2023-12-30Add support for OpenSSL, mbedTLS 2 and mbedTLS 3Rodrigo Arias Mallo
2023-12-30Move mbedTLS implementation to tls_mbedtls.cRodrigo Arias Mallo
2016-07-07MBEDTLS_SSL_SESSION_TICKETS_DISABLEDcorvid
2016-07-07a little renaming in tlscorvid
2016-07-06MSG clarificationcorvid
2016-07-06MSGcorvid
2016-07-04recognize obsolete hash algorithms when complaining about...obsolete hash alg...corvid
2016-07-04in some TLS MSGs, don't show port if it's the defaultcorvid
2016-07-03workaround for mbed TLS 2.3.0 include problemcorvid
2016-07-03clean up host:port usage, particularly with ipv6corvid
2016-07-03use mbed TLScorvid
2016-03-08openssl 1.0.2f does not like shutdown to be called during handshakecorvid
2015-07-05wasteful use of strncpycorvid
2015-07-05tls.c a little cleanupcorvid
2015-07-05integrate cert algorithm + key checking code with the other checkscorvid
2015-06-29HTTP Strict Transport Securitycorvid
2015-06-24add a tls test sitecorvid
2015-06-03show certificate hash algorithm (and complain feebly if it's weak)corvid
2015-06-01constcorvid
2015-06-01TLS servers sortedcorvid
2015-05-30fix warningcorvid
2015-05-30print certificate chaincorvid
2015-05-30let's not print tls alerts for 'close notify'corvid
2015-05-29print out TLS version and cipher agreed upon after first connection with servercorvid
2015-05-29documentation and not-currently-possible error casecorvid
2015-05-29some more information for TLS warning popupscorvid
2015-05-28'ssl' -> 'tls' where reasonable, given that ssl3 is dead and allcorvid