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: panva/jose Loading
base: v0.10.0
Choose a base ref
...
head repository: panva/jose Loading
compare: v0.11.0
Choose a head ref
  • 4 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 13, 2019

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

Commits on Mar 16, 2019

  1. fix: all JWA defined RSA operations require key of 2048 or more

    BREAKING CHANGE: all [JWA](https://tools.ietf.org/html/rfc7518) defined
    RSA based operations require key size of 2048 bits or more.
    panva committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    cc70c5d View commit details
    Browse the repository at this point in the history
  2. fix: use correct salt length for RSASSA-PSS

    https://tools.ietf.org/html/rfc7518 section 3.5 states that the size of
    the salt value is the same size as the hash function output.
    
    This is to accomodate that requirement and achieve interop with other
    conform implementations. This also prompted enforcing the proper key
    sizes.
    panva committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    e936d54 View commit details
    Browse the repository at this point in the history
  3. chore(release): 0.11.0

    panva committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    1dc58fc View commit details
    Browse the repository at this point in the history
Loading