index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
testmgr.c
Age
Commit message (
Expand
)
Author
2024-04-12
crypto: ecdsa - Register NIST P521 and extend test suite
Stefan Berger
2024-01-26
crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c
Joachim Vandersmissen
2023-12-15
crypto: iaa - Add support for deflate-iaa compression algorithm
Tom Zanussi
2023-12-08
crypto: testmgr - Remove cfb and ofb
Herbert Xu
2023-11-17
crypto: drbg - Remove SHA1 from drbg
Dimitri John Ledkov
2023-11-01
crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct place
Eric Biggers
2023-10-27
crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 support
Dimitri John Ledkov
2023-10-27
crypto: testmgr - stop checking crypto_ahash_alignmask
Eric Biggers
2023-10-27
crypto: testmgr - stop checking crypto_shash_alignmask
Eric Biggers
2023-10-13
crypto: arc4 - Convert from skcipher to lskcipher
Herbert Xu
2023-10-12
crypto: testmgr - Remove zlib-deflate
Herbert Xu
2023-09-20
crypto: testmgr - Add support for lskcipher algorithms
Herbert Xu
2023-04-20
crypto: testmgr - Add some test vectors for cmac(camellia)
David Howells
2023-03-14
crypto: testmgr - fix RNG performance in fuzz tests
Eric Biggers
2023-02-10
crypto: testmgr - add diff-splits of src/dst into default cipher config
Zhang Yiqun
2023-01-27
crypto: testmgr - disallow certain DRBG hash functions in FIPS mode
Vladis Dronov
2023-01-06
crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS mode
Nicolai Stange
2023-01-06
crypto: testmgr - disallow plain ghash in FIPS mode
Nicolai Stange
2023-01-06
crypto: testmgr - disallow plain cbcmac(aes) in FIPS mode
Nicolai Stange
2022-12-14
Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-18
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-04
crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectors
Tianjia Zhang
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-09-02
crypto: testmgr - fix indentation for test_acomp() args
Lucas Segarra Fernandez
2022-08-19
crypto: testmgr - don't generate WARN for missing modules
Robert Elliott
2022-08-19
crypto: testmgr - extend acomp tests for NULL destination buffer
Lucas Segarra Fernandez
2022-07-15
crypto: testmgr - add ARIA testmgr tests
Taehee Yoo
2022-06-10
crypto: blake2s - remove shash module
Jason A. Donenfeld
2022-06-10
crypto: hctr2 - Add HCTR2 support
Nathan Huckleberry
2022-06-10
crypto: polyval - Add POLYVAL support
Nathan Huckleberry
2022-06-10
crypto: xctr - Add XCTR support
Nathan Huckleberry
2022-04-08
crypto: testmgr - test in-place en/decryption with two sglists
Eric Biggers
2022-03-26
Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-07
crypto: add rocksoft 64b crc guard tag framework
Keith Busch
2022-03-03
crypto: dh - disallow plain "dh" usage in FIPS mode
Nicolai Stange
2022-03-03
crypto: api - allow algs only in specific constructions in FIPS mode
Nicolai Stange
2022-03-03
crypto: testmgr - add known answer tests for ffdheXYZ(dh) templates
Nicolai Stange
2022-02-11
crypto: hmac - add fips_skip support
Stephan Müller
2022-01-31
crypto: testmgr - Move crypto_simd_disabled_for_test out
Herbert Xu
2021-11-26
crypto: des - disallow des3 in FIPS mode
Stephan Müller
2021-10-08
crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()
Sebastian Andrzej Siewior
2021-08-21
crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm
Tianjia Zhang
2021-06-28
crypto: drbg - self test for HMAC(SHA-512)
Stephan Müller
2021-05-28
crypto: ecdh - add test suite for NIST P384
Hui Tang
2021-05-28
crypto: ecdh - fix ecdh-nist-p192's entry in testmgr
Hui Tang
2021-03-26
Merge branch 'ecc'
Herbert Xu
[next]