index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
41 hours
1
-1
/
+1
|
\
|
*
crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
2024-10-03
1
-1
/
+1
*
|
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
42 hours
23
-1055
/
+2330
|
\
\
|
*
|
crypto: rsassa-pkcs1 - Reinstate support for legacy protocols
Lukas Wunner
11 days
4
-5
/
+78
|
*
|
crypto: asymmetric_keys - Remove unused functions
Dr. David Alan Gilbert
2024-11-02
1
-63
/
+0
|
*
|
crypto: api - move crypto_simd_disabled_for_test to lib
Eric Biggers
2024-10-28
1
-6
/
+0
|
*
|
crypto: crc32c - Provide crc32c-arch driver for accelerated library code
Ard Biesheuvel
2024-10-28
2
-22
/
+73
|
*
|
crypto: crc32 - Provide crc32-arch driver for accelerated library code
Ard Biesheuvel
2024-10-28
2
-24
/
+71
|
*
|
crypto: drbg - Use str_true_false() and str_enabled_disabled() helpers
Thorsten Blum
2024-10-28
1
-2
/
+3
|
*
|
crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return ...
Yi Yang
2024-10-28
1
-4
/
+8
|
*
|
crypto: ecdsa - Update Kconfig help text for NIST P521
Lukas Wunner
2024-10-28
1
-1
/
+1
|
*
|
crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keys
Lukas Wunner
2024-10-26
1
-12
/
+24
|
*
|
crypto: jitter - output full sample from test interface
Joachim Vandersmissen
2024-10-19
2
-17
/
+18
|
*
|
crypto: ecrdsa - Fix signature size calculation
Lukas Wunner
2024-10-05
1
-0
/
+8
|
*
|
crypto: ecdsa - Support P1363 signature decoding
Lukas Wunner
2024-10-05
6
-1
/
+216
|
*
|
crypto: ecdsa - Move X9.62 signature size calculation into template
Lukas Wunner
2024-10-05
4
-34
/
+60
|
*
|
crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()
Lukas Wunner
2024-10-05
7
-17
/
+17
|
*
|
crypto: ecdsa - Move X9.62 signature decoding into template
Lukas Wunner
2024-10-05
6
-70
/
+942
|
*
|
crypto: ecdsa - Avoid signed integer overflow on signature decoding
Lukas Wunner
2024-10-05
1
-12
/
+7
|
*
|
crypto: sig - Move crypto_sig_*() API calls to include file
Lukas Wunner
2024-10-05
1
-46
/
+0
|
*
|
crypto: akcipher - Drop sign/verify operations
Lukas Wunner
2024-10-05
5
-221
/
+55
|
*
|
crypto: rsassa-pkcs1 - Avoid copying hash prefix
Lukas Wunner
2024-10-05
1
-8
/
+10
|
*
|
crypto: rsassa-pkcs1 - Harden digest length verification
Lukas Wunner
2024-10-05
1
-1
/
+19
|
*
|
crypto: rsassa-pkcs1 - Migrate to sig_alg backend
Lukas Wunner
2024-10-05
8
-342
/
+475
|
*
|
crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacks
Lukas Wunner
2024-10-05
1
-28
/
+2
|
*
|
crypto: ecrdsa - Migrate to sig_alg backend
Lukas Wunner
2024-10-05
4
-41
/
+28
|
*
|
crypto: ecdsa - Migrate to sig_alg backend
Lukas Wunner
2024-10-05
4
-90
/
+55
|
*
|
crypto: sig - Introduce sig_alg backend
Lukas Wunner
2024-10-05
3
-2
/
+269
|
*
|
crypto: ecdsa - Drop unused test vector elements
Lukas Wunner
2024-10-05
1
-105
/
+10
|
|
/
*
|
Merge tag 'v6.12-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-10-16
2
-13
/
+12
|
\
\
|
*
|
crypto: testmgr - Hide ENOENT errors better
Herbert Xu
2024-10-10
1
-12
/
+11
|
*
|
crypto: api - Fix liveliness check in crypto_alg_tested
Herbert Xu
2024-10-10
1
-1
/
+1
*
|
|
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
26
-26
/
+26
|
|
/
|
/
|
*
|
KEYS: prevent NULL pointer dereference in find_asymmetric_key()
Roman Smirnov
2024-09-20
1
-3
/
+4
|
/
*
crypto: aegis128 - Fix indentation issue in crypto_aegis128_process_crypt()
Riyan Dhiman
2024-09-13
1
-2
/
+3
*
crypto: testmgr - Hide ENOENT errors
Herbert Xu
2024-09-06
1
-1
/
+22
*
crypto: algboss - Pass instance creation error up
Herbert Xu
2024-09-06
1
-1
/
+2
*
crypto: api - Fix generic algorithm self-test races
Herbert Xu
2024-09-06
1
-7
/
+8
*
crypto: jitter - Use min() to simplify jent_read_entropy()
Thorsten Blum
2024-08-30
1
-4
/
+2
*
crypto: simd - Do not call crypto_alloc_tfm during registration
Herbert Xu
2024-08-24
1
-61
/
+15
*
crypto: api - Do not wait for tests during registration
Herbert Xu
2024-08-24
3
-31
/
+32
*
crypto: api - Remove instance larval fulfilment
Herbert Xu
2024-08-24
3
-49
/
+23
*
crypto: jitter - set default OSR to 3
Stephan Mueller
2024-08-24
1
-1
/
+1
*
crypto: rsa - Check MPI allocation errors
Herbert Xu
2024-08-17
1
-7
/
+12
*
crypto: dh - Check mpi_rshift errors
Herbert Xu
2024-08-17
1
-2
/
+2
*
crypto: chacha20poly1305 - Annotate struct chachapoly_ctx with __counted_by()
Thorsten Blum
2024-08-17
1
-1
/
+1
*
crypto: xor - fix template benchmarking
Helge Deller
2024-08-02
1
-17
/
+14
*
crypto: testmgr - generate power-of-2 lengths more often
Eric Biggers
2024-07-13
1
-4
/
+12
*
crypto: deflate - Add aliases to deflate
Kyle Meyer
2024-06-28
1
-0
/
+1
*
crypto: tcrypt - add skcipher speed for given alg
Sergey Portnoy
2024-06-28
1
-0
/
+9
[next]