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
I followed the example and add my certificates, but the resulting message fail the smime verification with openssl with the message above.
How we can debug?
The text was updated successfully, but these errors were encountered:
The first is the original test, with some little modifications.
The second is a not working sign
The third is working again
Test code; openssl smime -verify -in out3.email -noverify
In summary; if your email is not multipart, the sign will fail. If your mail is multipart, the sign will be ok! We have html emails, so with the nodemailer-html-to-text plugin it will probably work without any effort...
Signature verification with OpenSSL fails with:
Verification failure
4416570988:error:21FFF065:PKCS7 routines:func(4095):digest failure:/BuildRoot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-22.260.1/libressl-2.6/crypto/pkcs7/pk7_doit.c:1040:
4416570988:error:21FFF069:PKCS7 routines:func(4095):signature failure:/BuildRoot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-22.260.1/libressl-2.6/crypto/pkcs7/pk7_smime.c:407:
I followed the example and add my certificates, but the resulting message fail the smime verification with openssl with the message above.
How we can debug?
The text was updated successfully, but these errors were encountered: