index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
testmgr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-12-02
1
-1
/
+1
*
Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-11-19
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
2024-11-19
1
-102
/
+224
|
\
\
|
*
|
crypto: rsassa-pkcs1 - Reinstate support for legacy protocols
Lukas Wunner
2024-11-10
1
-0
/
+6
|
*
|
crypto: ecdsa - Support P1363 signature decoding
Lukas Wunner
2024-10-05
1
-0
/
+18
|
*
|
crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()
Lukas Wunner
2024-10-05
1
-1
/
+1
|
*
|
crypto: ecdsa - Move X9.62 signature decoding into template
Lukas Wunner
2024-10-05
1
-0
/
+27
|
*
|
crypto: akcipher - Drop sign/verify operations
Lukas Wunner
2024-10-05
1
-83
/
+36
|
*
|
crypto: rsassa-pkcs1 - Migrate to sig_alg backend
Lukas Wunner
2024-10-05
1
-9
/
+13
|
*
|
crypto: ecrdsa - Migrate to sig_alg backend
Lukas Wunner
2024-10-05
1
-2
/
+2
|
*
|
crypto: ecdsa - Migrate to sig_alg backend
Lukas Wunner
2024-10-05
1
-9
/
+8
|
*
|
crypto: sig - Introduce sig_alg backend
Lukas Wunner
2024-10-05
1
-0
/
+115
|
|
/
*
/
crypto: testmgr - Hide ENOENT errors better
Herbert Xu
2024-10-10
1
-12
/
+11
|
/
*
crypto: testmgr - Hide ENOENT errors
Herbert Xu
2024-09-06
1
-1
/
+22
*
crypto: testmgr - generate power-of-2 lengths more often
Eric Biggers
2024-07-13
1
-4
/
+12
*
crypto: sm2 - Remove sm2 algorithm
Herbert Xu
2024-06-07
1
-6
/
+0
*
crypto: testmgr - test setkey in no-SIMD context
Eric Biggers
2024-06-07
1
-5
/
+24
*
crypto: ecdsa - Register NIST P521 and extend test suite
Stefan Berger
2024-04-12
1
-0
/
+7
*
crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c
Joachim Vandersmissen
2024-01-26
1
-8
/
+0
*
crypto: iaa - Add support for deflate-iaa compression algorithm
Tom Zanussi
2023-12-15
1
-0
/
+10
*
crypto: testmgr - Remove cfb and ofb
Herbert Xu
2023-12-08
1
-39
/
+0
*
crypto: drbg - Remove SHA1 from drbg
Dimitri John Ledkov
2023-11-17
1
-21
/
+4
*
crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct place
Eric Biggers
2023-11-01
1
-5
/
+5
*
crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 support
Dimitri John Ledkov
2023-10-27
1
-0
/
+12
*
crypto: testmgr - stop checking crypto_ahash_alignmask
Eric Biggers
2023-10-27
1
-6
/
+3
*
crypto: testmgr - stop checking crypto_shash_alignmask
Eric Biggers
2023-10-27
1
-3
/
+2
*
crypto: arc4 - Convert from skcipher to lskcipher
Herbert Xu
2023-10-13
1
-1
/
+1
*
crypto: testmgr - Remove zlib-deflate
Herbert Xu
2023-10-12
1
-10
/
+0
*
crypto: testmgr - Add support for lskcipher algorithms
Herbert Xu
2023-09-20
1
-0
/
+19
*
crypto: testmgr - Add some test vectors for cmac(camellia)
David Howells
2023-04-20
1
-0
/
+6
*
crypto: testmgr - fix RNG performance in fuzz tests
Eric Biggers
2023-03-14
1
-97
/
+169
*
crypto: testmgr - add diff-splits of src/dst into default cipher config
Zhang Yiqun
2023-02-10
1
-0
/
+8
*
crypto: testmgr - disallow certain DRBG hash functions in FIPS mode
Vladis Dronov
2023-01-27
1
-4
/
+0
*
crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS mode
Nicolai Stange
2023-01-06
1
-0
/
+2
*
crypto: testmgr - disallow plain ghash in FIPS mode
Nicolai Stange
2023-01-06
1
-1
/
+0
*
crypto: testmgr - disallow plain cbcmac(aes) in FIPS mode
Nicolai Stange
2023-01-06
1
-1
/
+0
*
Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2022-12-14
1
-0
/
+19
|
\
|
*
crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectors
Tianjia Zhang
2022-11-04
1
-0
/
+19
*
|
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2022-12-13
1
-2
/
+2
|
\
\
|
*
|
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-2
/
+2
|
|
/
*
|
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
2022-11-18
1
-5
/
+5
*
|
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-43
/
+43
|
/
*
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-12
1
-4
/
+4
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-12
1
-43
/
+43
*
crypto: testmgr - fix indentation for test_acomp() args
Lucas Segarra Fernandez
2022-09-02
1
-1
/
+1
*
crypto: testmgr - don't generate WARN for missing modules
Robert Elliott
2022-08-19
1
-2
/
+5
*
crypto: testmgr - extend acomp tests for NULL destination buffer
Lucas Segarra Fernandez
2022-08-19
1
-0
/
+29
*
crypto: testmgr - add ARIA testmgr tests
Taehee Yoo
2022-07-15
1
-0
/
+31
*
crypto: blake2s - remove shash module
Jason A. Donenfeld
2022-06-10
1
-24
/
+0
[next]