index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
crypto
/
ecdsa.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-05
Revert "crypto: run initcalls for generic implementations earlier"
Herbert Xu
1
-1
/
+1
2025-04-16
crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERY
Lukas Wunner
1
-1
/
+1
2024-10-05
crypto: ecdsa - Support P1363 signature decoding
Lukas Wunner
1
-0
/
+8
2024-10-05
crypto: ecdsa - Move X9.62 signature size calculation into template
Lukas Wunner
1
-0
/
+16
2024-10-05
crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()
Lukas Wunner
1
-5
/
+5
2024-10-05
crypto: ecdsa - Move X9.62 signature decoding into template
Lukas Wunner
1
-66
/
+13
2024-10-05
crypto: ecdsa - Avoid signed integer overflow on signature decoding
Lukas Wunner
1
-12
/
+7
2024-10-05
crypto: ecdsa - Migrate to sig_alg backend
Lukas Wunner
1
-57
/
+42
2024-06-07
crypto: ecdsa - Use ecc_digits_from_bytes to convert signature
Stefan Berger
1
-10
/
+2
2024-06-07
crypto: ecdsa - Use ecc_digits_from_bytes to create hash digits array
Stefan Berger
1
-13
/
+4
2024-06-07
crypto: ecdsa - Fix the public key format description
Jarkko Sakkinen
1
-3
/
+2
2024-04-12
crypto: ecdsa - Register NIST P521 and extend test suite
Stefan Berger
1
-0
/
+31
2024-04-12
crypto: ecdsa - Rename keylen to bufsize where necessary
Stefan Berger
1
-6
/
+6
2024-04-12
crypto: ecdsa - Replace ndigits with nbits where precision is needed
Stefan Berger
1
-1
/
+1
2024-04-12
crypto: ecdsa - Extend res.x mod n calculation for NIST P521
Stefan Berger
1
-1
/
+1
2024-04-12
crypto: ecdsa - Adjust tests on length of key parameters
Stefan Berger
1
-1
/
+1
2024-04-12
crypto: ecdsa - Convert byte arrays with key coordinates to digits
Stefan Berger
1
-5
/
+9
2024-04-02
crypto: ecdsa - Fix module auto-load on add-key
Stefan Berger
1
-0
/
+3
2022-09-24
crypto: add __init/__exit annotations to init/exit funcs
Xiu Jianfeng
1
-2
/
+2
2021-10-29
crypto: ecc - Move ecc.h to include/crypto/internal
Daniele Alessandrelli
1
-1
/
+1
2021-03-26
crypto: ecdsa - Register NIST P384 and extend test suite
Saulo Alessandre
1
-1
/
+32
2021-03-26
crypto: ecdsa - Add support for ECDSA signature verification
Stefan Berger
1
-0
/
+345