The setting PGCRYPTO_KEY is used in PGPSymmetricKeyFieldMixin (
|
class PGPSymmetricKeyFieldMixin(PGPMixin): |
)
but not PGPPublicKeyFieldMixin
|
class PGPPublicKeyFieldMixin(PGPMixin): |
I was unable to use a public/private key with a passphrase with a TextPGPPublicKeyField. I regenerated a public/private key without a passphrase it worked fine.
Does PGPPublicKeyFieldMixin need to be updated to support PGCRYPTO_KEY?
Thanks