freedomjs / freedom-pgp-e2e

Wrapping up end-to-end code and provide in freedom custom API.
34 stars 6 forks source link

Support clear signing #44

Closed agallant closed 8 years ago

agallant commented 8 years ago

Right now, clear signing (probably) doesn't work - we always use regular encode while armoring/decrypting, and need to use e2e.openpgp.asciiArmor.encodeClearSign when clear signing. Logic that checks the header string should suffice to distinguish which needs to be called.

agallant commented 8 years ago

Deprecating as non-priority, will reopen if an actual use case arises.