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
2022-12-03
mutt_ssl: refactor Implicit TLS and STARTTLS code
Matthias Andree
2022-08-25
Add error handling for cert prompts in batch mode.
Kevin McCarthy
2022-08-04
Drop X509 *cert from sslsockdata, unused.
Matthias Andree
2022-07-29
Overide SSL_CTX min/max protocol versions.
Kevin McCarthy
2021-11-28
Fix unused variable warning.
Aaron Poffenberger
2021-03-08
Fix $ssl_client_cert usage with SMTP.
Kevin McCarthy
2020-12-15
Create $ssl_verify_host_override.
Kevin McCarthy
2020-06-20
Improve warning message for possible STARTTLS response injection.
Kevin McCarthy
2020-06-18
Merge branch 'stable'
Kevin McCarthy
2020-06-17
Fix STARTTLS response injection attack.
Kevin McCarthy
2020-05-29
Remove support for OpenSSL <0.9.5
Remco Rijnders
2019-12-28
Fix crash when polling a closed ssl connection.
Kevin McCarthy
2019-10-15
Change ssl_init to use buffer pool for rand filename.
Kevin McCarthy
2019-08-17
Add $ssl_use_tlsv1_3 config variable, default set.
Kevin McCarthy
2019-08-13
Fix LibreSSL build.
Kevin McCarthy
2019-08-13
Add checks for buffered OpenSSL or GnuTLS data when polling.
Kevin McCarthy
2019-08-07
Allow nested setting of OPTIGNOREMACROEVENTS.
Kevin McCarthy
2019-04-19
Convert certficate prompts to use menu dialog helper and BUFFER.
Kevin McCarthy
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
[next]