index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
ecdsa.c
Age
Commit message (
Expand
)
Author
2024-10-05
crypto: ecdsa - Support P1363 signature decoding
Lukas Wunner
2024-10-05
crypto: ecdsa - Move X9.62 signature size calculation into template
Lukas Wunner
2024-10-05
crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()
Lukas Wunner
2024-10-05
crypto: ecdsa - Move X9.62 signature decoding into template
Lukas Wunner
2024-10-05
crypto: ecdsa - Avoid signed integer overflow on signature decoding
Lukas Wunner
2024-10-05
crypto: ecdsa - Migrate to sig_alg backend
Lukas Wunner
2024-06-07
crypto: ecdsa - Use ecc_digits_from_bytes to convert signature
Stefan Berger
2024-06-07
crypto: ecdsa - Use ecc_digits_from_bytes to create hash digits array
Stefan Berger
2024-06-07
crypto: ecdsa - Fix the public key format description
Jarkko Sakkinen
2024-04-12
crypto: ecdsa - Register NIST P521 and extend test suite
Stefan Berger
2024-04-12
crypto: ecdsa - Rename keylen to bufsize where necessary
Stefan Berger
2024-04-12
crypto: ecdsa - Replace ndigits with nbits where precision is needed
Stefan Berger
2024-04-12
crypto: ecdsa - Extend res.x mod n calculation for NIST P521
Stefan Berger
2024-04-12
crypto: ecdsa - Adjust tests on length of key parameters
Stefan Berger
2024-04-12
crypto: ecdsa - Convert byte arrays with key coordinates to digits
Stefan Berger
2024-04-02
crypto: ecdsa - Fix module auto-load on add-key
Stefan Berger
2022-09-24
crypto: add __init/__exit annotations to init/exit funcs
Xiu Jianfeng
2021-10-29
crypto: ecc - Move ecc.h to include/crypto/internal
Daniele Alessandrelli
2021-03-26
crypto: ecdsa - Register NIST P384 and extend test suite
Saulo Alessandre
2021-03-26
crypto: ecdsa - Add support for ECDSA signature verification
Stefan Berger