On Thu, Apr 11, 2019 at 09:57:35PM -0700, Eric Biggers wrote: > > Eric Biggers (7): > crypto: testmgr - expand ability to test for errors > crypto: testmgr - identify test vectors by name rather than number > crypto: testmgr - add helpers for fuzzing against generic > implementation > crypto: testmgr - fuzz hashes against their generic implementation > crypto: testmgr - fuzz skciphers against their generic implementation > crypto: testmgr - fuzz AEADs against their generic implementation > crypto: run initcalls for generic implementations earlier > > crypto/842.c | 2 +- > crypto/adiantum.c | 2 +- > crypto/aegis128.c | 2 +- > crypto/aegis128l.c | 2 +- > crypto/aegis256.c | 2 +- > crypto/aes_generic.c | 2 +- > crypto/algboss.c | 8 +- > crypto/ansi_cprng.c | 2 +- > crypto/anubis.c | 2 +- > crypto/arc4.c | 2 +- > crypto/authenc.c | 2 +- > crypto/authencesn.c | 2 +- > crypto/blowfish_generic.c | 2 +- > crypto/camellia_generic.c | 2 +- > crypto/cast5_generic.c | 2 +- > crypto/cast6_generic.c | 2 +- > crypto/cbc.c | 2 +- > crypto/ccm.c | 2 +- > crypto/cfb.c | 2 +- > crypto/chacha20poly1305.c | 2 +- > crypto/chacha_generic.c | 2 +- > crypto/cmac.c | 2 +- > crypto/crc32_generic.c | 2 +- > crypto/crc32c_generic.c | 2 +- > crypto/crct10dif_generic.c | 2 +- > crypto/crypto_null.c | 2 +- > crypto/ctr.c | 2 +- > crypto/cts.c | 2 +- > crypto/deflate.c | 2 +- > crypto/des_generic.c | 2 +- > crypto/dh.c | 2 +- > crypto/drbg.c | 2 +- > crypto/ecb.c | 2 +- > crypto/ecdh.c | 2 +- > crypto/echainiv.c | 2 +- > crypto/fcrypt.c | 2 +- > crypto/fips.c | 2 +- > crypto/gcm.c | 2 +- > crypto/ghash-generic.c | 2 +- > crypto/hmac.c | 2 +- > crypto/jitterentropy-kcapi.c | 2 +- > crypto/keywrap.c | 2 +- > crypto/khazad.c | 2 +- > crypto/lrw.c | 2 +- > crypto/lz4.c | 2 +- > crypto/lz4hc.c | 2 +- > crypto/lzo-rle.c | 2 +- > crypto/lzo.c | 2 +- > crypto/md4.c | 2 +- > crypto/md5.c | 2 +- > crypto/michael_mic.c | 2 +- > crypto/morus1280.c | 2 +- > crypto/morus640.c | 2 +- > crypto/nhpoly1305.c | 2 +- > crypto/ofb.c | 2 +- > crypto/pcbc.c | 2 +- > crypto/pcrypt.c | 2 +- > crypto/poly1305_generic.c | 2 +- > crypto/rmd128.c | 2 +- > crypto/rmd160.c | 2 +- > crypto/rmd256.c | 2 +- > crypto/rmd320.c | 2 +- > crypto/rsa.c | 2 +- > crypto/salsa20_generic.c | 2 +- > crypto/seed.c | 2 +- > crypto/seqiv.c | 2 +- > crypto/serpent_generic.c | 2 +- > crypto/sha1_generic.c | 2 +- > crypto/sha256_generic.c | 2 +- > crypto/sha3_generic.c | 2 +- > crypto/sha512_generic.c | 2 +- > crypto/sm3_generic.c | 2 +- > crypto/sm4_generic.c | 2 +- > crypto/streebog_generic.c | 2 +- > crypto/tcrypt.c | 2 +- > crypto/tea.c | 2 +- > crypto/testmgr.c | 989 +++++++++++++++++++++++++++++++---- > crypto/testmgr.h | 22 +- > crypto/tgr192.c | 2 +- > crypto/twofish_generic.c | 2 +- > crypto/vmac.c | 2 +- > crypto/wp512.c | 2 +- > crypto/xcbc.c | 2 +- > crypto/xts.c | 2 +- > crypto/zstd.c | 2 +- > 85 files changed, 986 insertions(+), 197 deletions(-) All applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt