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

Asymmetric keys #129

Open
wants to merge 84 commits into
base: main
Choose a base branch
from
Open

Asymmetric keys #129

wants to merge 84 commits into from

Conversation

bblfish
Copy link

@bblfish bblfish commented Nov 9, 2022

I am just opening this PR as a place to discuss the commits on asymmetric keys I have been making.

Perhaps we should create a special asymmetric key branch on the repo here to which I can push these changes? That would make discussions on where to go a bit easier.

I need the asymmetric keys for implementing Signing HTTP Messages draft 13 which was in last call. I have this implemented HTTP Sig for Http4s (scala + scalajs) and Akka.

I will need to add JWT support next, and have started a branch and PR for that. PEM is a nightmare (see Issue 2290 of HTTPWG).

JWT support strains the architecture a bit. I wonder for example if we should not move more towards the pattern I have been using to abstract the different RDF frameworks across Java and JS, as described in the into to this post on scala-users...

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

Successfully merging this pull request may close these issues.

2 participants