summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: hmac - add fips_skip supportStephan Müller2022-02-112-0/+5
| * | crypto: tcrypt - remove all multibuffer ahash testsTianjia Zhang2022-02-051-224/+0
| * | crypto: memneq - avoid implicit unaligned accessesArd Biesheuvel2022-01-311-7/+15
| * | crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu2022-01-311-1/+1
| * | crypto: rsa-pkcs1pad - use clearer variable namesEric Biggers2022-01-311-15/+16
| * | crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers2022-01-311-0/+2
| * | crypto: rsa-pkcs1pad - restore signature length checkEric Biggers2022-01-311-1/+1
| * | crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers2022-01-311-1/+1
| * | crypto: rsa-pkcs1pad - only allow with rsaEric Biggers2022-01-311-0/+5
| * | crypto: kdf - Select hmac in addition to sha256Herbert Xu2022-01-311-0/+1
| * | crypto: testmgr - Move crypto_simd_disabled_for_test outHerbert Xu2022-01-312-3/+6
| * | crypto: tcrypt - add asynchronous speed test for SM3Tianjia Zhang2022-01-281-5/+9
| * | crypto: x86/sm3 - add AVX assembly implementationTianjia Zhang2022-01-281-0/+13
| * | crypto: sm3 - make dependent on sm3 libraryTianjia Zhang2022-01-282-127/+16
| * | crypto: sm2 - make dependent on sm3 libraryTianjia Zhang2022-01-282-20/+20
* | | KEYS: asymmetric: properly validate hash_algo and encodingEric Biggers2022-03-101-35/+76
* | | KEYS: asymmetric: enforce that sig algo matches key algoEric Biggers2022-03-103-12/+15
* | | KEYS: remove support for asym_tpm keysEric Biggers2022-03-085-1097/+0
* | | KEYS: x509: remove dead code that set ->unsupported_sigEric Biggers2022-03-081-9/+0
* | | KEYS: x509: remove never-set ->unsupported_key flagEric Biggers2022-03-083-15/+2
* | | KEYS: x509: remove unused fieldsEric Biggers2022-03-081-2/+0
* | | KEYS: x509: clearly distinguish between key and signature algorithmsEric Biggers2022-03-082-15/+19
| |/ |/|
* | crypto: af_alg - get rid of alg_memory_allocatedEric Dumazet2022-02-151-3/+0
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-02-092-1/+1
|\ \
| * | crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu2022-02-052-1/+1
| |/
* / lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-02-041-2/+2
|/
* lib/crypto: add prompts back to crypto librariesJustin M. Forbes2022-01-181-2/+0
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-2/+2
|\
| * exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-2/+2
* | Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-115-35/+96
|\ \
| * | keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski2022-01-095-35/+96
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-1113-118/+280
|\ \
| * | crypto: af_alg - rewrite NULL pointer checkJiasheng Jiang2022-01-071-2/+5
| * | crypto: kdf - select SHA-256 required for self-testStephan Müller2021-12-311-1/+1
| * | crypto: sha256 - remove duplicate generic hash init functionTianjia Zhang2021-12-311-14/+2
| * | crypto: jitter - add oversampling of noise sourceStephan Müller2021-12-311-2/+21
| * | crypto: jitter - quit sample collection loop upon RCT failureNicolai Stange2021-12-111-1/+1
| * | crypto: jitter - don't limit ->health_failure check to FIPS modeNicolai Stange2021-12-113-11/+0
| * | crypto: drbg - ignore jitterentropy errors if not in FIPS modeNicolai Stange2021-12-111-2/+5
| * | crypto: dh - remove duplicate includesGuo Zhengkui2021-12-111-1/+0
| * | crypto: des - disallow des3 in FIPS modeStephan Müller2021-11-261-9/+0
| * | crypto: dh - limit key size to 2048 in FIPS modeStephan Müller2021-11-261-0/+4
| * | crypto: rsa - limit key size to 2048 in FIPS modeStephan Müller2021-11-261-0/+4
| * | crypto: jitter - consider 32 LSB for APTStephan Müller2021-11-261-2/+1
| * | crypto: kdf - add SP800-108 counter key derivation functionStephan Müller2021-11-263-0/+162
| * | crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Nicolai Stange2021-11-261-1/+25
| * | crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsNicolai Stange2021-11-261-8/+8
| * | crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2021-11-261-51/+11
| * | crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange2021-11-261-9/+21
| * | crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2021-11-261-4/+8