Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | test suite: use a RSA certificate rather than ECDSA. | Guilhem Moulin | 2020-12-09 | 1 |
| | | | | | | | | | 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 | |||
* | Test suite: add new tests for SSL/TLS. | Guilhem Moulin | 2019-11-13 | 3 |
SSL connections are accepted on TCP port 10993. Also, fix STARTTLS directive, broken since fba1c36… |