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: go-jose/go-jose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.3
Choose a base ref
...
head repository: go-jose/go-jose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.4
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 24, 2025

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

Commits on Mar 31, 2026

  1. Merge commit from fork

    * cipher: fix panic on KeyUnwrap of too-short slice
    
    * jwe: don't call KeyUnwrap on empty (encrypted) key
    
    Also don't call `aead.decrypt` on an empty key.
    
    * test: make asymmetric_test more precise
    
    These two test cases were passing a nil recipient, and checking for "any error"
    instead of a specific error, which meant that introducing a nil recipient check
    in `decryptKey` caused the test to stop testing what it meant to test, but
    continue passing. Now we check for a specific error.
    
    * test: TestKeyUnwrapShort
    
    * jwe: TestEmptyEncryptedKey
    
    * test: add `shorten` and `empty` corruptors
    jsha authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    0e59876 View commit details
    Browse the repository at this point in the history
Loading