diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 15:11:45 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 15:29:59 +0100 |
commit | 51df40cf82c67ae828c325a42e28b3155fce9864 (patch) | |
tree | 7c55c9f424aa3171496e37445f8a0e67193df139 /tests/snippets/dovecot/dovecot.ecdsa.key | |
parent | 83f85ee3a6fde64a0809180a13e0cc8a3d703bca (diff) |
New test with a server offering both RSA+ECDSA certificates.
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
Diffstat (limited to 'tests/snippets/dovecot/dovecot.ecdsa.key')
-rw-r--r-- | tests/snippets/dovecot/dovecot.ecdsa.key | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/snippets/dovecot/dovecot.ecdsa.key b/tests/snippets/dovecot/dovecot.ecdsa.key new file mode 100644 index 0000000..dfbd4a7 --- /dev/null +++ b/tests/snippets/dovecot/dovecot.ecdsa.key @@ -0,0 +1,5 @@ +-----BEGIN PRIVATE KEY----- +MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgleLchaikcJbUnkps +4ITR6FGkW2S2+S+w2ISJSsvgt0ehRANCAART+wNIrxbByv1rgkM8/llodowSzu7q +oVkjIftXHP/45p9qvddFzR98VRTZCEaO3XYOl/LcJYtzrwuuv2CG8Yk8 +-----END PRIVATE KEY----- |