summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
11 dayscrypto: simd - Do not call crypto_alloc_tfm during registrationHerbert Xu1-61/+15
2024-10-04KEYS: prevent NULL pointer dereference in find_asymmetric_key()Roman Smirnov1-3/+4
2024-10-04crypto: xor - fix template benchmarkingHelge Deller1-17/+14
2024-07-13crypto: testmgr - generate power-of-2 lengths more oftenEric Biggers1-4/+12
2024-06-28crypto: deflate - Add aliases to deflateKyle Meyer1-0/+1
2024-06-28crypto: tcrypt - add skcipher speed for given algSergey Portnoy1-0/+9
2024-06-16crypto: ecc - Fix off-by-one missing to clear most significant digitStefan Berger1-1/+1
2024-06-07crypto: sm2 - Remove sm2 algorithmHerbert Xu10-635/+2
2024-06-07crypto: ecdsa - Use ecc_digits_from_bytes to convert signatureStefan Berger1-10/+2
2024-06-07crypto: ecdsa - Use ecc_digits_from_bytes to create hash digits arrayStefan Berger1-13/+4
2024-06-07crypto: ecdsa - Fix the public key format descriptionJarkko Sakkinen1-3/+2
2024-06-07crypto: testmgr - test setkey in no-SIMD contextEric Biggers1-5/+24
2024-05-31crypto: Add missing MODULE_DESCRIPTION() macrosJeff Johnson8-0/+8
2024-05-31crypto: api - Disable boot-test-finished if algapi is a moduleHerbert Xu3-4/+10
2024-05-20Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+22
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2-10/+11
2024-05-17crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytesStefan Berger1-0/+22
2024-05-15Merge tag 'asymmetric-keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds6-189/+330
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-2/+87
2024-05-14certs: Add ECDSA signature verification self-testJoachim Vandersmissen5-0/+103
2024-05-14certs: Move RSA self-test data to separate fileJoachim Vandersmissen5-189/+224
2024-05-14net: change proto and proto_ops accept typeJens Axboe2-10/+11
2024-05-14Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds36-864/+425
2024-05-13KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTESTEric Biggers1-0/+2
2024-05-13KEYS: asymmetric: Add missing dependency on CRYPTO_SIGEric Biggers1-0/+1
2024-05-10crypto: api - use 'time_left' variable with wait_for_completion_killable_time...Wolfram Sang1-4/+4
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-0/+85
2024-04-26crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger2-24/+13
2024-04-26crypto: ecdh - Pass private key in proper byte order to check valid keyStefan Berger1-3/+8
2024-04-26crypto: aead,cipher - zeroize key buffer after useHailey Mothershead2-4/+2
2024-04-25bpf: crypto: add skcipher to bpf cryptoVadim Fedorenko2-0/+85
2024-04-12X.509: Introduce scope-based x509_certificate allocationLukas Wunner3-49/+28
2024-04-12crypto: x509 - Add OID for NIST P521 and extend parser for itStefan Berger1-0/+3
2024-04-12crypto: asymmetric_keys - Adjust signature size calculation for NIST P521Stefan Berger1-1/+13
2024-04-12crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger3-0/+184
2024-04-12crypto: ecdsa - Rename keylen to bufsize where necessaryStefan Berger1-6/+6
2024-04-12crypto: ecdsa - Replace ndigits with nbits where precision is neededStefan Berger1-1/+1
2024-04-12crypto: ecc - Add NIST P521 curve parametersStefan Berger2-0/+47
2024-04-12crypto: ecc - Add special case for NIST P521 in ecc_point_multStefan Berger1-1/+4
2024-04-12crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger1-0/+25
2024-04-12crypto: ecc - Add nbits field to ecc_curve structureStefan Berger2-0/+9
2024-04-12crypto: ecdsa - Extend res.x mod n calculation for NIST P521Stefan Berger1-1/+1
2024-04-12crypto: ecdsa - Adjust tests on length of key parametersStefan Berger1-1/+1
2024-04-12crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger1-5/+9
2024-04-12crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possibleStefan Berger1-6/+6
2024-04-12crypto: algboss - remove NULL check in cryptomgr_schedule_probe()Roman Smirnov1-3/+0
2024-04-12crypto: ecc - remove checks in crypto_ecdh_shared_secret() and ecc_make_pub_k...Roman Smirnov1-2/+2
2024-04-05crypto: jitter - Replace http with httpsThorsten Blum1-1/+1
2024-04-05crypto: jitter - Remove duplicate word in commentThorsten Blum1-1/+1
2024-04-05crypto: ecdh - explicitly zeroize private_keyJoachim Vandersmissen1-0/+2