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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-05
crypto: ecdsa - Move X9.62 signature size calculation into template
Lukas Wunner
4
-34
/
+60
2024-10-05
crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()
Lukas Wunner
7
-17
/
+17
2024-10-05
crypto: ecdsa - Move X9.62 signature decoding into template
Lukas Wunner
6
-70
/
+942
2024-10-05
crypto: ecdsa - Avoid signed integer overflow on signature decoding
Lukas Wunner
1
-12
/
+7
2024-10-05
crypto: sig - Move crypto_sig_*() API calls to include file
Lukas Wunner
1
-46
/
+0
2024-10-05
crypto: akcipher - Drop sign/verify operations
Lukas Wunner
5
-221
/
+55
2024-10-05
crypto: rsassa-pkcs1 - Avoid copying hash prefix
Lukas Wunner
1
-8
/
+10
2024-10-05
crypto: rsassa-pkcs1 - Harden digest length verification
Lukas Wunner
1
-1
/
+19
2024-10-05
crypto: rsassa-pkcs1 - Migrate to sig_alg backend
Lukas Wunner
8
-342
/
+475
2024-10-05
crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacks
Lukas Wunner
1
-28
/
+2
2024-10-05
crypto: ecrdsa - Migrate to sig_alg backend
Lukas Wunner
4
-41
/
+28
2024-10-05
crypto: ecdsa - Migrate to sig_alg backend
Lukas Wunner
4
-90
/
+55
2024-10-05
crypto: sig - Introduce sig_alg backend
Lukas Wunner
3
-2
/
+269
2024-10-05
crypto: ecdsa - Drop unused test vector elements
Lukas Wunner
1
-105
/
+10
2024-09-20
KEYS: prevent NULL pointer dereference in find_asymmetric_key()
Roman Smirnov
1
-3
/
+4
2024-09-13
crypto: aegis128 - Fix indentation issue in crypto_aegis128_process_crypt()
Riyan Dhiman
1
-2
/
+3
2024-09-06
crypto: testmgr - Hide ENOENT errors
Herbert Xu
1
-1
/
+22
2024-09-06
crypto: algboss - Pass instance creation error up
Herbert Xu
1
-1
/
+2
2024-09-06
crypto: api - Fix generic algorithm self-test races
Herbert Xu
1
-7
/
+8
2024-08-30
crypto: jitter - Use min() to simplify jent_read_entropy()
Thorsten Blum
1
-4
/
+2
2024-08-24
crypto: simd - Do not call crypto_alloc_tfm during registration
Herbert Xu
1
-61
/
+15
2024-08-24
crypto: api - Do not wait for tests during registration
Herbert Xu
3
-31
/
+32
2024-08-24
crypto: api - Remove instance larval fulfilment
Herbert Xu
3
-49
/
+23
2024-08-24
crypto: jitter - set default OSR to 3
Stephan Mueller
1
-1
/
+1
2024-08-17
crypto: rsa - Check MPI allocation errors
Herbert Xu
1
-7
/
+12
2024-08-17
crypto: dh - Check mpi_rshift errors
Herbert Xu
1
-2
/
+2
2024-08-17
crypto: chacha20poly1305 - Annotate struct chachapoly_ctx with __counted_by()
Thorsten Blum
1
-1
/
+1
2024-08-02
crypto: xor - fix template benchmarking
Helge Deller
1
-17
/
+14
2024-07-13
crypto: testmgr - generate power-of-2 lengths more often
Eric Biggers
1
-4
/
+12
2024-06-28
crypto: deflate - Add aliases to deflate
Kyle Meyer
1
-0
/
+1
2024-06-28
crypto: tcrypt - add skcipher speed for given alg
Sergey Portnoy
1
-0
/
+9
2024-06-16
crypto: ecc - Fix off-by-one missing to clear most significant digit
Stefan Berger
1
-1
/
+1
2024-06-07
crypto: sm2 - Remove sm2 algorithm
Herbert Xu
10
-635
/
+2
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-06-07
crypto: testmgr - test setkey in no-SIMD context
Eric Biggers
1
-5
/
+24
2024-05-31
crypto: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
8
-0
/
+8
2024-05-31
crypto: api - Disable boot-test-finished if algapi is a module
Herbert Xu
3
-4
/
+10
2024-05-20
Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-0
/
+22
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
2
-10
/
+11
2024-05-17
crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes
Stefan Berger
1
-0
/
+22
2024-05-15
Merge tag 'asymmetric-keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
Linus Torvalds
6
-189
/
+330
2024-05-14
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-2
/
+87
2024-05-14
certs: Add ECDSA signature verification self-test
Joachim Vandersmissen
5
-0
/
+103
2024-05-14
certs: Move RSA self-test data to separate file
Joachim Vandersmissen
5
-189
/
+224
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
2
-10
/
+11
2024-05-13
Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
36
-864
/
+425
2024-05-13
KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST
Eric Biggers
1
-0
/
+2
2024-05-13
KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
Eric Biggers
1
-0
/
+1
[next]