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