aboutsummaryrefslogtreecommitdiffstats
path: root/tests/starttls-injection
Commit message (Collapse)AuthorAgeFiles
* Port tests and documentation to Dovecot 2.4.Guilhem Moulin48 hours1
| | | | See https://doc.dovecot.org/main/installation/upgrade/2.3-to-2.4.html .
* tests/*/t: Replace filetype=sh with filetype=bash.Guilhem Moulin2024-03-061
|
* Make error messages more uniform and consistent.Guilhem Moulin2020-12-131
|
* test suite: use a RSA certificate rather than ECDSA.Guilhem Moulin2020-12-091
| | | | | | | | | It's arguably the most common use-case. Generated with $ openssl genpkey -algorithm RSA -out tests/snippets/dovecot/dovecot.rsa.key $ openssl req -x509 -days 3650 -subj "/CN=InterIMAP test suite" \ -key tests/snippets/dovecot/dovecot.rsa.key \ -out tests/snippets/dovecot/dovecot.rsa.crt
* libinterimap: Fix response injection vulnerability after STARTTLS.Guilhem Moulin2020-08-034
For background see https://gitlab.com/muttmua/mutt/-/issues/248 .