summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
29 hourscrypto: rng - Free default RNG on module exitHerbert Xu
29 hourscrypto: asymmetric_keys - fix OOB read in pefile_digest_pe_contentsWeiming Shi
29 hourscrypto: ecrdsa - fix unknown OID check in ecrdsa_param_curveThorsten Blum
29 hourscrypto: algif_skcipher - force synchronous processing on trees without ctx->s...Muhammet Kaan KILINÇ
29 hourscrypto: drbg - Fix the fips_enabled priority boostEric Biggers
29 hourscrypto: drbg - Fix returning success on failure in CTR_DRBGEric Biggers
29 hourscrypto: pcrypt - restore callback for non-parallel fallbackRuijie Li
29 hourscrypto: ecc - Fix carry overflow in vli multiplicationAnastasia Tishchenko
29 hourscrypto: af_alg - Remove zero-copy support from skcipher and aeadEric Biggers
29 hoursX.509: Fix validation of ASN.1 certificate headerLukas Wunner
2026-05-23crypto: af_alg - Cap AEAD AD length to 0x80000000Herbert Xu
2026-05-23crypto: jitterentropy - replace long-held spinlock with mutexHaixin Xu
2026-05-17crypto: authencesn - reject short ahash digests during instance creationYucheng Lu
2026-05-17crypto: pcrypt - Fix handling of MAY_BACKLOG requestsHerbert Xu
2026-04-30crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsglHerbert Xu
2026-04-30crypto: authencesn - Fix src offset when decrypting in-placeHerbert Xu
2026-04-30crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryp...Herbert Xu
2026-04-30crypto: authenc - use memcpy_sglist() instead of null skcipherEric Biggers
2026-04-30crypto: algif_aead - snapshot IV for async AEAD requestsDouya Le
2026-04-30crypto: algif_aead - Revert to operating out-of-placeHerbert Xu
2026-04-30crypto: algif_aead - use memcpy_sglist() instead of null skcipherEric Biggers
2026-04-30crypto: scatterwalk - Backport memcpy_sglist()Eric Biggers
2026-04-27crypto: testmgr - Hide ENOENT errors betterHerbert Xu
2026-04-27crypto: testmgr - Hide ENOENT errorsHerbert Xu
2026-04-27crypto: algif_aead - Fix minimum RX size check for decryptionHerbert Xu
2026-04-18X.509: Fix out-of-bounds access when parsing extensionsLukas Wunner
2026-04-11crypto: af-alg - fix NULL pointer dereference in scatterwalkNorbert Szetei
2026-01-30crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN specTaeyang Lee
2026-01-11crypto: seqiv - Do not use req->iv after crypto_aead_encryptHerbert Xu
2026-01-11crypto: af_alg - zero initialize memory allocated via sock_kmallocShivani Agarwal
2026-01-11crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_idThorsten Blum
2026-01-11crypto: authenc - Correctly pass EINPROGRESS back up to the callerHerbert Xu
2025-10-19crypto: essiv - Check ssize for decryption and in-place encryptionHerbert Xu
2025-10-15KEYS: X.509: Fix Basic Constraints CA flag parsingFan Wu
2025-10-12crypto: rng - Ensure set_ent is always presentHerbert Xu
2025-09-25crypto: af_alg - Set merge to zero early in af_alg_sendmsgHerbert Xu
2025-09-25crypto: af_alg - Disallow concurrent writes in af_alg_sendmsgHerbert Xu
2025-08-28crypto: jitter - fix intermediary handlingMarkus Theil
2025-07-17crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP()Lukas Wunner
2025-06-19crypto: xts - Only add ecb if it is not already thereHerbert Xu
2025-06-19crypto: lrw - Only add ecb if it is not already thereHerbert Xu
2025-06-04crypto: algif_hash - fix double free in hash_acceptIvan Pravdin
2025-06-04crypto: skcipher - Zap type in crypto_alloc_sync_skcipherHerbert Xu
2025-06-04crypto: ahash - Set default reqsize from ahash_algHerbert Xu
2025-06-04crypto: lzo - Fix compression buffer overrunHerbert Xu
2025-05-02crypto: null - Use spin lock instead of mutexHerbert Xu
2025-01-09crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytesStefan Berger
2025-01-09crypto: ecdsa - Avoid signed integer overflow on signature decodingLukas Wunner
2025-01-09crypto: ecdsa - Use ecc_digits_from_bytes to convert signatureStefan Berger
2025-01-09crypto: ecdsa - Rename keylen to bufsize where necessaryStefan Berger