Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openpgpjs/openpgpjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f281842
Choose a base ref
...
head repository: openpgpjs/openpgpjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6ac17dc
Choose a head ref
  • 5 commits
  • 70 files changed
  • 1 contributor

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    0255fcb View commit details
    Browse the repository at this point in the history
  2. Run npm audit

    larabr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2b9a07e View commit details
    Browse the repository at this point in the history
  3. Revert to not using the WebCrypto for X25519 (ECDH only)

    Due to missing support in WebKit and Chrome (without experimental flags),
    and broken support in Firefox, for now we go back to using a JS implementation.
    
    This change only affects encryption and decryption using X25519.
    For signing and verification using Ed25519 we keep relying on
    WebCrypto when available (namely in WebKit, Firefox, and Node).
    larabr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ccb040a View commit details
    Browse the repository at this point in the history
  4. Docs: fix type tag warnings

    larabr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    148fff9 View commit details
    Browse the repository at this point in the history
  5. 6.0.0-beta.3.patch.1

    larabr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6ac17dc View commit details
    Browse the repository at this point in the history
Loading