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
2019-01-18
Merge branch 'stable'
Kevin McCarthy
2019-01-18
Wrap ssl init calls for LibreSSL too.
Kevin McCarthy
2019-01-08
Fix compilation with LibreSSL <2.7.0. (closes #112)
Stefan Strogin
2019-01-08
Fix compilation with LibreSSL <2.7.0. (closes #112)
Stefan Strogin
2019-01-04
Clean up formatting.
Kevin McCarthy
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-20
Fix compilation without deprecated OpenSSL 1.1 APIs
Rosen Penev
2018-12-02
Fix compilation without deprecated OpenSSL 1.1 APIs
Rosen Penev
2018-08-31
Convert certificate prompts to show sha-256 instead of md5.
Kevin McCarthy
2018-06-01
Correct spelling mistakes.
Edward Betts
2018-05-28
fix inappropriate use of FREE() in ssl init error path
Oswald Buddenhagen
2018-04-15
Add libidn2 support
Matej Muzila
2017-06-01
Fix "format string is not a string literal" warnings. (closes #3949)
TAKAHASHI Tamotsu
2017-03-26
Set refresh when popping the menu stack.
Kevin McCarthy
2017-03-26
Add a menu stack to track current and past menus.
Kevin McCarthy
2017-03-13
Change OpenSSL to use SHA-256 for cert comparison. (closes #3924)
Kevin McCarthy
2017-03-09
Add SNI support for OpenSSL. (see #3923)
Kevin McCarthy
2017-03-09
OpenSSL: Don't offer (a)ccept always choice for hostname mismatches. (closes ...
Kevin McCarthy
2017-03-09
Prevent skipped certs from showing a second time. (see #3916)
Kevin McCarthy
2017-03-07
Don't allow storing duplicate certs for OpenSSL interactive prompt. (closes #...
Kevin McCarthy
2017-03-07
Move the OpenSSL partial chain support check inside configure.ac. (see #3916)
Kevin McCarthy
2017-03-07
Add $ssl_verify_partial_chains option for OpenSSL. (closes #3916)
Matthias Andree
2017-03-02
SSL: Fix memory leak in subject alternative name code. (closes #3920)
Matthias Andree
2017-03-02
Clear out extraneous errors before SSL_connect() (see #3916)
Kevin McCarthy
2017-02-12
Show SHA1 fp in interactive cert check menu.
Matthias Andree
2017-02-12
Fix potential cert memory leak in check_certificate_by_digest().
Kevin McCarthy
2017-02-12
Plug memory leak in weed-expired-certs code.
Matthias Andree
2017-02-12
Filter expired local certs for OpenSSL verification.
Kevin McCarthy
2016-12-13
Rework OpenSSL certificate verification to support alternative chains. (close...
Michał Kępień
2016-11-29
Add mutt_array_size macro, change interactive_check_cert() to use it. (see #...
Kevin McCarthy
2016-11-29
Improve openssl interactive_check_cert. (closes #3899)
Kevin McCarthy
2016-11-22
Corrected comment.
Vincent Lefevre
2016-11-21
Revert db13010a2e8d but add a comment. (see #3870)
Kevin McCarthy
2016-11-21
Make sure that the output of X509_NAME_oneline is null-terminated.
Vincent Lefevre
2016-11-19
More openssl1.1 fixes: remove uses of X509->name in debugging. (closes #3870)
Kevin McCarthy
2016-09-07
Fix openssl 1.1 compilation issues. (closes #3870)
TAKAHASHI Tamotsu
2016-08-30
Redraw screen after an SSL cert prompt
David Champion
2016-05-09
Change M_* symbols to MUTT_*
Derek Martin
2016-04-11
Add null-terminator to BIO_get_mem_data() output.
Kevin McCarthy
2016-04-11
Add an error message and debugging if SSL_CTX_new() fails. (closes #3831)
Kevin McCarthy
2016-04-10
Check for SSL_CTX_new returning NULL in ssl_sock_open(). (closes #3831)
Kevin McCarthy
2016-03-19
Fix a few typos in translation messages.
Kevin McCarthy
2016-03-18
Fix typo in debug message.
Vincent Lefevre
2015-10-04
Create a separate macro/push/exec event buffer. (closes #3779)
Kevin McCarthy
2015-10-04
Fix menu type in certificate prompt. (see #3779)
Kevin McCarthy
2015-09-13
Add translation comments and improvements.
Kevin McCarthy
2015-05-03
Provide SSL cipher selection option. (closes #3167)
Kevin McCarthy
2013-07-23
fix typos in comments
Ondřej Bílka
2012-12-22
Uses SSLv23_client_method() in mutt_ssl_starttls() because TLSv1_2_client_met...
Michael Elkins
2012-12-18
disable tls v1.1/1.2 in mutt_ssl_starttls() based on $ssl_use_tlsv1_*
Michael Elkins
[next]