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
As other PGP libraries, the option to allow the decryption of unauthenticated messages should be exposed from the crypto.KeyRing.Decrypt* methods.
There is already an option on the go-crypto/openpgp/packet/Config struct: InsecureAllowUnauthenticatedMessages, but there is no way of setting it to true.
The text was updated successfully, but these errors were encountered:
As other PGP libraries, the option to allow the decryption of unauthenticated messages should be exposed from the
crypto.KeyRing.Decrypt*
methods.There is already an option on the
go-crypto/openpgp/packet/Config
struct:InsecureAllowUnauthenticatedMessages
, but there is no way of setting it totrue
.The text was updated successfully, but these errors were encountered: