aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds10-68/+238
2023-08-29Merge tag 'tpmdd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmddLinus Torvalds1-0/+44
2023-08-25X.509: if signature is unsupported skip validationThore Sommer1-0/+5
2023-08-18crypto: fix uninit-value in af_alg_free_resourcesPavel Skripkin1-2/+2
2023-08-18crypto: engine - Remove crypto_engine_ctxHerbert Xu1-9/+3
2023-08-18crypto: engine - Move crypto_engine_ops from request into crypto_algHerbert Xu1-12/+203
2023-08-18crypto: engine - Create internal/engine.hHerbert Xu1-1/+1
2023-08-18crypto: engine - Move crypto inclusions out of header fileHerbert Xu1-1/+6
2023-08-18crypto: engine - Remove prepare/unprepare requestHerbert Xu1-41/+1
2023-08-17KEYS: DigitalSignature link restrictionEric Snowberg1-0/+44
2023-08-11crypto: jitter - Add clarifying comments to Jitter Entropy RCT cutoff valuesJoachim Vandersmissen1-3/+7
2023-08-11crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu1-2/+14
2023-08-11crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial()Frederick Lawler1-0/+3
2023-08-04crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390David Howells1-0/+1
2023-07-28KEYS: use kfree_sensitive with keyMahmoud Adam1-4/+4
2023-07-20crypto: sig - Remove some unused functionsJiapeng Chong1-5/+0
2023-07-14crypto: lrw,xts - Replace strlcpy with strscpyAzeem Shaikh2-6/+6
2023-07-14KEYS: fix kernel-doc warnings in verify_pefileGaosheng Cui1-1/+1
2023-07-08crypto: algif_hash - Fix race between MORE and non-MORE sendsDavid Howells1-1/+3
2023-07-07KEYS: asymmetric: Fix error codesDan Carpenter1-5/+15
2023-07-05crypto: af_alg - Fix merging of written data into spliced pagesDavid Howells1-3/+4
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds22-411/+1249
2023-06-27crypto: akcipher - Do not copy dst if it is NULLHerbert Xu1-1/+2
2023-06-27crypto: sig - Fix verify callHerbert Xu3-7/+11
2023-06-27crypto: akcipher - Set request tfm on sync pathHerbert Xu1-0/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells4-62/+4
2023-06-23KEYS: asymmetric: Use new crypto interface without scatterlistsHerbert Xu1-97/+137
2023-06-23KEYS: asymmetric: Move sm2 code into x509_public_keyHerbert Xu3-111/+91
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu5-17/+226
2023-06-23crypto: akcipher - Add sync interface without SG listsHerbert Xu1-0/+95
2023-06-23crypto: cipher - On clone do crypto_mod_get()Dmitry Safonov1-1/+6
2023-06-23crypto: api - Add __crypto_alloc_tfmgfpHerbert Xu3-5/+14
2023-06-23crypto: api - Remove crypto_init_ops()Dmitry Safonov1-14/+0
2023-06-23crypto: rsa - allow only odd e and restrict value in FIPS modeMahmoud Adam1-0/+36
2023-06-23crypto: geniv - Split geniv out of AEAD Kconfig optionHerbert Xu2-12/+9
2023-06-23crypto: algboss - Add missing dependency on RNG2Herbert Xu1-3/+4
2023-06-20crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)David Howells1-13/+25
2023-06-18crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limitDavid Howells1-1/+1
2023-06-16crypto: hmac - Add missing blank lineFranziska Naepelt1-0/+1
2023-06-12algif: Remove hash_sendpage*()David Howells1-66/+0
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+21
2023-06-08crypto: af_alg/hash: Support MSG_SPLICE_PAGESDavid Howells2-41/+70
2023-06-08crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-44/+8
2023-06-08crypto: af_alg: Support MSG_SPLICE_PAGESDavid Howells3-17/+37
2023-06-08crypto: af_alg: Indent the loop in af_alg_sendmsg()David Howells1-24/+27
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells4-55/+38
2023-06-08crypto: af_alg: Pin pages rather than ref'ing if appropriateDavid Howells1-3/+7
2023-06-02KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()Roberto Sassu1-17/+21
2023-06-02crypto: jitter - correct health test during initializationStephan Müller1-6/+3
2023-05-24crypto: Kconfig - warn about performance overhead of CRYPTO_STATSEric Biggers1-0/+3