summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-201-0/+22
|\
| * crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytesStefan Berger2024-05-171-0/+22
* | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-182-10/+11
|\ \
| * | net: change proto and proto_ops accept typeJens Axboe2024-05-132-10/+11
* | | Merge tag 'asymmetric-keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-05-156-189/+330
|\ \ \
| * | | certs: Add ECDSA signature verification self-testJoachim Vandersmissen2024-05-145-0/+103
| * | | certs: Move RSA self-test data to separate fileJoachim Vandersmissen2024-05-145-189/+224
| * | | KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTESTEric Biggers2024-05-131-0/+2
| * | | KEYS: asymmetric: Add missing dependency on CRYPTO_SIGEric Biggers2024-05-131-0/+1
* | | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-143-2/+87
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-292-0/+85
| |\ \ \
| | * | | bpf: crypto: add skcipher to bpf cryptoVadim Fedorenko2024-04-242-0/+85
| | |/ /
| * / / net: add sk_wake_async_rcu() helperEric Dumazet2024-03-291-2/+2
| |/ /
* | | Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-1336-864/+425
|\ \ \ | |/ / |/| / | |/
| * crypto: api - use 'time_left' variable with wait_for_completion_killable_time...Wolfram Sang2024-05-101-4/+4
| * crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger2024-04-262-24/+13
| * crypto: ecdh - Pass private key in proper byte order to check valid keyStefan Berger2024-04-261-3/+8
| * crypto: aead,cipher - zeroize key buffer after useHailey Mothershead2024-04-262-4/+2
| * X.509: Introduce scope-based x509_certificate allocationLukas Wunner2024-04-123-49/+28
| * crypto: x509 - Add OID for NIST P521 and extend parser for itStefan Berger2024-04-121-0/+3
| * crypto: asymmetric_keys - Adjust signature size calculation for NIST P521Stefan Berger2024-04-121-1/+13
| * crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger2024-04-123-0/+184
| * crypto: ecdsa - Rename keylen to bufsize where necessaryStefan Berger2024-04-121-6/+6
| * crypto: ecdsa - Replace ndigits with nbits where precision is neededStefan Berger2024-04-121-1/+1
| * crypto: ecc - Add NIST P521 curve parametersStefan Berger2024-04-122-0/+47
| * crypto: ecc - Add special case for NIST P521 in ecc_point_multStefan Berger2024-04-121-1/+4
| * crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger2024-04-121-0/+25
| * crypto: ecc - Add nbits field to ecc_curve structureStefan Berger2024-04-122-0/+9
| * crypto: ecdsa - Extend res.x mod n calculation for NIST P521Stefan Berger2024-04-121-1/+1
| * crypto: ecdsa - Adjust tests on length of key parametersStefan Berger2024-04-121-1/+1
| * crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger2024-04-121-5/+9
| * crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possibleStefan Berger2024-04-121-6/+6
| * crypto: algboss - remove NULL check in cryptomgr_schedule_probe()Roman Smirnov2024-04-121-3/+0
| * crypto: ecc - remove checks in crypto_ecdh_shared_secret() and ecc_make_pub_k...Roman Smirnov2024-04-121-2/+2
| * crypto: jitter - Replace http with httpsThorsten Blum2024-04-051-1/+1
| * crypto: jitter - Remove duplicate word in commentThorsten Blum2024-04-051-1/+1
| * crypto: ecdh - explicitly zeroize private_keyJoachim Vandersmissen2024-04-051-0/+2
| * crypto: fips - Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-051-1/+0
| * crypto: jitter - Use kvfree_sensitive() to fix Coccinelle warningThorsten Blum2024-04-051-2/+1
| * crypto: ecdsa - Fix module auto-load on add-keyStefan Berger2024-04-021-0/+3
| * crypto: ecc - update ecc_gen_privkey for FIPS 186-5Joachim Vandersmissen2024-04-021-12/+17
| * crypto: ecrdsa - Fix module auto-load on add_keyVitaly Chikunov2024-04-021-0/+1
| * crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-04-0218-744/+42
|/
* Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-256-2/+98
|\
| * Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers2024-03-226-2/+98
* | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-0/+3
|\ \
| * | RISC-V: hook new crypto subdir into build-systemHeiko Stuebner2024-01-221-0/+3
* | | Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-159-64/+110
|\ \ \ | | |/ | |/|
| * | Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu2024-03-1318-47/+760
| * | crypto: scomp - remove memcpy if sg_nents is 1 and pages are lowmemBarry Song2024-03-081-7/+29