-
### 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
**hello ,
i've pr…
-
creates an ECDSA key using the TPM, signs a data file using the TPM and validates the signature:
tpm2tss-genkey -a ecdsa mykey
OK
openssl pkeyutl -engine tpm2tss -keyform engine -inkey mykey…
-
use m2crypto, pycryptodome, cryptography or some other native library to accelerate ECDSA and ECDHE operations
some mechanism similar to the one used for RSA keys should be used to select the backe…
-
Since [dovecot](https://wiki.dovecot.org/SSL/DovecotConfiguration#Multiple_SSL_certificates), [postfix](http://www.postfix.org/TLS_README.html), [nginx](http://nginx.org/en/docs/http/ngx_http_ssl_modu…
-
Is anyone currently working on a 2P-ECDSA module, or know of a current implementation using libsecp256k1?
If not, I'm interested in implementing one.
-
kylef updated
7 years ago
-
I'm using ecdsa secp256r1. The signature and key pairs are generated using Java. I try to verify the signature. However, it looks like verifySignature function only accept signature with length equals…
-
Currently there is no support for the ECDSA family of algorithms.
-
This issue is about the fate of `MBEDTLS_ECDSA_DETERMINISTIC` in TF-PSA-Crypto 1.0 and Mbed TLS 4.0.
In Mbed TLS ≤3.x, this option controls which variant of ECDSA signature is performed. This affec…
-
Currently is possible to derivate a user-password to a AES key, using the PBKDF2. However, it's not possible to create a ECDSA key.
I think it's possible to take the PBKDF2 result and create the EC…