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_openssl.c
Age
Commit message (
Expand
)
Author
2024-06-01
Handle SSL_ERROR_ZERO_RETURN in OpenSSL
Rodrigo Arias Mallo
2024-05-18
Avoid reaching into X509_ALGOR
Theo Buehler
2024-04-05
Use SSL_get1_peer_certificate() in OpenSSL 3
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-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-11
Replace dReturn_val_if_fail() by a simple if()
Rodrigo Arias Mallo
2024-01-11
Report OpenSSL and mbedTLS versions
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