-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
### Steps to reproduce
While using `OpenS…
-
If you go to set up your SSH Key for Cyborg Backup (CB) within Settings, only the options `ECDSA` and `ED25519` are available (specifically, when one presses the blue "GENERATE SSH KEY PAIR" button wi…
-
Hi guys, i am verifying ICAO CSCA and DSC certificates, their structure described by the [ICAO standard 9303 p.12](https://www.icao.int/publications/Documents/9303_p12_cons_en.pdf) and especially EC p…
-
In 3.6, many X.509 test cases depend on `MBEDTLS_PK_CAN_ECDSA_SOME`. This looks wrong.
`MBEDTLS_PK_CAN_ECDSA_SOME` indicates that either ECDSA signature or ECDSA verification is enabled, but not ne…
-
### Are you using paramiko as a client or server?
Client
### What feature(s) aren't working right?
Keys/auth
### What version(s) of paramiko are you using?
3.4.1
### What version(s) …
-
Hi,
The following code does not work for no apparent reason, and any hint for using ECDSA keys would be greatly appreciated!
```rust
use rcgen::{PKCS_ECDSA_P256_SHA256, CertificateParams};
l…
-
### Related problem
# My need
I have security needs that require the use of an ECDSA certificate allowing key exchange based on an elliptic curve algorithm.
# The problem
I have used my own EC…
-
ENV:
PC1 : python3 signaling-server.py 192.168.0.80:8888
PC2: ./client -w 124.70.42.247 -x 8888
pc3:./client -w 124.70.42.247 -x 8888
after i input the remote ID for offer, i got crash, could you…
-
Since Mbed TLS 3.5.0, it is possible to configure the library with support for ECDH but not ECC key generation. It would be unusual, because generating an ECC key is very easy (the code size gain from…
-
Hi,
I am trying to port a library [androidtv-remote](https://github.com/louis49/androidtv-remote) that was originally designed to run in a node environment to be able to run inside a react-native …