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
In case MD5 is used as the digest algorithm the error returned is pkcs7: cannot decrypt data: only RSA, DES, DES-EDE3, AES-256-CBC and AES-128-GCM supported. This is an unexpected error message, and can lead to confusion. It's returned here:
. It should likely become a different sentinel error message, but we may need a new version for that, because it's currently exported, and could thus be a backwards incompatible change.
In case MD5 is used as the digest algorithm the error returned is
pkcs7: cannot decrypt data: only RSA, DES, DES-EDE3, AES-256-CBC and AES-128-GCM supported
. This is an unexpected error message, and can lead to confusion. It's returned here:pkcs7/pkcs7.go
Lines 94 to 108 in fbab67b
Also see smallstep/certificates#2100.
Another case: micromdm/scep#224.
The text was updated successfully, but these errors were encountered: