index
:
Sylpheed
master
taw/combined
taw/master
taw/meson
Git mirror of Sylpheed SVN repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libsylph
/
ssl.c
Age
Commit message (
Expand
)
Author
2019-05-16
Require at least TLS1.2
taw/master
Thomas White
2017-02-02
supported the location of SSL certificates on OpenBSD (#222).
hiro
2015-12-21
enabled TLSv1.1 and TLSv1.2 for STARTTLS.
hiro
2014-03-20
implemented SSL wildcard certificate validation (based on libcurl).
hiro
2014-02-28
validate SSL certificate hostname (#167).
hiro
2013-11-28
libsylph/ssl.c: ssl_done(): check if fp != NULL.
hiro
2009-12-08
prohibit acception of expired SSL certificates.
hiro
2009-11-26
ssl_init_socket_with_method(): modified debug output.
hiro
2009-11-19
calculate and display SHA1/MD5 fingerprint if verification of SSL certificate...
hiro
2008-02-15
added the feature to save SSL peer certificate and always accept it.
hiro
2007-04-23
fixed crash on Win32 when an OpenSSL DLL linked with MSVCR71.DLL was used.
hiro
2007-01-11
also look for ca-root.crt.
hiro
2006-12-18
call SSL_CTX_load_verify_locations() also when only certs_file exists.
hiro
2006-12-18
modified SSL CA certificates.
hiro
2006-12-14
use X509_cmp() to compare certificates.
hiro
2006-12-13
read /etc/ssl/certs if exist.
hiro
2006-12-12
implemented SSL certificate dialog.
hiro
2006-09-28
fixed ssl_init_socket_with_method().
hiro
2005-09-13
changed the license of LibSylph from GPL to LGPL.
hiro
2005-08-31
made some core modules library (libsylph).
hiro