You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using openssl cms to sign a file, it fails with 40E7DCBC0B770000:error:17000080:CMS routines:CMS_add1_signer:no default digest:crypto/cms/cms_sd.c:390:pkey nid=6 unless the -md option is specified.
Create TPM-backed CMS cert & key (I used a script).
When using
openssl cms
to sign a file, it fails with40E7DCBC0B770000:error:17000080:CMS routines:CMS_add1_signer:no default digest:crypto/cms/cms_sd.c:390:pkey nid=6
unless the-md
option is specified.This does not happen with non-TPM keys and the digest algorithm of the key is correctly used.
The text was updated successfully, but these errors were encountered: