aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-08-06Merge tag 'tpmdd-next-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-2/+26
2022-08-04Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-0/+12
2022-08-03KEYS: asymmetric: enforce SM2 signature use pkey algoGravatar Tianjia Zhang 1-2/+5
2022-08-03pkcs7: support EC-RDSA/streebog in SignerInfoGravatar Elvira Khabirova 1-0/+11
2022-08-03pkcs7: parser support SM2 and SM3 algorithms combinationGravatar Tianjia Zhang 1-0/+7
2022-08-03X.509: Support parsing certificate using SM2 algorithmGravatar Tianjia Zhang 1-0/+3
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 13-420/+6145
2022-08-02crypto: add crypto_has_kpp()Gravatar Hannes Reinecke 1-0/+6
2022-08-02crypto: add crypto_has_shash()Gravatar Hannes Reinecke 1-0/+6
2022-07-29crypto: tcrypt - Remove the static variable initialisations to NULLGravatar Jason Wang 1-1/+1
2022-07-22crypto: testmgr - some more fixes to RSA test vectorsGravatar Ignat Korchagin 1-39/+63
2022-07-22crypto: twofish - Fix comment typoGravatar Jason Wang 1-1/+1
2022-07-22crypto: rmd160 - fix Kconfig "its" grammarGravatar Randy Dunlap 1-1/+1
2022-07-15crypto: lib - make the sha1 library optionalGravatar Eric Biggers 1-0/+1
2022-07-15crypto: fips - make proc files report fips module name and versionGravatar Vladis Dronov 2-5/+51
2022-07-15crypto: testmgr - add ARIA testmgr testsGravatar Taehee Yoo 3-1/+2928
2022-07-15crypto: aria - Implement ARIA symmetric cipher algorithmGravatar Taehee Yoo 3-0/+304
2022-07-08crypto: testmgr - populate RSA CRT parameters in RSA test vectorsGravatar Ignat Korchagin 1-21/+100
2022-07-06crypto: s390 - do not depend on CRYPTO_HW for SIMD implementationsGravatar Jason A. Donenfeld 1-0/+114
2022-06-30crypto: testmgr - fix version number of RSA testsGravatar lei he 1-3/+3
2022-06-24crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...Gravatar Ignat Korchagin 1-5/+73
2022-06-21Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 6-1/+309
2022-06-21certs: Add FIPS selftestsGravatar David Howells 5-1/+251
2022-06-21certs: Move load_certificate_list() to be with the asymmetric keys codeGravatar David Howells 2-0/+58
2022-06-12crypto: memneq - move into lib/Gravatar Jason A. Donenfeld 3-177/+2
2022-06-10crypto: blake2s - remove shash moduleGravatar Jason A. Donenfeld 6-348/+1
2022-06-10crypto: memneq - move into lib/Gravatar Jason A. Donenfeld 3-177/+2
2022-06-10crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALGravatar Nathan Huckleberry 2-0/+49
2022-06-10crypto: x86/aesni-xctr - Add accelerated implementation of XCTRGravatar Nathan Huckleberry 1-1/+1
2022-06-10crypto: hctr2 - Add HCTR2 supportGravatar Nathan Huckleberry 6-0/+1278
2022-06-10crypto: polyval - Add POLYVAL supportGravatar Nathan Huckleberry 6-0/+395
2022-06-10crypto: xctr - Add XCTR supportGravatar Nathan Huckleberry 6-0/+901
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 8-36/+525
2022-05-23certs: Factor out the blacklist hash creationGravatar Mickaël Salaün 1-1/+2
2022-05-13crypto: cryptd - Protect per-CPU resource by disabling BH.Gravatar Sebastian Andrzej Siewior 1-12/+11
2022-04-29crypto: ecrdsa - Fix incorrect use of vli_cmpGravatar Vitaly Chikunov 1-4/+4
2022-04-08crypto: testmgr - test in-place en/decryption with two sglistsGravatar Eric Biggers 1-12/+63
2022-04-08crypto: engine - Add parameter description in crypto_transfer_request() kerne...Gravatar Yang Li 1-0/+1
2022-04-08crypto: sm4 - export sm4 constant arraysGravatar Tianjia Zhang 1-1/+9
2022-04-08crypto: sm3,sm4 - move into crypto directoryGravatar Jason A. Donenfeld 4-8/+438
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-0/+117
2022-03-22crypto: fix crc64 testmgr digest byte orderGravatar Keith Busch 1-2/+2
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 23-466/+2396
2022-03-14crypto: dh - Remove the unused function dh_safe_prime_dh_alg()Gravatar Jiapeng Chong 1-6/+0
2022-03-10KEYS: asymmetric: properly validate hash_algo and encodingGravatar Eric Biggers 1-35/+76
2022-03-10KEYS: asymmetric: enforce that sig algo matches key algoGravatar Eric Biggers 3-12/+15
2022-03-08KEYS: remove support for asym_tpm keysGravatar Eric Biggers 5-1097/+0
2022-03-08KEYS: x509: remove dead code that set ->unsupported_sigGravatar Eric Biggers 1-9/+0
2022-03-08KEYS: x509: remove never-set ->unsupported_key flagGravatar Eric Biggers 3-15/+2
2022-03-08KEYS: x509: remove unused fieldsGravatar Eric Biggers 1-2/+0