| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-08-10 | crypto: blake2b: effectively disable frame size warning | Linus Torvalds | 1 | -0/+1 |
| 2022-08-08 | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -4/+4 |
| 2022-08-08 | af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages() | Al Viro | 2 | -4/+4 |
| 2022-08-06 | Merge tag 'tpmdd-next-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -2/+26 |
| 2022-08-04 | Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -0/+12 |
| 2022-08-03 | KEYS: asymmetric: enforce SM2 signature use pkey algo | Tianjia Zhang | 1 | -2/+5 |
| 2022-08-03 | pkcs7: support EC-RDSA/streebog in SignerInfo | Elvira Khabirova | 1 | -0/+11 |
| 2022-08-03 | pkcs7: parser support SM2 and SM3 algorithms combination | Tianjia Zhang | 1 | -0/+7 |
| 2022-08-03 | X.509: Support parsing certificate using SM2 algorithm | Tianjia Zhang | 1 | -0/+3 |
| 2022-08-02 | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 13 | -420/+6145 |
| 2022-08-02 | crypto: add crypto_has_kpp() | Hannes Reinecke | 1 | -0/+6 |
| 2022-08-02 | crypto: add crypto_has_shash() | Hannes Reinecke | 1 | -0/+6 |
| 2022-07-29 | crypto: tcrypt - Remove the static variable initialisations to NULL | Jason Wang | 1 | -1/+1 |
| 2022-07-22 | crypto: testmgr - some more fixes to RSA test vectors | Ignat Korchagin | 1 | -39/+63 |
| 2022-07-22 | crypto: twofish - Fix comment typo | Jason Wang | 1 | -1/+1 |
| 2022-07-22 | crypto: rmd160 - fix Kconfig "its" grammar | Randy Dunlap | 1 | -1/+1 |
| 2022-07-15 | crypto: lib - make the sha1 library optional | Eric Biggers | 1 | -0/+1 |
| 2022-07-15 | crypto: fips - make proc files report fips module name and version | Vladis Dronov | 2 | -5/+51 |
| 2022-07-15 | crypto: testmgr - add ARIA testmgr tests | Taehee Yoo | 3 | -1/+2928 |
| 2022-07-15 | crypto: aria - Implement ARIA symmetric cipher algorithm | Taehee Yoo | 3 | -0/+304 |
| 2022-07-08 | crypto: testmgr - populate RSA CRT parameters in RSA test vectors | Ignat Korchagin | 1 | -21/+100 |
| 2022-07-06 | crypto: s390 - do not depend on CRYPTO_HW for SIMD implementations | Jason A. Donenfeld | 1 | -0/+114 |
| 2022-06-30 | crypto: testmgr - fix version number of RSA tests | lei he | 1 | -3/+3 |
| 2022-06-24 | crypto: rsa - implement Chinese Remainder Theorem for faster private key oper... | Ignat Korchagin | 1 | -5/+73 |
| 2022-06-21 | Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 6 | -1/+309 |
| 2022-06-21 | certs: Add FIPS selftests | David Howells | 5 | -1/+251 |
| 2022-06-21 | certs: Move load_certificate_list() to be with the asymmetric keys code | David Howells | 2 | -0/+58 |
| 2022-06-12 | crypto: memneq - move into lib/ | Jason A. Donenfeld | 3 | -177/+2 |
| 2022-06-10 | crypto: blake2s - remove shash module | Jason A. Donenfeld | 6 | -348/+1 |
| 2022-06-10 | crypto: memneq - move into lib/ | Jason A. Donenfeld | 3 | -177/+2 |
| 2022-06-10 | crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVAL | Nathan Huckleberry | 2 | -0/+49 |
| 2022-06-10 | crypto: x86/aesni-xctr - Add accelerated implementation of XCTR | Nathan Huckleberry | 1 | -1/+1 |
| 2022-06-10 | crypto: hctr2 - Add HCTR2 support | Nathan Huckleberry | 6 | -0/+1278 |
| 2022-06-10 | crypto: polyval - Add POLYVAL support | Nathan Huckleberry | 6 | -0/+395 |
| 2022-06-10 | crypto: xctr - Add XCTR support | Nathan Huckleberry | 6 | -0/+901 |
| 2022-05-27 | Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 8 | -36/+525 |
| 2022-05-23 | certs: Factor out the blacklist hash creation | Mickaël Salaün | 1 | -1/+2 |
| 2022-05-13 | crypto: cryptd - Protect per-CPU resource by disabling BH. | Sebastian Andrzej Siewior | 1 | -12/+11 |
| 2022-04-29 | crypto: ecrdsa - Fix incorrect use of vli_cmp | Vitaly Chikunov | 1 | -4/+4 |
| 2022-04-08 | crypto: testmgr - test in-place en/decryption with two sglists | Eric Biggers | 1 | -12/+63 |
| 2022-04-08 | crypto: engine - Add parameter description in crypto_transfer_request() kerne... | Yang Li | 1 | -0/+1 |
| 2022-04-08 | crypto: sm4 - export sm4 constant arrays | Tianjia Zhang | 1 | -1/+9 |
| 2022-04-08 | crypto: sm3,sm4 - move into crypto directory | Jason A. Donenfeld | 4 | -8/+438 |
| 2022-03-26 | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -0/+117 |
| 2022-03-22 | crypto: fix crc64 testmgr digest byte order | Keith Busch | 1 | -2/+2 |
| 2022-03-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 23 | -465/+2395 |
| 2022-03-14 | crypto: dh - Remove the unused function dh_safe_prime_dh_alg() | Jiapeng Chong | 1 | -6/+0 |
| 2022-03-10 | KEYS: asymmetric: properly validate hash_algo and encoding | Eric Biggers | 1 | -35/+76 |
| 2022-03-10 | KEYS: asymmetric: enforce that sig algo matches key algo | Eric Biggers | 3 | -12/+15 |
| 2022-03-08 | KEYS: remove support for asym_tpm keys | Eric Biggers | 5 | -1097/+0 |
| 2022-03-08 | KEYS: x509: remove dead code that set ->unsupported_sig | Eric Biggers | 1 | -9/+0 |
| 2022-03-08 | KEYS: x509: remove never-set ->unsupported_key flag | Eric Biggers | 3 | -15/+2 |
| 2022-03-08 | KEYS: x509: remove unused fields | Eric Biggers | 1 | -2/+0 |
| 2022-03-08 | KEYS: x509: clearly distinguish between key and signature algorithms | Eric Biggers | 2 | -15/+19 |
| 2022-03-07 | crypto: add rocksoft 64b crc guard tag framework | Keith Busch | 5 | -0/+117 |
| 2022-03-03 | crypto: crypto_xor - use helpers for unaligned accesses | Ard Biesheuvel | 1 | -3/+21 |
| 2022-03-03 | crypto: cleanup comments | Tom Rix | 6 | -10/+10 |
| 2022-03-03 | crypto: dh - calculate Q from P for the full public key verification | Nicolai Stange | 1 | -11/+29 |
| 2022-03-03 | crypto: dh - disallow plain "dh" usage in FIPS mode | Nicolai Stange | 1 | -1/+0 |
| 2022-03-03 | crypto: api - allow algs only in specific constructions in FIPS mode | Nicolai Stange | 4 | -10/+54 |
| 2022-03-03 | crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret() | Nicolai Stange | 1 | -7/+8 |
| 2022-03-03 | crypto: testmgr - add keygen tests for ffdheXYZ(dh) templates | Nicolai Stange | 1 | -0/+558 |
| 2022-03-03 | crypto: dh - implement private key generation primitive for ffdheXYZ(dh) | Nicolai Stange | 2 | -3/+138 |
| 2022-03-03 | crypto: testmgr - add known answer tests for ffdheXYZ(dh) templates | Nicolai Stange | 2 | -0/+908 |
| 2022-03-03 | crypto: dh - implement ffdheXYZ(dh) templates | Nicolai Stange | 2 | -1/+303 |
| 2022-03-03 | crypto: dh - introduce common code for built-in safe-prime group support | Nicolai Stange | 1 | -0/+208 |
| 2022-03-03 | crypto: dh - split out deserialization code from crypto_dh_decode() | Nicolai Stange | 1 | -8/+19 |
| 2022-03-03 | crypto: dh - remove struct dh's ->q member | Nicolai Stange | 3 | -29/+10 |
| 2022-03-03 | crypto: kpp - provide support for KPP spawns | Nicolai Stange | 1 | -0/+9 |
| 2022-03-03 | crypto: kpp - provide support for KPP template instances | Nicolai Stange | 1 | -0/+20 |
| 2022-03-03 | crypto: engine - check if BH is disabled during completion | Corentin Labbe | 1 | -0/+1 |
| 2022-02-18 | crypto: lrw - Add dependency on ecb | Herbert Xu | 2 | -0/+2 |
| 2022-02-18 | crypto: xts - Add softdep on ecb | Herbert Xu | 1 | -0/+1 |
| 2022-02-15 | crypto: af_alg - get rid of alg_memory_allocated | Eric Dumazet | 1 | -3/+0 |
| 2022-02-11 | crypto: hmac - disallow keys < 112 bits in FIPS mode | Stephan Müller | 2 | -0/+13 |
| 2022-02-11 | crypto: hmac - add fips_skip support | Stephan Müller | 2 | -0/+5 |
| 2022-02-09 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -1/+1 |
| 2022-02-05 | crypto: tcrypt - remove all multibuffer ahash tests | Tianjia Zhang | 1 | -224/+0 |
| 2022-02-05 | crypto: api - Move cryptomgr soft dependency into algapi | Herbert Xu | 2 | -1/+1 |
| 2022-02-04 | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI | Jason A. Donenfeld | 1 | -2/+2 |
| 2022-01-31 | crypto: memneq - avoid implicit unaligned accesses | Ard Biesheuvel | 1 | -7/+15 |
| 2022-01-31 | crypto: authenc - Fix sleep in atomic context in decrypt_tail | Herbert Xu | 1 | -1/+1 |
| 2022-01-31 | crypto: rsa-pkcs1pad - use clearer variable names | Eric Biggers | 1 | -15/+16 |
| 2022-01-31 | crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() | Eric Biggers | 1 | -0/+2 |
| 2022-01-31 | crypto: rsa-pkcs1pad - restore signature length check | Eric Biggers | 1 | -1/+1 |
| 2022-01-31 | crypto: rsa-pkcs1pad - correctly get hash from source scatterlist | Eric Biggers | 1 | -1/+1 |
| 2022-01-31 | crypto: rsa-pkcs1pad - only allow with rsa | Eric Biggers | 1 | -0/+5 |
| 2022-01-31 | crypto: kdf - Select hmac in addition to sha256 | Herbert Xu | 1 | -0/+1 |
| 2022-01-31 | crypto: testmgr - Move crypto_simd_disabled_for_test out | Herbert Xu | 2 | -3/+6 |
| 2022-01-28 | crypto: tcrypt - add asynchronous speed test for SM3 | Tianjia Zhang | 1 | -5/+9 |
| 2022-01-28 | crypto: x86/sm3 - add AVX assembly implementation | Tianjia Zhang | 1 | -0/+13 |
| 2022-01-28 | crypto: sm3 - make dependent on sm3 library | Tianjia Zhang | 2 | -127/+16 |
| 2022-01-28 | crypto: sm2 - make dependent on sm3 library | Tianjia Zhang | 2 | -19/+19 |
| 2022-01-18 | lib/crypto: add prompts back to crypto libraries | Justin M. Forbes | 1 | -2/+0 |
| 2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2022-01-11 | Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -35/+96 |
| 2022-01-11 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 13 | -118/+280 |
| 2022-01-09 | keys: X.509 public key issuer lookup without AKID | Andrew Zaborowski | 5 | -35/+96 |
| 2022-01-07 | crypto: af_alg - rewrite NULL pointer check | Jiasheng Jiang | 1 | -2/+5 |
| 2022-01-07 | lib/crypto: blake2s: include as built-in | Jason A. Donenfeld | 1 | -1/+2 |
| 2021-12-31 | crypto: kdf - select SHA-256 required for self-test | Stephan Müller | 1 | -1/+1 |
| 2021-12-31 | crypto: sha256 - remove duplicate generic hash init function | Tianjia Zhang | 1 | -14/+2 |
| 2021-12-31 | crypto: jitter - add oversampling of noise source | Stephan Müller | 1 | -2/+21 |
| 2021-12-13 | exit: Rename module_put_and_exit to module_put_and_kthread_exit | Eric W. Biederman | 1 | -2/+2 |
| 2021-12-11 | crypto: jitter - quit sample collection loop upon RCT failure | Nicolai Stange | 1 | -1/+1 |
| 2021-12-11 | crypto: jitter - don't limit ->health_failure check to FIPS mode | Nicolai Stange | 3 | -11/+0 |
| 2021-12-11 | crypto: drbg - ignore jitterentropy errors if not in FIPS mode | Nicolai Stange | 1 | -2/+5 |
| 2021-12-11 | crypto: dh - remove duplicate includes | Guo Zhengkui | 1 | -1/+0 |
| 2021-11-26 | crypto: des - disallow des3 in FIPS mode | Stephan Müller | 1 | -9/+0 |
| 2021-11-26 | crypto: dh - limit key size to 2048 in FIPS mode | Stephan Müller | 1 | -0/+4 |
| 2021-11-26 | crypto: rsa - limit key size to 2048 in FIPS mode | Stephan Müller | 1 | -0/+4 |
| 2021-11-26 | crypto: jitter - consider 32 LSB for APT | Stephan Müller | 1 | -2/+1 |
| 2021-11-26 | crypto: kdf - add SP800-108 counter key derivation function | Stephan Müller | 3 | -0/+162 |
| 2021-11-26 | crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes() | Nicolai Stange | 1 | -1/+25 |
| 2021-11-26 | crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errors | Nicolai Stange | 1 | -8/+8 |
| 2021-11-26 | crypto: drbg - make reseeding from get_random_bytes() synchronous | Nicolai Stange | 1 | -51/+11 |
| 2021-11-26 | crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed() | Nicolai Stange | 1 | -9/+21 |
| 2021-11-26 | crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() | Nicolai Stange | 1 | -4/+8 |
| 2021-11-26 | crypto: drbg - prepare for more fine-grained tracking of seeding state | Nicolai Stange | 1 | -9/+10 |
| 2021-11-20 | crypto: testmgr - Fix wrong test case of RSA | Lei He | 1 | -3/+3 |
| 2021-11-13 | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linux | Linus Torvalds | 1 | -14/+14 |
| 2021-11-12 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+2 |
| 2021-11-09 | crypto: api - Fix boot-up crash when crypto manager is disabled | Herbert Xu | 1 | -0/+2 |
| 2021-11-08 | lib: zstd: Add kernel-specific API | Nick Terrell | 1 | -14/+14 |
| 2021-11-08 | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+2 |
| 2021-11-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 17 | -322/+205 |
| 2021-10-29 | crypto: testmgr - fix wrong key length for pkcs1pad | Lei He | 1 | -1/+1 |
| 2021-10-29 | crypto: pcrypt - Delay write to padata->info | Daniel Jordan | 1 | -4/+8 |
| 2021-10-29 | crypto: ecc - Export additional helper functions | Daniele Alessandrelli | 1 | -4/+8 |
| 2021-10-29 | crypto: ecc - Move ecc.h to include/crypto/internal | Daniele Alessandrelli | 6 | -250/+5 |
| 2021-10-29 | crypto: engine - Add KPP Support to Crypto Engine | Prabhjot Khurana | 1 | -0/+26 |
| 2021-10-29 | crypto: api - Do not create test larvals if manager is disabled | Herbert Xu | 2 | -25/+38 |
| 2021-10-25 | fs: get rid of the res2 iocb->ki_complete argument | Jens Axboe | 1 | -1/+1 |
| 2021-10-22 | crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks | Horia Geantă | 1 | -3/+2 |
| 2021-10-08 | crypto: testmgr - Only disable migration in crypto_disable_simd_for_test() | Sebastian Andrzej Siewior | 1 | -2/+2 |
| 2021-10-01 | crypto: api - Export crypto_boot_test_finished | Herbert Xu | 1 | -0/+1 |
| 2021-10-01 | crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency | Arnd Bergmann | 1 | -1/+1 |
| 2021-09-24 | crypto: api - Fix built-in testing dependency failures | Herbert Xu | 3 | -27/+108 |
| 2021-09-22 | isystem: delete global -isystem compile option | Alexey Dobriyan | 1 | -0/+2 |
| 2021-09-17 | crypto: drbg - Fix unused value warning in drbg_healthcheck_sanity() | Tim Gardner | 1 | -1/+1 |
| 2021-09-17 | crypto: jitter - drop kernel-doc notation | Randy Dunlap | 1 | -12/+12 |
| 2021-08-30 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 10 | -183/+331 |
| 2021-08-27 | crypto: sha512 - remove imaginary and mystifying clearing of variables | Lukas Bulwahn | 1 | -3/+0 |
| 2021-08-27 | crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementation | Tianjia Zhang | 1 | -0/+22 |
| 2021-08-27 | crypto: rmd320 - remove rmd320 in Makefile | Lukas Bulwahn | 1 | -1/+0 |
| 2021-08-23 | certs: Add support for using elliptic curve keys for signing modules | Stefan Berger | 1 | -0/+8 |
| 2021-08-21 | crypto: skcipher - in_irq() cleanup | Changbin Du | 1 | -1/+1 |
| 2021-08-21 | crypto: tcrypt - add GCM/CCM mode test for SM4 algorithm | Tianjia Zhang | 1 | -0/+45 |
| 2021-08-21 | crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm | Tianjia Zhang | 2 | -0/+177 |
| 2021-08-21 | crypto: tcrypt - Fix missing return value check | Tianjia Zhang | 1 | -10/+19 |
| 2021-08-12 | crypto: wp512 - correct a non-kernel-doc comment | Randy Dunlap | 1 | -1/+1 |
| 2021-07-30 | crypto: ecc - handle unaligned input buffer in ecc_swap_digits | Mian Yousaf Kaukab | 1 | -2/+3 |
| 2021-07-30 | crypto: tcrypt - add the asynchronous speed test for SM4 | Tianjia Zhang | 1 | -1/+25 |
| 2021-07-30 | crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementation | Tianjia Zhang | 1 | -0/+21 |
| 2021-07-30 | crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic | Tianjia Zhang | 1 | -15/+12 |
| 2021-07-30 | crypto: sm4 - create SM4 library based on sm4 generic code | Tianjia Zhang | 2 | -149/+5 |
| 2021-07-16 | crypto: drbg - select SHA512 | Stephan Mueller | 1 | -1/+1 |
| 2021-07-09 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -1/+53 |
| 2021-06-28 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 13 | -101/+224 |
| 2021-06-28 | crypto: drbg - self test for HMAC(SHA-512) | Stephan Müller | 2 | -1/+53 |
| 2021-06-24 | crypto: api - Move crypto attr definitions out of crypto.h | Herbert Xu | 1 | -0/+12 |
| 2021-06-17 | crypto: api - remove CRYPTOA_U32 and related functions | Liu Shixin | 2 | -43/+6 |
| 2021-06-17 | crypto: shash - avoid comparing pointers to exported functions under CFI | Ard Biesheuvel | 1 | -3/+15 |
| 2021-06-11 | crypto: sm2 - fix a memory leak in sm2 | Hongbo Li | 1 | -14/+10 |
| 2021-06-10 | async_xor: check src_offs is not NULL before updating it | Xiao Ni | 1 | -1/+2 |
| 2021-06-03 | crypto: af_alg - use DIV_ROUND_UP helper macro for calculations | Wu Bo | 1 | -1/+1 |
| 2021-05-28 | crypto: ecdh - add test suite for NIST P384 | Hui Tang | 2 | -0/+68 |
| 2021-05-28 | crypto: ecdh - register NIST P384 tfm | Hui Tang | 1 | -0/+33 |
| 2021-05-28 | crypto: ecdh - fix 'ecdh_init' | Hui Tang | 1 | -1/+10 |
| 2021-05-28 | crypto: ecdh - fix ecdh-nist-p192's entry in testmgr | Hui Tang | 3 | -5/+1 |
| 2021-05-28 | crypto: DRBG - switch to HMAC SHA512 DRBG as default DRBG | Stephan Müller | 1 | -6/+6 |
| 2021-05-28 | crypto: tcrypt - enable tests for xxhash and blake2 | Ard Biesheuvel | 1 | -0/+36 |
| 2021-05-28 | crypto: khazad,wp512 - remove leading spaces before tabs | Hui Tang | 2 | -22/+20 |
| 2021-05-21 | crypto: ecdh - extend 'cra_driver_name' with curve name | Hui Tang | 1 | -2/+2 |
| 2021-05-21 | crypto: testmgr - fix initialization of 'secret_size' | Hui Tang | 1 | -4/+4 |
| 2021-04-28 | Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
| 2021-04-26 | async_xor: increase src_offs when dropping destination page | Xiao Ni | 1 | -0/+1 |
| 2021-04-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 25 | -296/+1355 |
| 2021-04-22 | crypto: camellia - drop duplicate "depends on CRYPTO" | Randy Dunlap | 1 | -5/+0 |
| 2021-04-22 | crypto: doc - fix kernel-doc notation in chacha.c and af_alg.c | Randy Dunlap | 1 | -41/+53 |
| 2021-04-16 | crypto: crc32-generic - Use SPDX-License-Identifier | Christophe JAILLET | 1 | -23/+1 |
| 2021-04-16 | crypto: ecc - delete a useless function declaration | Meng Yu | 1 | -8/+0 |
| 2021-04-02 | crypto: fcrypt - Remove 'do while(0)' loop for single statement macro | Milan Djurovic | 1 | -4/+1 |
| 2021-04-02 | crypto: keywrap - Remove else after break statement | Milan Djurovic | 1 | -2/+2 |
| 2021-04-02 | crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS | Eric Biggers | 1 | -7/+3 |
| 2021-03-26 | crypto: ecc - Correct an error in the comments | Meng Yu | 1 | -1/+1 |
| 2021-03-26 | crypto: jitterentropy - Put constants on the right side of the expression | Milan Djurovic | 1 | -4/+4 |
| 2021-03-26 | Merge branch 'ecc' | Herbert Xu | 12 | -89/+1144 |
| 2021-03-26 | x509: Add OID for NIST P384 and extend parser for it | Saulo Alessandre | 1 | -0/+3 |
| 2021-03-26 | x509: Add support for parsing x509 certs with ECDSA keys | Stefan Berger | 3 | -3/+39 |
| 2021-03-26 | x509: Detect sm2 keys by their parameters OID | Stefan Berger | 1 | -1/+11 |
| 2021-03-26 | crypto: ecdsa - Register NIST P384 and extend test suite | Saulo Alessandre | 3 | -1/+195 |
| 2021-03-26 | crypto: ecc - Add math to support fast NIST P384 | Saulo Alessandre | 2 | -75/+194 |
| 2021-03-26 | crypto: ecc - Add NIST P384 curve parameters | Saulo Alessandre | 2 | -0/+34 |
| 2021-03-26 | crypto: ecdsa - Add support for ECDSA signature verification | Stefan Berger | 8 | -11/+671 |
| 2021-03-19 | crypto: aegis128 - Move simd prototypes into aegis.h | Herbert Xu | 3 | -20/+24 |
| 2021-03-13 | crypto: ecc - add curve25519 params and expose them | Meng Yu | 2 | -0/+23 |
| 2021-03-13 | crypto: ecc - expose ecc curves | Meng Yu | 2 | -36/+6 |
| 2021-03-13 | crypto: ecdh - move curve_id of ECDH from the key to algorithm name | Meng Yu | 4 | -46/+77 |
| 2021-03-13 | crypto: api - check for ERR pointers in crypto_destroy_tfm() | Ard Biesheuvel | 1 | -1/+1 |