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
Age
Commit message (
Expand
)
Author
2024-06-01
Don't call SSL_get_error() with pending data
Rodrigo Arias Mallo
2024-06-01
Handle SSL_ERROR_ZERO_RETURN in OpenSSL
Rodrigo Arias Mallo
2024-05-18
Avoid reaching into X509_ALGOR
Theo Buehler
2024-05-12
Disable TLSv1.3 in MbedTLS 3.6.0 for now
Rodrigo Arias Mallo
2024-04-28
Add Dillo version to about:splash page
Rodrigo Arias Mallo
2024-04-05
Use SSL_get1_peer_certificate() in OpenSSL 3
Rodrigo Arias Mallo
2024-03-09
Use Doxygen comments for C files
Rodrigo Arias Mallo
2024-02-18
Don't call SSL_shutdown on fatal SSL errors
Rodrigo Arias Mallo
2024-02-18
Handle errors in SSL_read() and SSL_write()
Rodrigo Arias Mallo
2024-02-06
Simplify about:splash page
Rodrigo Arias Mallo
2024-01-15
Prevent nested calls to Tls_connect()
Rodrigo Arias Mallo
2024-01-15
Remove fd watch while perforing TLS check
Rodrigo Arias Mallo
2024-01-14
Report TLS errors if any before aborting
Rodrigo Arias Mallo
2024-01-13
Fix early fd close
Rodrigo Arias Mallo
2024-01-11
Replace dReturn_val_if_fail() by a simple if()
Rodrigo Arias Mallo
2024-01-11
Report OpenSSL and mbedTLS versions
Rodrigo Arias Mallo
2024-01-09
Update references to website and repository
Rodrigo Arias Mallo
2023-12-30
Fix declaration after case statement
Rodrigo Arias Mallo
2023-12-30
Fix EVP_PKEY_get_id() for OpenSSL 1.1
Rodrigo Arias Mallo
2023-12-30
Use TLS_client_method() for SSL_CTX_new()
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
2023-06-02
Define a_Tls_connect too when no SSL is used
walley
2016-07-09
rm IO flags, as they are never used
corvid
2016-07-09
freeing http socket, close FD that's being connected
corvid
2016-07-07
MBEDTLS_SSL_SESSION_TICKETS_DISABLED
corvid
2016-07-07
some status messages when using proxy
corvid
2016-07-07
a little renaming in tls
corvid
2016-07-07
try all IP addrs when connect()ing
corvid
2016-07-07
complete connect() before moving on to TLS handshake or sending query
corvid
2016-07-06
MSG clarification
corvid
2016-07-06
MSG
corvid
2016-07-04
merge
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
Fixed a couple of compiler warnings for IO.c
Jorge Arellano Cid
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
quiet MSG
corvid
2016-07-03
use mbed TLS
corvid
2016-05-11
Silenced a few old debug messages.
Jorge Arellano Cid
2016-04-30
Fixed a minor bug for a corner case in dpi cookie handling
Jorge Arellano Cid
2016-04-09
if we get an error (e.g. ECONNRESET) while reading, abort the read and show a...
corvid
2016-03-19
MSG
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-07-02
merge 3.0.5 branch
corvid
2015-06-30
release date
v3.0.5
release-3_0_5
corvid
[next]