mail encryption with ecdsa cert

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



openssl 1.1.0.f
ecdsa 512 certificate

openssl cms -sign works perfect and sending an email.

For encryption and sending an email I just get an email with an attachment smime.p7m.

I use the following encryption command

openssl cms -encrypt \
        -recip cert.pem \
        -subject 'openssl encrypt' \
        -to email \
        -from email \
        -in msg.txt \
        -keyopt ecdh_kdf_md:sha256 \
        | \
        sendmail email


Any idea how I need do encrypt (or encrypt and sign) in order to get a proper email?

Thanks a lot!
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux