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

Commits on Apr 3, 2023

  1. Update web-stream-tools

    twiss committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    40ebab9 View commit details
    Browse the repository at this point in the history
  2. Remove embedded Web Streams ponyfill

    Require the application to load a polyfill instead.
    twiss committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9e4e737 View commit details
    Browse the repository at this point in the history
  3. Update ESLint globals syntax

    twiss committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    d090aca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e1cc9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90463ad View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. crypto-refresh: add support for Argon2 S2K (openpgpjs#1597)

    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 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    dd55ec5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98dea19 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. wip verification

    larabr committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    2024216 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. More signature verification

    larabr committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    fa0311f View commit details
    Browse the repository at this point in the history
  2. wip support for signing

    larabr committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    aaff474 View commit details
    Browse the repository at this point in the history
  3. sign api changes (wip)

    larabr committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    3fb25fc View commit details
    Browse the repository at this point in the history