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: yaronf/httpsign
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: yaronf/httpsign
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 2, 2026

  1. Fix RSA-PSS salt length to comply with RFC 9421

    Use 64-byte salt (PSSSaltLengthEqualsHash) instead of maximum salt (~190 bytes)
    to match RFC 9421 Section 3.3.1, TLS 1.3, and ensure interoperability with
    WebCrypto and other RFC-compliant implementations. Verification remains backwards
    compatible with old signatures by using auto-detect.
    
    Fixes #17
    
    Made-with: Cursor
    yaronf committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    4f9db58 View commit details
    Browse the repository at this point in the history
Loading