index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
IO
/
tls.c
Age
Commit message (
Expand
)
Author
2024-11-24
Add support to query version in TLS backends
Rodrigo Arias Mallo
2024-08-07
Make Dillo C99 standard compliant
Rodrigo Arias Mallo
2024-03-09
Use Doxygen comments for C files
Rodrigo Arias Mallo
2023-12-30
Add support for OpenSSL, mbedTLS 2 and mbedTLS 3
Rodrigo Arias Mallo
2023-12-30
Move mbedTLS implementation to tls_mbedtls.c
Rodrigo Arias Mallo
2016-07-07
MBEDTLS_SSL_SESSION_TICKETS_DISABLED
corvid
2016-07-07
a little renaming in tls
corvid
2016-07-06
MSG clarification
corvid
2016-07-06
MSG
corvid
2016-07-04
recognize obsolete hash algorithms when complaining about...obsolete hash alg...
corvid
2016-07-04
in some TLS MSGs, don't show port if it's the default
corvid
2016-07-03
workaround for mbed TLS 2.3.0 include problem
corvid
2016-07-03
clean up host:port usage, particularly with ipv6
corvid
2016-07-03
use mbed TLS
corvid
2016-03-08
openssl 1.0.2f does not like shutdown to be called during handshake
corvid
2015-07-05
wasteful use of strncpy
corvid
2015-07-05
tls.c a little cleanup
corvid
2015-07-05
integrate cert algorithm + key checking code with the other checks
corvid
2015-06-29
HTTP Strict Transport Security
corvid
2015-06-24
add a tls test site
corvid
2015-06-03
show certificate hash algorithm (and complain feebly if it's weak)
corvid
2015-06-01
const
corvid
2015-06-01
TLS servers sorted
corvid
2015-05-30
fix warning
corvid
2015-05-30
print certificate chain
corvid
2015-05-30
let's not print tls alerts for 'close notify'
corvid
2015-05-29
print out TLS version and cipher agreed upon after first connection with server
corvid
2015-05-29
documentation and not-currently-possible error case
corvid
2015-05-29
some more information for TLS warning popups
corvid
2015-05-28
'ssl' -> 'tls' where reasonable, given that ssl3 is dead and all
corvid