Age | Commit message (Expand) | Author |
2023-03-21 | asymmetric_keys: log on fatal failures in PE/pkcs7 | Robbie Harwood |
2023-03-21 | verify_pefile: relax wrapper length check | Robbie Harwood |
2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-02-21 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2023-02-14 | crypto: proc - Print fips status | Herbert Xu |
2023-02-14 | crypto: ecc - Silence sparse warning | Herbert Xu |
2023-02-13 | crypto: api - Use data directly in completion function | Herbert Xu |
2023-02-13 | crypto: cryptd - Use request_complete helpers | Herbert Xu |
2023-02-13 | crypto: rsa-pkcs1pad - Use akcipher_request_complete | Herbert Xu |
2023-02-13 | crypto: engine - Use crypto_request_complete | Herbert Xu |
2023-02-13 | crypto: hash - Use crypto_request_complete | Herbert Xu |
2023-02-13 | crypto: cryptd - Use subreq for AEAD | Herbert Xu |
2023-02-13 | KEYS: asymmetric: Fix ECDSA use via keyctl uapi | Denis Kenzior |
2023-02-13 | crypto: certs: fix FIPS selftest dependency | Arnd Bergmann |
2023-02-10 | crypto: testmgr - add diff-splits of src/dst into default cipher config | Zhang Yiqun |
2023-02-03 | Revert "crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad... | Herbert Xu |
2023-01-27 | crypto: engine - Fix excess parameter doc warning | Herbert Xu |
2023-01-27 | crypto: xts - Handle EBUSY correctly | Herbert Xu |
2023-01-27 | crypto: cryptd - Remove unnecessary skcipher_request_zero | Herbert Xu |
2023-01-27 | crypto: testmgr - disallow certain DRBG hash functions in FIPS mode | Vladis Dronov |
2023-01-20 | crypto: seqiv - Handle EBUSY correctly | Herbert Xu |
2023-01-20 | crypto: essiv - Handle EBUSY correctly | Herbert Xu |
2023-01-20 | crypto: tcrypt - include larger key sizes in RFC4106 benchmark | Ard Biesheuvel |
2023-01-19 | wifi: cfg80211: Deduplicate certificate loading | Lukas Wunner |
2023-01-13 | crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffers | Ard Biesheuvel |
2023-01-06 | crypto: x86/aria - do not use magic number offsets of aria_ctx | Taehee Yoo |
2023-01-06 | crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS mode | Nicolai Stange |
2023-01-06 | crypto: testmgr - disallow plain ghash in FIPS mode | Nicolai Stange |
2023-01-06 | crypto: testmgr - disallow plain cbcmac(aes) in FIPS mode | Nicolai Stange |
2022-12-30 | crypto: wp512 - disable kmsan checks in wp512_process_buffer() | Arnd Bergmann |
2022-12-30 | crypto: scatterwalk - use kmap_local() not kmap_atomic() | Ard Biesheuvel |
2022-12-14 | Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2022-12-02 | crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127 | Herbert Xu |
2022-12-02 | crypto: Prepare to move crypto_tfm_ctx | Herbert Xu |
2022-12-02 | crypto: dh - Use helper to set reqsize | Herbert Xu |
2022-12-02 | crypto: rsa-pkcs1pad - Use helper to set reqsize | Herbert Xu |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro |
2022-11-25 | Revert "crypto: shash - avoid comparing pointers to exported functions under ... | Eric Biggers |
2022-11-25 | crypto: tcrypt - Fix multibuffer skcipher speed test mem leak | Zhang Yiqun |
2022-11-25 | crypto: algboss - compile out test-related code when tests disabled | Eric Biggers |
2022-11-25 | crypto: kdf - silence noisy self-test | Eric Biggers |
2022-11-25 | crypto: kdf - skip self-test when tests disabled | Eric Biggers |
2022-11-25 | crypto: api - compile out crypto_boot_test_finished when tests disabled | Eric Biggers |
2022-11-25 | crypto: algboss - optimize registration of internal algorithms | Eric Biggers |
2022-11-25 | crypto: api - optimize algorithm registration when self-tests disabled | Eric Biggers |
2022-11-18 | crypto: skcipher - Allow sync algorithms with large request contexts | Herbert Xu |
2022-11-18 | crypto: cryptd - Use request context instead of stack for sub-request | Herbert Xu |
2022-11-18 | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld |