Skip to content

Unknown status message: 'DECRYPTION_COMPLIANCE_MODE' '23' #250

Open
@phealy3330

Description

@phealy3330

Same thing going on with #207
Just on the decrypt side instead of the encrypt side
I worked around with similar monkey patch from @Paradoxis

from pretty_bad_protocol import gnupg
import pretty_bad_protocol._parsers

#import gnupg._parsers
gnupg._parsers.Verify.TRUST_LEVELS["DECRYPTION_COMPLIANCE_MODE"] = 23

Probably just needs a fix like #220
working on a patch now

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions