Skip to content

httpsig v1.5.1

Latest

Choose a tag to compare

@dickhardt dickhardt released this 27 Apr 04:40

@hellocoop/httpsig v1.5.1

  • Add RSA JWK thumbprint support (RFC 7638) to calculateThumbprint
  • Canonical form uses {e, kty, n} members in lexicographic order per the spec
  • Prevents crashes when computing thumbprints against JWKS containing mixed key types (e.g. EdDSA + RSA)