bobcats icon indicating copy to clipboard operation
bobcats copied to clipboard

Asymmetric keys

Open bblfish opened this issue 3 years ago • 0 comments

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...

bblfish avatar Nov 09 '22 11:11 bblfish