-
In preparation for [this](https://community.letsencrypt.org/t/support-ed25519-and-ed448/69868), can we get support for those keys?
Doesn't seem to be present in `1.1.0`:
````
$ python3
Python …
-
What would it take to support ed25519? Right now this throws when it cant find RSA or DSA: https://github.com/dominictarr/ssh-key-to-pem/blob/master/index.js#L199-L211
Any crazy issues with adding su…
-
* Version: 0.2.0-beta.3
* Python: 3.5.5
* OS: osx
### What was wrong?
Nothing is wrong
### How can it be fixed?
Inherit BaseECCBackend and implement ED25519
-
We should be using publicKeyJwK and normal JOSE libraries...
https://github.com/transmute-industries/lds-jws2020
It would also be excellent to suppport protocol keys that are Ed25519 (primary, r…
-
Hello,
I'd like to use this lib to first generate a Ed25519 keypair on HSM. I know that OpenSSL currently supports Ed25519, but i can't find it in the list of curve names here. Is there any way to cr…
-
I realize this may not be possible if the linked SSH library or android provide no support for it.
The algorithm has been around for a decade now. In the recent years it has been preferred over RSA…
-
### Description
When setting `enable_local_storage = true` in kube.tf, two StorageClasses are created, as expected:
```
$ kubectl get storageclass
NAME PROVISIONER …
-
Vynlar, from our discord, is looking for functions to make discord bots. Specifically, a way to verify ed5519 signatures, as indicated in https://discord.com/developers/docs/interactions/receiving-and…
-
I am trying to create x509 certs by following code mentioned in [x.509](https://github.com/digitalbazaar/forge#x509) but for generating keys instead of RSA, I am using [ed25519](https://github.com/dig…
-
**Provide the location of the issue**
cPP FCS_CKM.1 and FCS_COP.1/SigGen
**What is the enhancement request for the cPP? Please describe.**
Ed25519 was added as per #127 but Ed448 was not. Ed448 now …