summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: ecdsa - Support P1363 signature decodingLukas Wunner2024-10-051-0/+8
* crypto: ecdsa - Move X9.62 signature size calculation into templateLukas Wunner2024-10-051-0/+16
* crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner2024-10-051-5/+5
* crypto: ecdsa - Move X9.62 signature decoding into templateLukas Wunner2024-10-051-66/+13
* crypto: ecdsa - Avoid signed integer overflow on signature decodingLukas Wunner2024-10-051-12/+7
* crypto: ecdsa - Migrate to sig_alg backendLukas Wunner2024-10-051-57/+42
* crypto: ecdsa - Use ecc_digits_from_bytes to convert signatureStefan Berger2024-06-071-10/+2
* crypto: ecdsa - Use ecc_digits_from_bytes to create hash digits arrayStefan Berger2024-06-071-13/+4
* crypto: ecdsa - Fix the public key format descriptionJarkko Sakkinen2024-06-071-3/+2
* crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger2024-04-121-0/+31
* crypto: ecdsa - Rename keylen to bufsize where necessaryStefan Berger2024-04-121-6/+6
* crypto: ecdsa - Replace ndigits with nbits where precision is neededStefan Berger2024-04-121-1/+1
* crypto: ecdsa - Extend res.x mod n calculation for NIST P521Stefan Berger2024-04-121-1/+1
* crypto: ecdsa - Adjust tests on length of key parametersStefan Berger2024-04-121-1/+1
* crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger2024-04-121-5/+9
* crypto: ecdsa - Fix module auto-load on add-keyStefan Berger2024-04-021-0/+3
* crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng2022-09-241-2/+2
* crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli2021-10-291-1/+1
* crypto: ecdsa - Register NIST P384 and extend test suiteSaulo Alessandre2021-03-261-1/+32
* crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger2021-03-261-0/+345