Re: Support for ECDH One-pass in "openssl cms enc"

2021-05-24 Thread Henning Krause via openssl-users
on behalf of Henning Krause via openssl-users Sent: Sunday, May 23, 2021 2:45 PM To: openssl-users@openssl.org Subject: Support for ECDH One-pass in "openssl cms enc" Hi, I'm trying to encrypt an email using the ECDH One-Pass algorithm. I've first created an X509 certific

Support for ECDH One-pass in "openssl cms enc"

2021-05-23 Thread Henning Krause via openssl-users
Hi, I'm trying to encrypt an email using the ECDH One-Pass algorithm. I've first created an X509 certificate with an EDSA key based on the curve prime256v1. Then, I ran this command: openssl cms -encrypt -in Unencrypted.eml -binary -recip ecc.cer -aes256 -keyopt ecdh_kdf_md:sha256 -keyopt ecdh