Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
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: libp2p/js-libp2p-crypto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.14
Choose a base ref
...
head repository: libp2p/js-libp2p-crypto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.15
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    c509ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7bb8b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. fix: deriveKey in webkit linux (workaround) (#313)

    The subtlecrypto implementation in WebKit on Linux doesn't like to derive a key from an empty imported key. This works on all other browsers, so it seems like the WebKit implementation is doing the wrong thing. Maybe worth opening a bug and writing a test for them. In the mean time here's a workaround.
    
    This unblocks webkit testing in the interop tester (which runs on linux). This also lets folks use js-libp2p from webkit based linux browsers, although it doesn't seem like anyone else ran into this issue.
    
    ---------
    
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    MarcoPolo and achingbrain committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4905944 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.15 [skip ci]

    ## [1.0.15](v1.0.14...v1.0.15) (2023-04-04)
    
    ### Bug Fixes
    
    * deriveKey in webkit linux (workaround) ([#313](#313)) ([4905944](4905944))
    semantic-release-bot committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3f6506c View commit details
    Browse the repository at this point in the history
Loading