summaryrefslogtreecommitdiffstats
path: root/mutt_ssl.c
AgeCommit message (Expand)Author
2012-12-18add variables for disabling TLSv1.1/1.2 when compiled against OpenSSL 1.0.1hncaldwell
2012-12-17use TLSv1.2 if available in the system OpenSSL when using starttlsMichael Elkins
2012-12-17use SSL_get_version() to display the actual SSL protocol used rather than the...Michael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2010-08-24Fix typo.Emanuele Giaquinta
2010-08-07Fix comparison signedness warningsMichael Elkins
2010-08-06fix compiler warning about wrong type for SslSessionCertsMichael Elkins
2010-08-06Unbreak X.509 SubjAltName checks,Matthias Andree
2010-04-24openssl: only call SSL_shutdown during clean shutdown (closes #3407)Brendan Cully
2009-12-07STACK* is not defined with newer SSL, use STACK_OF instead.Patrick Welche
2009-08-11Catch SSL null prefix attach (openssl)Tomas Hoger
2009-06-09Improve host checking for SSL with intermediate certificates.Brendan Cully
2009-06-09Whitespace.Brendan Cully
2009-05-27Fix TLS certificate chain validation for openssl.Brendan Cully
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-11Add $ssl_verify_dates option to relax certificate date validationBrendan Cully
2009-01-11Add $ssl_verify_host to allow skipping host name validationBrendan Cully
2009-01-02Simplify intermediate certificate handling.Brendan Cully
2009-01-02Add support for intermediate certificates to openssl code.TAKAHASHI Tamotsu
2008-11-30Manage last search pattern outside of menu lifecycleRocco Rutte
2008-10-28Make some functions static.Emanuele Giaquinta
2008-08-26Properly set the SASL external auth name when using SSL client certs.Brendan Cully
2008-08-21Port certificate host checking from msmtp to mutt.Rocco Rutte
2008-07-11Verify hostname in (Open)SSL certificate validationRocco Rutte
2007-03-20Enlarge help string buffersRocco Rutte
2006-04-28pdmef+fix+sslinterface. Triggered by a warning when compilingRocco Rutte
2005-12-13Add conn_poll (using raw_socket_poll) to SSL socket setup functions.Brendan Cully
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-08-03Don't double-free X509 certificates. This patch looks wrong, but it isn't.Brendan Cully
2005-08-01Cache SSL certificates that have been accepted but not saved until muttBrendan Cully
2005-07-26Don't offer to save expired or not-yet-valid certificates. Closes #1943 asBrendan Cully
2005-03-05Rename open/close/read/write function pointers to avoid problems with systemsBrendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-10-30safe_strcat, safe_strncat. Thanks to Ulf H. for noting the wrongThomas Roessler
2004-08-30Here's a patch to allow mutt to use SSL client certificates toBrendan Cully
2003-09-03Fix a segmentation fault which occurs when a certificate isBrendan Cully
2003-07-16This patch redoes yesterday's unbuffered input patch. Now it uses aBrendan Cully
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-01-21A fix from Ulf Erikson, which he says to fix bug #989.Thomas Roessler
2002-01-03Move some globals where they belong. From Brendan Cully.Thomas Roessler
2002-01-02Replace a few strncpy() calls by strfcpy().Thomas Roessler
2001-11-05Missing gettext calls, noted by Byrial Jensen.Thomas Roessler
2001-10-30TLS connection reuse. From Brendan Cully.Thomas Roessler
2001-06-05patch-bac.sockets-20010605.1Thomas Roessler
2001-05-30Socket API clean-up from Brendan Cully.Thomas Roessler
2001-05-10A slightly extended version of Dave Ewart's sleeptime patch.Thomas Roessler
2001-03-03Fix a typo concerning OpenSSL version numbers.Thomas Roessler
2001-02-23update.Thomas Roessler
2001-02-14STARTTLS patch from Brendan Cully.Thomas Roessler