aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2022-06-12crypto: memneq - move into lib/Jason A. Donenfeld
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-05-23certs: Factor out the blacklist hash creationMickaël Salaün
2022-05-13crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior
2022-04-29crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov
2022-04-08crypto: testmgr - test in-place en/decryption with two sglistsEric Biggers
2022-04-08crypto: engine - Add parameter description in crypto_transfer_request() kerne...Yang Li
2022-04-08crypto: sm4 - export sm4 constant arraysTianjia Zhang
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-22crypto: fix crc64 testmgr digest byte orderKeith Busch
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-14crypto: dh - Remove the unused function dh_safe_prime_dh_alg()Jiapeng Chong
2022-03-10KEYS: asymmetric: properly validate hash_algo and encodingEric Biggers
2022-03-10KEYS: asymmetric: enforce that sig algo matches key algoEric Biggers
2022-03-08KEYS: remove support for asym_tpm keysEric Biggers
2022-03-08KEYS: x509: remove dead code that set ->unsupported_sigEric Biggers
2022-03-08KEYS: x509: remove never-set ->unsupported_key flagEric Biggers
2022-03-08KEYS: x509: remove unused fieldsEric Biggers
2022-03-08KEYS: x509: clearly distinguish between key and signature algorithmsEric Biggers
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkKeith Busch
2022-03-03crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel
2022-03-03crypto: cleanup commentsTom Rix
2022-03-03crypto: dh - calculate Q from P for the full public key verificationNicolai Stange
2022-03-03crypto: dh - disallow plain "dh" usage in FIPS modeNicolai Stange
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange
2022-03-03crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()Nicolai Stange
2022-03-03crypto: testmgr - add keygen tests for ffdheXYZ(dh) templatesNicolai Stange
2022-03-03crypto: dh - implement private key generation primitive for ffdheXYZ(dh)Nicolai Stange
2022-03-03crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesNicolai Stange
2022-03-03crypto: dh - implement ffdheXYZ(dh) templatesNicolai Stange
2022-03-03crypto: dh - introduce common code for built-in safe-prime group supportNicolai Stange
2022-03-03crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange
2022-03-03crypto: dh - remove struct dh's ->q memberNicolai Stange
2022-03-03crypto: kpp - provide support for KPP spawnsNicolai Stange
2022-03-03crypto: kpp - provide support for KPP template instancesNicolai Stange
2022-03-03crypto: engine - check if BH is disabled during completionCorentin Labbe
2022-02-18crypto: lrw - Add dependency on ecbHerbert Xu
2022-02-18crypto: xts - Add softdep on ecbHerbert Xu
2022-02-15crypto: af_alg - get rid of alg_memory_allocatedEric Dumazet
2022-02-11crypto: hmac - disallow keys < 112 bits in FIPS modeStephan Müller
2022-02-11crypto: hmac - add fips_skip supportStephan Müller
2022-02-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-02-05crypto: tcrypt - remove all multibuffer ahash testsTianjia Zhang
2022-02-05crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-01-31crypto: memneq - avoid implicit unaligned accessesArd Biesheuvel
2022-01-31crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu
2022-01-31crypto: rsa-pkcs1pad - use clearer variable namesEric Biggers
2022-01-31crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers