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