- 3f72821 Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
- 1e21270 crypto: fix crc64 testmgr digest byte order by Keith Busch · 3 years ago
- 93e220a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years ago
- c6ded03 crypto: dh - Remove the unused function dh_safe_prime_dh_alg() by Jiapeng Chong · 3 years ago
- 590bfb5 KEYS: asymmetric: properly validate hash_algo and encoding by Eric Biggers · 3 years, 1 month ago
- 2abc9c2 KEYS: asymmetric: enforce that sig algo matches key algo by Eric Biggers · 3 years, 1 month ago
- d3cff4a9 KEYS: remove support for asym_tpm keys by Eric Biggers · 3 years, 1 month ago
- 8bdc3e0 KEYS: x509: remove dead code that set ->unsupported_sig by Eric Biggers · 3 years, 1 month ago
- 9f8b3f3 KEYS: x509: remove never-set ->unsupported_key flag by Eric Biggers · 3 years, 1 month ago
- 7804fe9 KEYS: x509: remove unused fields by Eric Biggers · 3 years, 1 month ago
- 8f2a7b5 KEYS: x509: clearly distinguish between key and signature algorithms by Eric Biggers · 3 years, 1 month ago
- f3813f4b crypto: add rocksoft 64b crc guard tag framework by Keith Busch · 3 years ago
- 7976c14 crypto: crypto_xor - use helpers for unaligned accesses by Ard Biesheuvel · 3 years ago
- 4920a4a crypto: cleanup comments by Tom Rix · 3 years ago
- 35d2bf2 crypto: dh - calculate Q from P for the full public key verification by Nicolai Stange · 3 years ago
- 32f07cc crypto: dh - disallow plain "dh" usage in FIPS mode by Nicolai Stange · 3 years ago
- d6097b8 crypto: api - allow algs only in specific constructions in FIPS mode by Nicolai Stange · 3 years ago
- c8e8236 crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret() by Nicolai Stange · 3 years ago
- 209b7fc crypto: testmgr - add keygen tests for ffdheXYZ(dh) templates by Nicolai Stange · 3 years ago
- 1e20796 crypto: dh - implement private key generation primitive for ffdheXYZ(dh) by Nicolai Stange · 3 years ago
- 60a273e crypto: testmgr - add known answer tests for ffdheXYZ(dh) templates by Nicolai Stange · 3 years ago
- 7dce598 crypto: dh - implement ffdheXYZ(dh) templates by Nicolai Stange · 3 years ago
- d902981 crypto: dh - introduce common code for built-in safe-prime group support by Nicolai Stange · 3 years ago
- fae1989 crypto: dh - split out deserialization code from crypto_dh_decode() by Nicolai Stange · 3 years ago
- 48c6d8b crypto: dh - remove struct dh's ->q member by Nicolai Stange · 3 years ago
- 46ed526 crypto: kpp - provide support for KPP spawns by Nicolai Stange · 3 years ago
- 1038fd7 crypto: kpp - provide support for KPP template instances by Nicolai Stange · 3 years ago
- 4058cf0 crypto: engine - check if BH is disabled during completion by Corentin Labbe · 3 years ago
- f60bbbb crypto: lrw - Add dependency on ecb by Herbert Xu · 3 years, 1 month ago
- dfe085d crypto: xts - Add softdep on ecb by Herbert Xu · 3 years, 1 month ago
- 2520611 crypto: af_alg - get rid of alg_memory_allocated by Eric Dumazet · 3 years ago
- 37f36e5 crypto: hmac - disallow keys < 112 bits in FIPS mode by Stephan Müller · 3 years, 1 month ago
- c9c28ed crypto: hmac - add fips_skip support by Stephan Müller · 3 years, 1 month ago
- f9f94c9 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 1 month ago
- 388ac25 crypto: tcrypt - remove all multibuffer ahash tests by Tianjia Zhang · 3 years, 1 month ago
- c6ce9c5 crypto: api - Move cryptomgr soft dependency into algapi by Herbert Xu · 3 years, 1 month ago
- d2a02e3 lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI by Jason A. Donenfeld · 3 years, 1 month ago
- 1c16dfb crypto: memneq - avoid implicit unaligned accesses by Ard Biesheuvel · 3 years, 1 month ago
- 66eae85 crypto: authenc - Fix sleep in atomic context in decrypt_tail by Herbert Xu · 3 years, 1 month ago
- c2a28fd crypto: rsa-pkcs1pad - use clearer variable names by Eric Biggers · 3 years, 1 month ago
- a24611e crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() by Eric Biggers · 3 years, 1 month ago
- d3481ac crypto: rsa-pkcs1pad - restore signature length check by Eric Biggers · 3 years, 1 month ago
- e316f71 crypto: rsa-pkcs1pad - correctly get hash from source scatterlist by Eric Biggers · 3 years, 1 month ago
- 9b30430 crypto: rsa-pkcs1pad - only allow with rsa by Eric Biggers · 3 years, 1 month ago
- a88592c crypto: kdf - Select hmac in addition to sha256 by Herbert Xu · 3 years, 1 month ago
- 8fc5f2a crypto: testmgr - Move crypto_simd_disabled_for_test out by Herbert Xu · 3 years, 1 month ago
- ba2c149 crypto: tcrypt - add asynchronous speed test for SM3 by Tianjia Zhang · 3 years, 2 months ago
- 930ab34 crypto: x86/sm3 - add AVX assembly implementation by Tianjia Zhang · 3 years, 2 months ago
- b4784a4 crypto: sm3 - make dependent on sm3 library by Tianjia Zhang · 3 years, 2 months ago
- 1140046 crypto: sm2 - make dependent on sm3 library by Tianjia Zhang · 3 years, 2 months ago
- e56e189 lib/crypto: add prompts back to crypto libraries by Justin M. Forbes · 3 years, 1 month ago
- 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 1 month ago
- dabd40e Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 3 years, 1 month ago
- 5c947d0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 1 month ago
- 7d30198 keys: X.509 public key issuer lookup without AKID by Andrew Zaborowski · 3 years, 4 months ago
- 5f21d7d crypto: af_alg - rewrite NULL pointer check by Jiasheng Jiang · 3 years, 2 months ago
- 6048fdc lib/crypto: blake2s: include as built-in by Jason A. Donenfeld · 3 years, 2 months ago
- 304b4ac crypto: kdf - select SHA-256 required for self-test by Stephan Müller · 3 years, 2 months ago
- 96ede30 crypto: sha256 - remove duplicate generic hash init function by Tianjia Zhang · 3 years, 2 months ago
- 908dffa crypto: jitter - add oversampling of noise source by Stephan Müller · 3 years, 2 months ago
- ca3574b exit: Rename module_put_and_exit to module_put_and_kthread_exit by Eric W. Biederman · 3 years, 3 months ago
- 710ce4b crypto: jitter - quit sample collection loop upon RCT failure by Nicolai Stange · 3 years, 3 months ago
- b454fb7 crypto: jitter - don't limit ->health_failure check to FIPS mode by Nicolai Stange · 3 years, 3 months ago
- 8f79772 crypto: drbg - ignore jitterentropy errors if not in FIPS mode by Nicolai Stange · 3 years, 3 months ago
- 3219c2b crypto: dh - remove duplicate includes by Guo Zhengkui · 3 years, 3 months ago
- 330507f crypto: des - disallow des3 in FIPS mode by Stephan Müller · 3 years, 3 months ago
- 1e146c3 crypto: dh - limit key size to 2048 in FIPS mode by Stephan Müller · 3 years, 3 months ago
- 1ce1bac crypto: rsa - limit key size to 2048 in FIPS mode by Stephan Müller · 3 years, 3 months ago
- 552d03a crypto: jitter - consider 32 LSB for APT by Stephan Müller · 3 years, 3 months ago
- 026a733 crypto: kdf - add SP800-108 counter key derivation function by Stephan Müller · 3 years, 3 months ago
- 8ea5ee0 crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes() by Nicolai Stange · 3 years, 3 months ago
- 559edd4 crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errors by Nicolai Stange · 3 years, 3 months ago
- 074bcd4 crypto: drbg - make reseeding from get_random_bytes() synchronous by Nicolai Stange · 3 years, 3 months ago
- 262d83a4 crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed() by Nicolai Stange · 3 years, 3 months ago
- 2bcd254 crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() by Nicolai Stange · 3 years, 3 months ago
- ce8ce31 crypto: drbg - prepare for more fine-grained tracking of seeding state by Nicolai Stange · 3 years, 3 months ago
- a988701 crypto: testmgr - Fix wrong test case of RSA by Lei He · 3 years, 4 months ago
- c8c1095 Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linux by Linus Torvalds · 3 years, 3 months ago
- 66f4bea Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 3 months ago
- beaaaa3 crypto: api - Fix boot-up crash when crypto manager is disabled by Herbert Xu · 3 years, 4 months ago
- cf30f6a lib: zstd: Add kernel-specific API by Nick Terrell · 4 years, 6 months ago
- 1e9ed93 Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 4 months ago
- bfc484f Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 4 months ago
- 39ef085 crypto: testmgr - fix wrong key length for pkcs1pad by Lei He · 3 years, 4 months ago
- 68b6dea crypto: pcrypt - Delay write to padata->info by Daniel Jordan · 3 years, 4 months ago
- eaffe37 crypto: ecc - Export additional helper functions by Daniele Alessandrelli · 3 years, 4 months ago
- a745d3a crypto: ecc - Move ecc.h to include/crypto/internal by Daniele Alessandrelli · 3 years, 4 months ago
- 1730c5a crypto: engine - Add KPP Support to Crypto Engine by Prabhjot Khurana · 3 years, 4 months ago
- cad439f crypto: api - Do not create test larvals if manager is disabled by Herbert Xu · 3 years, 4 months ago
- 6b19b76 fs: get rid of the res2 iocb->ki_complete argument by Jens Axboe · 3 years, 4 months ago
- 3ae88f6 crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks by Horia Geantă · 3 years, 4 months ago
- 82e269a crypto: testmgr - Only disable migration in crypto_disable_simd_for_test() by Sebastian Andrzej Siewior · 3 years, 5 months ago
- e42dff4 crypto: api - Export crypto_boot_test_finished by Herbert Xu · 3 years, 5 months ago
- 38aa192 crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency by Arnd Bergmann · 3 years, 5 months ago
- adad556 crypto: api - Fix built-in testing dependency failures by Herbert Xu · 3 years, 5 months ago
- 04e85bb isystem: delete global -isystem compile option by Alexey Dobriyan · 3 years, 7 months ago
- 81f5302 crypto: drbg - Fix unused value warning in drbg_healthcheck_sanity() by Tim Gardner · 3 years, 6 months ago
- 04cb788 crypto: jitter - drop kernel-doc notation by Randy Dunlap · 3 years, 6 months ago
- 44a7d44 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 6 months ago
- 6ae51ff crypto: sha512 - remove imaginary and mystifying clearing of variables by Lukas Bulwahn · 3 years, 6 months ago