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

Implement Signing HTTP Messages draft #14

Open
bblfish opened this issue Apr 10, 2021 · 2 comments
Open

Implement Signing HTTP Messages draft #14

bblfish opened this issue Apr 10, 2021 · 2 comments
Milestone

Comments

@bblfish
Copy link
Member

bblfish commented Apr 10, 2021

The HttpSig Authentication Protocol which we are implementing, relies on the IETF Signing HTTP Messages.

A first implementation used an old version of it using a Java Library.
Now that I have implemented RFC8941: Structured Field Values for HTTP it will be possible to catch up with the latest versions as the Java libraries were holding us back.

@bblfish bblfish added this to the M3 milestone Apr 10, 2021
@bblfish
Copy link
Member Author

bblfish commented Apr 20, 2021

The first part of signing implementation is in commit 06793e9

@bblfish
Copy link
Member Author

bblfish commented Jul 5, 2021

A first, near complete version was finished in April.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant