Christian Glahn

Results 15 issues of Christian Glahn

Hi David and Julia Thank you for this nice resource. This year I use it with students for the first time. I encountered one blind spot in *chapter 1* on...

All tools are nicely suited for creating simple JWT, but having the configs for multiple recipients on one command line is tricky at best. What we should have is a...

enhancement

The tools should not require that algorithms are explicity mentioned. Instead sign and encrypt should select suitable defaults if alg or enc are missing.

enhancement

Multiple keys require key wrapping alg. (Eg not ecdh-es but ecdh-es-...) - [ ] test for RSA and EC keys - [ ] test for multiple recipients sane headers -...

Any change to a file will end up in the first virtual branch, not the one that the file has been previously dragged to. This has the strange side effect...

bug

When having a first commit on a virtual branch, then the only option that really works is `push to remote` the other two options `create pull request` and `create draft...

bug

The documentation of the `...` attribute refers to the `map()` function. It would be a bit nicer if the reference for `reduce` would point to `reduce()` instead of `map()` ;)

documentation

in addition to the *key tools, a more mnemonic version of the tools would be nice, so one can call ```bash jose key new -u sig -R -s 2048 jose...