Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Intended Recipient fingerprint #1632

Draft
wants to merge 11 commits into
base: v6
Choose a base branch
from

Conversation

larabr
Copy link
Collaborator

@larabr larabr commented Apr 12, 2023

WIP implementation of https://www.ietf.org/archive/id/draft-ietf-openpgp-rfc4880bis-10.html#name-intended-recipient-fingerpr

TODO

  • confirm API
  • change function calls around lib & tests
  • add tests

twiss and others added 10 commits April 3, 2023 15:56
Require the application to load a polyfill instead.
In terms of API, this feature is backwards compatible, no breaking changes.
However, since a Wasm module is loaded for the Argon2 computation, browser apps
might need to make changes to their CSP policy in order to use the feature.

Newly introduced config fields:
- `config.s2kType` (defaulting to `enums.s2k.iterated`): s2k to use on
password-based encryption as well as private key encryption;
- `config.s2kArgon2Params` (defaulting to "uniformly safe settings" from Argon
RFC): parameters to use on encryption when `config.s2kType` is set to
`enums.s2k.argon2`;
@larabr larabr marked this pull request as draft April 12, 2023 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants