- 0e48eaf KEYS: asymmetric: enforce SM2 signature use pkey algo by Tianjia Zhang · 3 years, 6 months ago
- d721986 crypto: memneq - move into lib/ by Jason A. Donenfeld · 3 years, 7 months ago
- 76badb0 crypto: cryptd - Protect per-CPU resource by disabling BH. by Sebastian Andrzej Siewior · 3 years, 8 months ago
- 6a1cc25 crypto: ecrdsa - Fix incorrect use of vli_cmp by Vitaly Chikunov · 3 years, 9 months ago
- 44f1ce5 crypto: drbg - make reseeding from get_random_bytes() synchronous by Nicolai Stange · 3 years, 7 months ago
- e744e34 crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed() by Nicolai Stange · 3 years, 7 months ago
- 54700e8 crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() by Nicolai Stange · 3 years, 7 months ago
- b2bef55 crypto: drbg - prepare for more fine-grained tracking of seeding state by Nicolai Stange · 3 years, 7 months ago
- 630192a lib/crypto: add prompts back to crypto libraries by Justin M. Forbes · 3 years, 7 months ago
- 849e7b7 random: replace custom notifier chain with standard one by Jason A. Donenfeld · 3 years, 10 months ago
- ae33c50 lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI by Jason A. Donenfeld · 4 years ago
- 62531d4 lib/crypto: blake2s: include as built-in by Jason A. Donenfeld · 4 years ago
- 6c362b7 crypto: blake2s - share the "shash" API boilerplate code by Eric Biggers · 5 years ago
- e467a55 crypto: blake2s - remove unneeded includes by Eric Biggers · 5 years ago
- 89f9ee9 crypto: blake2s - define shash_alg structs using macros by Eric Biggers · 5 years ago
- ec1d372 crypto: authenc - Fix sleep in atomic context in decrypt_tail by Herbert Xu · 4 years ago
- 37d2b4f crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() by Eric Biggers · 4 years ago
- b89fb8b crypto: rsa-pkcs1pad - restore signature length check by Eric Biggers · 4 years ago
- f38c318 crypto: rsa-pkcs1pad - correctly get hash from source scatterlist by Eric Biggers · 4 years ago
- c1db3f4 crypto: rsa-pkcs1pad - only allow with rsa by Eric Biggers · 4 years ago
- 2951d21 crypto: api - Move cryptomgr soft dependency into algapi by Herbert Xu · 4 years ago
- 8a6371d crypto: jitter - consider 32 LSB for APT by Stephan Müller · 4 years, 1 month ago
- 71ec65c crypto: pcrypt - Delay write to padata->info by Daniel Jordan · 4 years, 2 months ago
- 66f7de1 crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency by Arnd Bergmann · 4 years, 3 months ago
- cd909eb crypto: sm2 - fix a memory leak in sm2 by Hongbo Li · 4 years, 7 months ago
- d598b8b crypto: sm2 - remove unnecessary reset operations by Tianjia Zhang · 5 years ago
- c34f391 crypto: shash - avoid comparing pointers to exported functions under CFI by Ard Biesheuvel · 4 years, 7 months ago
- bf240fee async_xor: check src_offs is not NULL before updating it by Xiao Ni · 4 years, 7 months ago
- cab2e8e async_xor: increase src_offs when dropping destination page by Xiao Ni · 4 years, 8 months ago
- 015cc7a crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS by Eric Biggers · 4 years, 10 months ago
- 92f3337 crypto: api - check for ERR pointers in crypto_destroy_tfm() by Ard Biesheuvel · 4 years, 10 months ago
- b0454a2 crypto: mips/poly1305 - enable for all MIPS processors by Maciej W. Rozycki · 4 years, 10 months ago
- ed51ffe crypto: tcrypt - avoid signed overflow in byte count by Ard Biesheuvel · 5 years ago
- 84c93e8 crypto: michael_mic - fix broken misalignment handling by Ard Biesheuvel · 5 years ago
- ea914be crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key() by Daniele Alessandrelli · 5 years ago
- 367733d crypto: xor - Fix divide error in do_xor_speed() by Kirill Tkhai · 5 years ago
- 90bd4a0 X.509: Fix crash caused by NULL pointer by Tianjia Zhang · 5 years ago
- 80a3644 crypto: asym_tpm: correct zero out potential secrets by Greg Kroah-Hartman · 5 years ago
- 3f20005 crypto: ecdh - avoid buffer overflow in ecdh_set_secret() by Ard Biesheuvel · 5 years ago
- c49bfdb crypto: ecdh - avoid unaligned accesses in ecdh_set_secret() by Ard Biesheuvel · 5 years ago
- 4110602 crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the manager by Jason A. Donenfeld · 5 years ago
- 709b2d0 crypto: af_alg - avoid undefined behavior accessing salg_name by Eric Biggers · 5 years ago
- 7cd4ecd Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
- 3093e7c X.509: Fix modular build of public_key_sm2 by Herbert Xu · 5 years ago
- 10b0f78 crypto: xor - Remove unused variable count in do_xor_speed by Nathan Chancellor · 5 years ago
- 4f28945 X.509: fix error return value on the failed path by Tianjia Zhang · 5 years ago
- c055e3e crypto: xor - use ktime for template benchmarking by Ard Biesheuvel · 5 years ago
- 524ccdb crypto: xor - defer load time benchmark to a later time by Ard Biesheuvel · 5 years ago
- 2155256 X.509: support OSCCA SM2-with-SM3 certificate verification by Tianjia Zhang · 5 years ago
- 254f84f X.509: support OSCCA certificate parse by Tianjia Zhang · 5 years ago
- 8b805b9 crypto: sm2 - add SM2 test vectors to testmgr by Tianjia Zhang · 5 years ago
- 2b40386 crypto: testmgr - Fix potential memory leak in test_akcipher_one() by Tianjia Zhang · 5 years ago
- a1f62c2 crypto: testmgr - support test with different ciphertext per encryption by Tianjia Zhang · 5 years ago
- ea7ecb6 crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm by Tianjia Zhang · 5 years ago
- f492828 crypto: sm3 - export crypto_sm3_final function by Tianjia Zhang · 5 years ago
- 77ebdab crypto: af_alg - add extra parameters for DRBG interface by Elena Petrova · 5 years ago
- fde2f57 crypto: proc - Removing some useless only space lines by Corentin Labbe · 5 years ago
- 4f86ff5 md/raid6: let async recovery function support different page offset by Yufen Yu · 5 years ago
- d69454b md/raid6: let syndrome computor support different page offset by Yufen Yu · 5 years ago
- 29bcff7 md/raid5: add new xor function to support different page offset by Yufen Yu · 5 years ago
- 1674aea crypto: Kconfig - mark unused ciphers as obsolete by Ard Biesheuvel · 5 years ago
- 5f254dd crypto: cbc - Remove cbc.h by Herbert Xu · 5 years ago
- 9ace677 crypto: arc4 - mark ecb(arc4) skcipher as obsolete by Ard Biesheuvel · 5 years ago
- e43327c Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
- e73d340 crypto: ahash - Add init_tfm/exit_tfm by Herbert Xu · 5 years ago
- c195d66 crypto: af_alg - Work around empty control messages without MSG_MORE by Herbert Xu · 5 years ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 5 years ago
- 8afa25a crypto: hash - Remove unused async iterators by Ira Weiny · 5 years ago
- ba974ad crypto: tcrypt - Add support for hash speed testing with keys by Herbert Xu · 5 years ago
- cbdad1f crypto: algif_aead - Do not set MAY_BACKLOG on the async path by Herbert Xu · 5 years ago
- 2a05b02 crypto: algif_skcipher - EBUSY on aio should be an error by Herbert Xu · 5 years ago
- 129a4db crypto: tcrypt - delete duplicated words in messages by Randy Dunlap · 5 years ago
- 40a3af4 crypto: engine - delete duplicated word by Randy Dunlap · 5 years ago
- 71952d7 crypto: crct10dif_generic - fix duplicated words by Randy Dunlap · 5 years ago
- 743b915 crypto: crc32c_generic - delete and fix duplicated words by Randy Dunlap · 5 years ago
- 4eb57bc crypto: algif_aead - delete duplicated word by Randy Dunlap · 5 years ago
- 0c3dc78 crypto: algapi - Remove skbuff.h inclusion by Herbert Xu · 5 years ago
- 1dbb920 crypto: algapi - Move crypto_yield into internal.h by Herbert Xu · 5 years ago
- d9361cb Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
- 21dfbcd1 crypto: algif_aead - fix uninitialized ctx->init by Ondrej Mosnacek · 5 years ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 5 years ago
- 6d2b84a Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
- 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
- ab5c60b7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
- 958ea4e crypto: xts - Replace memcpy() invocation with simple assignment by Ard Biesheuvel · 5 years ago
- 6914dd5 crypto: ecc - SP800-56A rev 3 local public key validation by Stephan Müller · 5 years ago
- 2ed5ba6 crypto: dh - SP800-56A rev 3 local public key validation by Stephan Müller · 5 years ago
- 90fa9ae crypto: dh - check validity of Z before export by Stephan Müller · 5 years ago
- e7d2b41 crypto: ecdh - check validity of Z before export by Stephan Müller · 5 years ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 5 years ago
- e493b31 crypto: testmgr - delete duplicated words by Randy Dunlap · 5 years ago
- 9332a9e crypto: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 5 years ago
- 3f25719 padata: fold padata_alloc_possible() into padata_alloc() by Daniel Jordan · 5 years ago
- 350ef05 padata: remove stop function by Daniel Jordan · 5 years ago
- bd25b488 padata: remove start function by Daniel Jordan · 5 years ago
- a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 5 years ago
- e456ef6 crypto: lrw - prefix function and struct names with "lrw" by Eric Biggers · 5 years ago