summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2024-07-11crypto: aead,cipher - zeroize key buffer after useHailey Mothershead
2024-07-05crypto: ecdh - explicitly zeroize private_keyJoachim Vandersmissen
2024-06-16crypto: ecrdsa - Fix module auto-load on add_keyVitaly Chikunov
2024-06-16crypto: ecdsa - Fix module auto-load on add-keyStefan Berger
2024-06-12KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTESTEric Biggers
2024-06-12KEYS: asymmetric: Add missing dependency on CRYPTO_SIGEric Biggers
2024-03-26crypto: jitter - fix CRYPTO_JITTERENTROPY help textRandy Dunlap
2024-02-23crypto: algif_hash - Remove bogus SGL free on zero-length error pathHerbert Xu
2024-01-31crypto: api - Disallow identical driver namesHerbert Xu
2024-01-25crypto: scomp - fix req->dst buffer overflowChengming Zhou
2024-01-25crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu
2024-01-25crypto: rsa - add a check for allocation failureDan Carpenter
2024-01-10crypto: xts - use 'spawn' for underlying single-block cipherEric Biggers
2023-11-28crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin
2023-11-20certs: Break circular dependency when selftest is modularHerbert Xu
2023-10-18KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hashHerbert Xu
2023-09-20crypto: sm2 - Fix crash caused by uninitialized contextTianjia Zhang
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-08-29Merge tag 'tpmdd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Linus Torvalds
2023-08-25X.509: if signature is unsupported skip validationThore Sommer
2023-08-18crypto: fix uninit-value in af_alg_free_resourcesPavel Skripkin
2023-08-18crypto: engine - Remove crypto_engine_ctxHerbert Xu
2023-08-18crypto: engine - Move crypto_engine_ops from request into crypto_algHerbert Xu
2023-08-18crypto: engine - Create internal/engine.hHerbert Xu
2023-08-18crypto: engine - Move crypto inclusions out of header fileHerbert Xu
2023-08-18crypto: engine - Remove prepare/unprepare requestHerbert Xu
2023-08-17KEYS: DigitalSignature link restrictionEric Snowberg
2023-08-11crypto: jitter - Add clarifying comments to Jitter Entropy RCT cutoff valuesJoachim Vandersmissen
2023-08-11crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu
2023-08-11crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial()Frederick Lawler
2023-08-04crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390David Howells
2023-07-28KEYS: use kfree_sensitive with keyMahmoud Adam
2023-07-20crypto: sig - Remove some unused functionsJiapeng Chong
2023-07-14crypto: lrw,xts - Replace strlcpy with strscpyAzeem Shaikh
2023-07-14KEYS: fix kernel-doc warnings in verify_pefileGaosheng Cui
2023-07-08crypto: algif_hash - Fix race between MORE and non-MORE sendsDavid Howells
2023-07-07KEYS: asymmetric: Fix error codesDan Carpenter
2023-07-05crypto: af_alg - Fix merging of written data into spliced pagesDavid Howells
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-06-27crypto: akcipher - Do not copy dst if it is NULLHerbert Xu
2023-06-27crypto: sig - Fix verify callHerbert Xu
2023-06-27crypto: akcipher - Set request tfm on sync pathHerbert Xu
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-23KEYS: asymmetric: Use new crypto interface without scatterlistsHerbert Xu
2023-06-23KEYS: asymmetric: Move sm2 code into x509_public_keyHerbert Xu
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu
2023-06-23crypto: akcipher - Add sync interface without SG listsHerbert Xu
2023-06-23crypto: cipher - On clone do crypto_mod_get()Dmitry Safonov
2023-06-23crypto: api - Add __crypto_alloc_tfmgfpHerbert Xu
2023-06-23crypto: api - Remove crypto_init_ops()Dmitry Safonov