| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
| 2023-04-26 | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 28 | -850/+1136 |
| 2023-04-24 | integrity: machine keyring CA configuration | Eric Snowberg | 1 | -0/+2 |
| 2023-04-24 | KEYS: CA link restriction | Eric Snowberg | 1 | -0/+38 |
| 2023-04-24 | KEYS: X.509: Parse Key Usage | Eric Snowberg | 1 | -0/+28 |
| 2023-04-24 | KEYS: X.509: Parse Basic Constraints for CA | Eric Snowberg | 1 | -0/+22 |
| 2023-04-20 | crypto: testmgr - Add some test vectors for cmac(camellia) | David Howells | 2 | -0/+53 |
| 2023-04-20 | crypto: cryptd - Add support for cloning hashes | Herbert Xu | 1 | -0/+16 |
| 2023-04-20 | crypto: cryptd - Convert hash to use modern init_tfm/exit_tfm | Herbert Xu | 1 | -9/+9 |
| 2023-04-20 | crypto: hmac - Add support for cloning | Herbert Xu | 1 | -0/+15 |
| 2023-04-20 | crypto: hash - Add crypto_clone_ahash/shash | Herbert Xu | 3 | -0/+107 |
| 2023-04-20 | crypto: api - Add crypto_clone_tfm | Herbert Xu | 2 | -9/+52 |
| 2023-04-20 | crypto: api - Add crypto_tfm_get | Herbert Xu | 2 | -0/+10 |
| 2023-04-14 | crypto: api - Move low-level functions into algapi.h | Herbert Xu | 2 | -4/+9 |
| 2023-04-13 | KEYS: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
| 2023-04-06 | crypto: hash - Remove maximum statesize limit | Herbert Xu | 1 | -2/+1 |
| 2023-04-06 | crypto: algif_hash - Allocate hash state with kmalloc | Herbert Xu | 1 | -4/+15 |
| 2023-04-06 | crypto: drbg - Only fail when jent is unavailable in FIPS mode | Herbert Xu | 1 | -1/+1 |
| 2023-04-06 | crypto: jitter - permanent and intermittent health errors | Stephan Müller | 3 | -119/+75 |
| 2023-03-24 | async_tx: fix kernel-doc notation warnings | Randy Dunlap | 2 | -7/+7 |
| 2023-03-24 | crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON() | Toke Høiland-Jørgensen | 1 | -1/+3 |
| 2023-03-21 | asymmetric_keys: log on fatal failures in PE/pkcs7 | Robbie Harwood | 2 | -17/+17 |
| 2023-03-21 | verify_pefile: relax wrapper length check | Robbie Harwood | 1 | -4/+8 |
| 2023-03-17 | crypto: fips - simplify one-level sysctl registration for crypto_sysctl_table | Luis Chamberlain | 1 | -10/+1 |
| 2023-03-14 | crypto: testmgr - fix RNG performance in fuzz tests | Eric Biggers | 1 | -97/+169 |
| 2023-03-14 | crypto: api - Check CRYPTO_USER instead of NET for report | Herbert Xu | 9 | -72/+36 |
| 2023-03-14 | crypto: rng - Count error stats differently | Herbert Xu | 3 | -77/+48 |
| 2023-03-14 | crypto: skcipher - Count error stats differently | Herbert Xu | 3 | -55/+87 |
| 2023-03-14 | crypto: kpp - Count error stats differently | Herbert Xu | 3 | -58/+34 |
| 2023-03-14 | crypto: acomp - Count error stats differently | Herbert Xu | 5 | -74/+101 |
| 2023-03-14 | crypto: hash - Count error stats differently | Herbert Xu | 5 | -117/+176 |
| 2023-03-14 | crypto: akcipher - Count error stats differently | Herbert Xu | 3 | -76/+34 |
| 2023-03-14 | crypto: aead - Count error stats differently | Herbert Xu | 3 | -60/+73 |
| 2023-03-14 | crypto: algapi - Move stat reporting into algapi | Herbert Xu | 1 | -0/+6 |
| 2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+1 |
| 2023-02-21 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 29 | -412/+397 |
| 2023-02-14 | crypto: proc - Print fips status | Herbert Xu | 1 | -0/+6 |
| 2023-02-14 | crypto: ecc - Silence sparse warning | Herbert Xu | 1 | -2/+4 |
| 2023-02-13 | crypto: api - Use data directly in completion function | Herbert Xu | 19 | -139/+124 |
| 2023-02-13 | crypto: cryptd - Use request_complete helpers | Herbert Xu | 1 | -108/+126 |
| 2023-02-13 | crypto: rsa-pkcs1pad - Use akcipher_request_complete | Herbert Xu | 1 | -19/+15 |
| 2023-02-13 | crypto: engine - Use crypto_request_complete | Herbert Xu | 1 | -3/+3 |
| 2023-02-13 | crypto: hash - Use crypto_request_complete | Herbert Xu | 1 | -102/+71 |
| 2023-02-13 | crypto: cryptd - Use subreq for AEAD | Herbert Xu | 1 | -4/+16 |
| 2023-02-13 | KEYS: asymmetric: Fix ECDSA use via keyctl uapi | Denis Kenzior | 1 | -2/+22 |
| 2023-02-13 | crypto: certs: fix FIPS selftest dependency | Arnd Bergmann | 2 | -1/+2 |
| 2023-02-10 | crypto: testmgr - add diff-splits of src/dst into default cipher config | Zhang Yiqun | 1 | -0/+8 |
| 2023-02-03 | Revert "crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad... | Herbert Xu | 1 | -1/+1 |
| 2023-01-27 | crypto: engine - Fix excess parameter doc warning | Herbert Xu | 1 | -1/+1 |
| 2023-01-27 | crypto: xts - Handle EBUSY correctly | Herbert Xu | 1 | -4/+4 |
| 2023-01-27 | crypto: cryptd - Remove unnecessary skcipher_request_zero | Herbert Xu | 1 | -2/+0 |
| 2023-01-27 | crypto: testmgr - disallow certain DRBG hash functions in FIPS mode | Vladis Dronov | 1 | -4/+0 |
| 2023-01-20 | crypto: seqiv - Handle EBUSY correctly | Herbert Xu | 1 | -1/+1 |
| 2023-01-20 | crypto: essiv - Handle EBUSY correctly | Herbert Xu | 1 | -1/+6 |
| 2023-01-20 | crypto: tcrypt - include larger key sizes in RFC4106 benchmark | Ard Biesheuvel | 2 | -5/+5 |
| 2023-01-19 | wifi: cfg80211: Deduplicate certificate loading | Lukas Wunner | 1 | -0/+1 |
| 2023-01-13 | crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffers | Ard Biesheuvel | 1 | -18/+4 |
| 2023-01-06 | crypto: x86/aria - do not use magic number offsets of aria_ctx | Taehee Yoo | 1 | -0/+4 |
| 2023-01-06 | crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS mode | Nicolai Stange | 1 | -0/+2 |
| 2023-01-06 | crypto: testmgr - disallow plain ghash in FIPS mode | Nicolai Stange | 1 | -1/+0 |
| 2023-01-06 | crypto: testmgr - disallow plain cbcmac(aes) in FIPS mode | Nicolai Stange | 1 | -1/+0 |
| 2022-12-30 | crypto: wp512 - disable kmsan checks in wp512_process_buffer() | Arnd Bergmann | 1 | -1/+1 |
| 2022-12-30 | crypto: scatterwalk - use kmap_local() not kmap_atomic() | Ard Biesheuvel | 2 | -4/+4 |
| 2022-12-14 | Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 35 | -728/+1481 |
| 2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+2 |
| 2022-12-02 | crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127 | Herbert Xu | 1 | -2/+7 |
| 2022-12-02 | crypto: Prepare to move crypto_tfm_ctx | Herbert Xu | 17 | -17/+19 |
| 2022-12-02 | crypto: dh - Use helper to set reqsize | Herbert Xu | 1 | -1/+3 |
| 2022-12-02 | crypto: rsa-pkcs1pad - Use helper to set reqsize | Herbert Xu | 1 | -1/+4 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -2/+2 |
| 2022-11-25 | Revert "crypto: shash - avoid comparing pointers to exported functions under ... | Eric Biggers | 1 | -15/+3 |
| 2022-11-25 | crypto: tcrypt - Fix multibuffer skcipher speed test mem leak | Zhang Yiqun | 1 | -9/+0 |
| 2022-11-25 | crypto: algboss - compile out test-related code when tests disabled | Eric Biggers | 1 | -5/+4 |
| 2022-11-25 | crypto: kdf - silence noisy self-test | Eric Biggers | 1 | -1/+1 |
| 2022-11-25 | crypto: kdf - skip self-test when tests disabled | Eric Biggers | 1 | -2/+6 |
| 2022-11-25 | crypto: api - compile out crypto_boot_test_finished when tests disabled | Eric Biggers | 3 | -6/+29 |
| 2022-11-25 | crypto: algboss - optimize registration of internal algorithms | Eric Biggers | 2 | -13/+3 |
| 2022-11-25 | crypto: api - optimize algorithm registration when self-tests disabled | Eric Biggers | 2 | -71/+86 |
| 2022-11-18 | crypto: skcipher - Allow sync algorithms with large request contexts | Herbert Xu | 1 | -1/+1 |
| 2022-11-18 | crypto: cryptd - Use request context instead of stack for sub-request | Herbert Xu | 1 | -17/+19 |
| 2022-11-18 | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld | 2 | -6/+6 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2 | -44/+44 |
| 2022-11-11 | crypto: move gf128mul library into lib/crypto | Ard Biesheuvel | 3 | -423/+3 |
| 2022-11-04 | crypto: tcrypt - add SM4 cts-cbc/xts/xcbc test | Tianjia Zhang | 1 | -0/+21 |
| 2022-11-04 | crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectors | Tianjia Zhang | 2 | -0/+996 |
| 2022-11-04 | crypto: tcrypt - Drop leading newlines from prints | Anirudh Venkataramanan | 1 | -5/+5 |
| 2022-11-04 | crypto: tcrypt - Drop module name from print string | Anirudh Venkataramanan | 1 | -2/+1 |
| 2022-11-04 | crypto: tcrypt - Use pr_info/pr_err | Anirudh Venkataramanan | 1 | -7/+7 |
| 2022-11-04 | crypto: tcrypt - Use pr_cont to print test results | Anirudh Venkataramanan | 1 | -4/+4 |
| 2022-10-28 | crypto: af_alg - Support symmetric encryption via keyring keys | Frederick Lawler | 1 | -1/+134 |
| 2022-10-21 | crypto: tcrypt - fix return value for multiple subtests | Robert Elliott | 1 | -128/+128 |
| 2022-10-21 | crypto: ccm - use local variables instead of indirect references | Tianjia Zhang | 1 | -1/+1 |
| 2022-10-11 | treewide: use get_random_bytes() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-10-11 | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 1 | -4/+4 |
| 2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -43/+43 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+2 |
| 2022-10-03 | crypto: kmsan: disable accelerated configs under KMSAN | Alexander Potapenko | 1 | -0/+30 |
| 2022-09-24 | crypto: tcrypt - add async speed test for aria cipher | Taehee Yoo | 1 | -0/+30 |
| 2022-09-24 | crypto: aria - prepare generic module for optimized implementations | Taehee Yoo | 2 | -8/+33 |
| 2022-09-24 | crypto: add __init/__exit annotations to init/exit funcs | Xiu Jianfeng | 7 | -14/+14 |
| 2022-09-24 | crypto: blake2s - revert unintended config addition of CRYPTO_BLAKE2S | Lukas Bulwahn | 1 | -21/+0 |
| 2022-09-09 | crypto: akcipher - default implementation for setting a private key | Ignat Korchagin | 1 | -0/+8 |
| 2022-09-02 | crypto: testmgr - fix indentation for test_acomp() args | Lucas Segarra Fernandez | 1 | -1/+1 |
| 2022-08-26 | crypto: Kconfig - simplify compression/RNG entries | Robert Elliott | 1 | -32/+50 |
| 2022-08-26 | crypto: Kconfig - simplify cipher entries | Robert Elliott | 1 | -113/+121 |
| 2022-08-26 | crypto: Kconfig - simplify userspace entries | Robert Elliott | 1 | -24/+41 |
| 2022-08-26 | crypto: Kconfig - simplify hash entries | Robert Elliott | 1 | -79/+97 |
| 2022-08-26 | crypto: Kconfig - simplify aead entries | Robert Elliott | 1 | -18/+30 |
| 2022-08-26 | crypto: Kconfig - simplify CRC entries | Robert Elliott | 1 | -12/+25 |
| 2022-08-26 | crypto: Kconfig - simplify public-key entries | Robert Elliott | 1 | -21/+34 |
| 2022-08-26 | crypto: Kconfig - add submenus | Robert Elliott | 1 | -458/+479 |
| 2022-08-26 | crypto: Kconfig - submenus for arm and arm64 | Robert Elliott | 1 | -0/+6 |
| 2022-08-26 | crypto: Kconfig - move x86 entries to a submenu | Robert Elliott | 1 | -495/+3 |
| 2022-08-26 | crypto: Kconfig - move sparc entries to a submenu | Robert Elliott | 1 | -98/+3 |
| 2022-08-26 | crypto: Kconfig - move s390 entries to a submenu | Robert Elliott | 1 | -115/+3 |
| 2022-08-26 | crypto: Kconfig - move powerpc entries to a submenu | Robert Elliott | 1 | -73/+3 |
| 2022-08-26 | crypto: Kconfig - move mips entries to a submenu | Robert Elliott | 1 | -55/+4 |
| 2022-08-26 | crypto: core - move from strlcpy with unused retval to strscpy | Wolfram Sang | 2 | -2/+2 |
| 2022-08-26 | crypto: tcrypt - remove mode=1000 | Robert Elliott | 1 | -27/+0 |
| 2022-08-19 | crypto: testmgr - don't generate WARN for missing modules | Robert Elliott | 1 | -2/+5 |
| 2022-08-19 | crypto: testmgr - extend acomp tests for NULL destination buffer | Lucas Segarra Fernandez | 1 | -0/+29 |
| 2022-08-19 | crypto: api - Fix comment typo | Jason Wang | 1 | -1/+1 |
| 2022-08-19 | crypto: drbg - remove unnecessary (void*) conversions | Dong Chuanjian | 1 | -7/+5 |
| 2022-08-19 | crypto: lib - move __crypto_xor into utils | Eric Biggers | 1 | -71/+0 |
| 2022-08-19 | crypto: lib - create utils module and move __crypto_memneq into it | Eric Biggers | 1 | -1/+1 |
| 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 |