Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: never sign empty set of fields #161

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Commits on Dec 8, 2023

  1. fix: never sign empty set of fields

    The specification is clear that if no headers are listed that the signature should be calculated
    from the (created) value rather than an empty string. This change fixes that.
    
    NB: in versions <= 10, the Date header is used - if that behaviour is desired, one should specify
    it explicitly
    dhensby committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    fc9ff1f View commit details
    Browse the repository at this point in the history