summaryrefslogtreecommitdiffstats
path: root/mutt_ssl_gnutls.c (follow)
Commit message (Expand)AuthorAgeLines
* Add error handling for cert prompts in batch mode.Kevin McCarthy2022-08-25-0/+7
* Prompt for password when using encrypted client certificateCraig Gallek2021-08-16-0/+35
* Fix $ssl_client_cert usage with SMTP.Kevin McCarthy2021-03-08-2/+18
* Create $ssl_verify_host_override.Kevin McCarthy2020-12-15-4/+9
* Improve warning message for possible STARTTLS response injection.Kevin McCarthy2020-06-20-1/+1
* Merge branch 'stable'Kevin McCarthy2020-06-18-0/+12
|\
| * Fix STARTTLS response injection attack.Kevin McCarthy2020-06-17-0/+12
* | Perform small cleanups in gnutls.c.Kevin McCarthy2020-06-08-96/+85
|/
* Fix GnuTLS interactive prompt short-circuiting.Kevin McCarthy2020-06-06-11/+6
* Abort GnuTLS certificate check if a cert in the chain is rejected.Kevin McCarthy2020-06-06-1/+5
* Fix GnuTLS tls_verify_peers() checking.Kevin McCarthy2020-06-06-41/+61
* Fix crash when polling a closed ssl connection.Kevin McCarthy2019-12-28-0/+3
* Add $ssl_use_tlsv1_3 config variable, default set.Kevin McCarthy2019-08-17-25/+32
* Add checks for buffered OpenSSL or GnuTLS data when polling.Kevin McCarthy2019-08-13-1/+14
* Allow nested setting of OPTIGNOREMACROEVENTS.Kevin McCarthy2019-08-07-3/+8
* Convert certficate prompts to use menu dialog helper and BUFFER.Kevin McCarthy2019-04-19-53/+49
* Merge branch 'stable'Kevin McCarthy2019-01-21-15/+16
|\
| * Fix gnutls tls_socket_write() to properly retry.Kevin McCarthy2019-01-21-16/+18
* | Clean up formatting.Kevin McCarthy2019-01-04-9/+17
* | Clean up code indentation.Kevin McCarthy2019-01-04-17/+17
|/
* Add a comment about gnutls date bits in certstat.Kevin McCarthy2018-10-10-0/+4
* Change gnutls certificate_file processing and interactive prompts.Kevin McCarthy2018-10-09-49/+28
* Fix gnutls (a)lways to properly save for all certerr values.Kevin McCarthy2018-10-09-1/+2
* Convert certificate prompts to show sha-256 instead of md5.Kevin McCarthy2018-08-31-5/+12
* Fix fp resource leak. (closes #3965)Kevin McCarthy2017-09-04-1/+2
* Add L10N comments to the GNUTLS certificate prompt.Kevin McCarthy2017-07-03-0/+12
* Add a menu stack to track current and past menus.Kevin McCarthy2017-03-26-0/+2
* Add SNI support for GnuTLS. (closes #3923)Kevin McCarthy2017-03-09-0/+7
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-2/+2
* Create a separate macro/push/exec event buffer. (closes #3779)Kevin McCarthy2015-10-04-2/+2
* Fix menu type in certificate prompt. (see #3779)Kevin McCarthy2015-10-04-1/+1
* Provide SSL cipher selection option. (closes #3167)Kevin McCarthy2015-05-03-6/+22
* Clean up gnutls warnings.Kevin McCarthy2015-01-27-18/+49
* Fix deprecated gnutls_protocol_set_priority. (closes #3515)Kevin McCarthy2014-08-22-24/+76
* return 0 if import of cert failed to match other error conditions.Michael Elkins2013-10-23-1/+4
* only terminate the write-half of the TLS connection to avoid hanging if the r...Michael Elkins2013-10-23-1/+9
* fix typos in commentsOndřej Bílka2013-07-23-1/+1
* add support for TLSv1.1/1.2 when using GNUTLS.Michael Elkins2012-12-18-12/+17
* if the peer's x.509 cert is not valid, we need to allow the user to inspect i...hhorak2012-12-18-1/+12
* silence some style warningsBrendan Cully2012-07-08-4/+4
* gnutls:tls_compare_certificates: check strstr for failure (closes #3547)Brendan Cully2012-07-08-2/+10
* gnutls: catch gnutls_init failuresBrendan Cully2012-04-29-1/+6
* Remove the deprecated gnutls_certificate_verify_peers() in favour of the newAntonio Radici2011-06-18-8/+9
* Do not call regfree if regcomp fails.Emanuele Giaquinta2010-08-24-1/+0
* use REGCOMP() macroEmanuele Giaquinta2010-08-24-1/+2
* Disable checking certificate activation/expiration times in gnutls as we do t...Miroslav Lichvar2009-06-07-0/+6
* Add support for GNUTLS_CERT_INSECURE_ALGORITHM error codeMiroslav Lichvar2009-06-02-0/+26
* Don't ignore certificate verification errors on saved signer certsMiroslav Lichvar2009-06-02-9/+9
* Remove trailing whitespaceBrendan Cully2009-05-31-16/+16
* Add flags to mutt_read_line() for EOL-stripping and continuation supportRocco Rutte2009-05-29-1/+1