index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Lines
2024-04-12
crypto: ecdsa - Register NIST P521 and extend test suite
Stefan Berger
-0
/
+184
2024-04-12
crypto: ecdsa - Rename keylen to bufsize where necessary
Stefan Berger
-6
/
+6
2024-04-12
crypto: ecdsa - Replace ndigits with nbits where precision is needed
Stefan Berger
-1
/
+1
2024-04-12
crypto: ecc - Add NIST P521 curve parameters
Stefan Berger
-0
/
+47
2024-04-12
crypto: ecc - Add special case for NIST P521 in ecc_point_mult
Stefan Berger
-1
/
+4
2024-04-12
crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
Stefan Berger
-0
/
+25
2024-04-12
crypto: ecc - Add nbits field to ecc_curve structure
Stefan Berger
-0
/
+9
2024-04-12
crypto: ecdsa - Extend res.x mod n calculation for NIST P521
Stefan Berger
-1
/
+1
2024-04-12
crypto: ecdsa - Adjust tests on length of key parameters
Stefan Berger
-1
/
+1
2024-04-12
crypto: ecdsa - Convert byte arrays with key coordinates to digits
Stefan Berger
-5
/
+9
2024-04-12
crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possible
Stefan Berger
-6
/
+6
2024-04-12
crypto: algboss - remove NULL check in cryptomgr_schedule_probe()
Roman Smirnov
-3
/
+0
2024-04-12
crypto: ecc - remove checks in crypto_ecdh_shared_secret() and ecc_make_pub_k...
Roman Smirnov
-2
/
+2
2024-04-05
crypto: jitter - Replace http with https
Thorsten Blum
-1
/
+1
2024-04-05
crypto: jitter - Remove duplicate word in comment
Thorsten Blum
-1
/
+1
2024-04-05
crypto: ecdh - explicitly zeroize private_key
Joachim Vandersmissen
-0
/
+2
2024-04-05
crypto: fips - Remove the now superfluous sentinel element from ctl_table array
Joel Granados
-1
/
+0
2024-04-05
crypto: jitter - Use kvfree_sensitive() to fix Coccinelle warning
Thorsten Blum
-2
/
+1
2024-04-02
crypto: ecdsa - Fix module auto-load on add-key
Stefan Berger
-0
/
+3
2024-04-02
crypto: ecc - update ecc_gen_privkey for FIPS 186-5
Joachim Vandersmissen
-12
/
+17
2024-04-02
crypto: ecrdsa - Fix module auto-load on add_key
Vitaly Chikunov
-0
/
+1
2024-04-02
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
-744
/
+42
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
-2
/
+2
2024-03-25
Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
-2
/
+98
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-0
/
+3
2024-03-22
Revert "crypto: pkcs7 - remove sha1 support"
Eric Biggers
-2
/
+98
2024-03-15
Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
-64
/
+110
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+1
2024-03-13
Revert "crypto: remove CONFIG_CRYPTO_STATS"
Herbert Xu
-47
/
+760
2024-03-08
crypto: scomp - remove memcpy if sg_nents is 1 and pages are lowmem
Barry Song
-7
/
+29
2024-03-08
crypto: tcrypt - add ffdhe2048(dh) test
Vladis Dronov
-0
/
+3
2024-03-01
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
-760
/
+47
2024-03-01
crypto: dh - Make public key test FIPS-only
Herbert Xu
-28
/
+29
2024-02-24
crypto: jitter - fix CRYPTO_JITTERENTROPY help text
Randy Dunlap
-2
/
+3
2024-02-24
crypto: lskcipher - Copy IV in lskcipher glue code always
Herbert Xu
-4
/
+2
2024-02-22
treewide: update LLVM Bugzilla links
Nathan Chancellor
-1
/
+1
2024-02-09
crypto: rsa - restrict plaintext/ciphertext values more
Joachim Vandersmissen
-4
/
+32
2024-02-02
crypto: ahash - unexport crypto_hash_alg_has_setkey()
Eric Biggers
-11
/
+10
2024-02-02
crypto: algif_hash - Remove bogus SGL free on zero-length error path
Herbert Xu
-2
/
+3
2024-02-02
crypto: cbc - Ensure statesize is zero
Herbert Xu
-0
/
+3
2024-01-26
crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c
Joachim Vandersmissen
-8
/
+0
2024-01-26
crypto: asymmetric_keys - remove redundant pointer secs
Colin Ian King
-2
/
+2
2024-01-26
crypto: pcbc - remove redundant assignment to nbytes
Colin Ian King
-2
/
+2
2024-01-22
RISC-V: hook new crypto subdir into build-system
Heiko Stuebner
-0
/
+3
2023-12-29
crypto: scomp - fix req->dst buffer overflow
Chengming Zhou
-0
/
+6
2023-12-22
crypto: skcipher - Pass statesize for simple lskcipher instances
Herbert Xu
-0
/
+1
2023-12-15
crypto: api - Disallow identical driver names
Herbert Xu
-0
/
+1
2023-12-15
crypto: iaa - Add support for deflate-iaa compression algorithm
Tom Zanussi
-0
/
+10
2023-12-08
crypto: algif_skcipher - Fix stream cipher chaining
Herbert Xu
-3
/
+69
2023-12-08
crypto: arc4 - Add internal state
Herbert Xu
-1
/
+10
[prev]
[next]