-
Hello!
I am trying to sign JWT with RSA-2048 key using PS256, but it seems that JOSE.JWT.sign generates invalid signature.
```
$ elixir -v
Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:12:…
-
## My operating system is (include version):
Ubuntu 18.04.2 LTS
## I installed Certbot with (certbot-auto, OS package manager, pip, etc):
apt
(Certbot has version 0.23.0)
## I ran this comm…
-
There are a few json files that fails for strange reasons.
For instance, as discussed in #33, there are some public keys that use ECDSA-P384 signing algorithm, even if the `alg` field in the fields…
-
Hi, inspiring (great) tool!
I've been trying the library on nginx to redirect into VSOCK (starting from both AF_INET and AF_UNIX). It seems to work, but not 100% without issue.
Setup;
* Configu…
-
Please see log:
There are various headers which cannot be found. It seems to be pulling the `build` folder of the necessary repos, so not sure why this is failing. Please help
> Building IOS arm…
-
I am running Nginx 1.17.7 with OpenSSL 1.1.1d and with the configuration from the generator the server supports the ECDH curves ``X448`` and ``secp521r1`` for key exchange in addition to the curves sp…
-
Hi there,
First of all, thanks for your beautiful tool. Currently I'm migrating thousands of websites from acme-tiny to acmebot because of the dual certificates management (ECDSA and RSA) and the O…
-
The NitroKey 3A NFC shop advertises support for Koblitz curves:
> Elliptic curves: NIST P-256, P-384, P-521 (secp256r1/prime256v1, secp384r1/prime384v1, secp521r1/prime521v1), Ed25519/Curve25519, **K…
-
```
s_client ... -groups SM2 ...
```
执行上述形式的命令时报如下错误,
```
Error with command: "-groups SM2"
```
使用参数`-curves SM2`,`-curves curveSM2`也是类似的错误。
请问,能否指定使用SM2的椭圆曲线?
-
A lot of people use Java on their server side, which stores keys DER encoded.
It should be fairly simple to add ASN.1 identifiers and bit strings to the DER decoder. I do need to research what variou…