-
**What version of libfido2 are you using?**
1.13.0
**What operating system are you running?**
Ubuntu 22.04.2 LTS, 5.15.0-67-genereric kernel
**What application are you using in conjun…
-
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
…
-
**What version of libfido2 are you using?**
1.12.0-2+b1
**What operating system are you running?**
Debian bookworm
**What application are you using in conjunction with libfido2?**
Openssh 1:9…
-
The COSE spec mandates that the TBS (ie. the Sig_structure) be canonically encoded, eg. all the lengths must be encoded as short as possible. For example, a 3-byte protected header `{ alg: ES256 }`, w…
-
I'm receiving JWT from Apple for In-App-Purchases and would like to verify them when I decode them.
I'm using ruby (with ruby on rails) so I do:
```ruby
JWT.decode(params[:signedPayload], nil, …
-
### Describe the bug
I cannot update my Che server with `chectl server:update`
Everything looks fine but
```
status:
cheClusterRunning: Available
cheURL: https://che-che.xxx.xxx.org
che…
-
I am getting this error using cose-sign1 with the ES256 algorithm.
This is an error with the single signature
I am confident that the signature is correct as it works on other programs.
Is th…
-
> HashEdDSA, shortened as Ed25519ph when coupled with Edwards25519 (and where ph stands for "prehash").
-
latest version of this library
Rails 6.1.x
Ruby 2.7.5
Question/Bug converting a hash to a JWK suitable for `JWT.decode`?
(And no, after several hours of lambdas absolutely not working I am 100…
-
When EdDSA (i.e. ed25519) was added in https://github.com/square/go-jose/pull/154 / https://github.com/square/go-jose/issues/68, it made a choice that confuses me: the inner key type is `ed25519.Priva…