aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tls-rsa+ecdsa/remote.conf
Commit message (Collapse)AuthorAgeFiles
* Port tests and documentation to Dovecot 2.4.Guilhem Moulin2 days1
| | | | See https://doc.dovecot.org/main/installation/upgrade/2.3-to-2.4.html .
* New test with a server offering both RSA+ECDSA certificates.Guilhem Moulin2020-12-091
This requires dovecot-imapd 2.2.31 or later. Certificate generated with: $ openssl genpkey -algorithm EC -pkeyopt ec_paramgen_curve:P-256 -pkeyopt ec_param_enc:named_curve \ -out tests/snippets/dovecot/dovecot.ecdsa.key $ openssl req -x509 -days 3650 -subj "/CN=InterIMAP test suite" \ -key tests/snippets/dovecot/dovecot.ecdsa.key \ -out tests/snippets/dovecot/dovecot.ecdsa.crt