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