aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-05crypto: ecdsa - Move X9.62 signature size calculation into templateLukas Wunner4-34/+60
2024-10-05crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner7-17/+17
2024-10-05crypto: ecdsa - Move X9.62 signature decoding into templateLukas Wunner6-70/+942
2024-10-05crypto: ecdsa - Avoid signed integer overflow on signature decodingLukas Wunner1-12/+7
2024-10-05crypto: sig - Move crypto_sig_*() API calls to include fileLukas Wunner1-46/+0
2024-10-05crypto: akcipher - Drop sign/verify operationsLukas Wunner5-221/+55
2024-10-05crypto: rsassa-pkcs1 - Avoid copying hash prefixLukas Wunner1-8/+10
2024-10-05crypto: rsassa-pkcs1 - Harden digest length verificationLukas Wunner1-1/+19
2024-10-05crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner8-342/+475
2024-10-05crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacksLukas Wunner1-28/+2
2024-10-05crypto: ecrdsa - Migrate to sig_alg backendLukas Wunner4-41/+28
2024-10-05crypto: ecdsa - Migrate to sig_alg backendLukas Wunner4-90/+55
2024-10-05crypto: sig - Introduce sig_alg backendLukas Wunner3-2/+269
2024-10-05crypto: ecdsa - Drop unused test vector elementsLukas Wunner1-105/+10
2024-09-20KEYS: prevent NULL pointer dereference in find_asymmetric_key()Roman Smirnov1-3/+4
2024-09-13crypto: aegis128 - Fix indentation issue in crypto_aegis128_process_crypt()Riyan Dhiman1-2/+3
2024-09-06crypto: testmgr - Hide ENOENT errorsHerbert Xu1-1/+22
2024-09-06crypto: algboss - Pass instance creation error upHerbert Xu1-1/+2
2024-09-06crypto: api - Fix generic algorithm self-test racesHerbert Xu1-7/+8
2024-08-30crypto: jitter - Use min() to simplify jent_read_entropy()Thorsten Blum1-4/+2
2024-08-24crypto: simd - Do not call crypto_alloc_tfm during registrationHerbert Xu1-61/+15
2024-08-24crypto: api - Do not wait for tests during registrationHerbert Xu3-31/+32
2024-08-24crypto: api - Remove instance larval fulfilmentHerbert Xu3-49/+23
2024-08-24crypto: jitter - set default OSR to 3Stephan Mueller1-1/+1
2024-08-17crypto: rsa - Check MPI allocation errorsHerbert Xu1-7/+12
2024-08-17crypto: dh - Check mpi_rshift errorsHerbert Xu1-2/+2
2024-08-17crypto: chacha20poly1305 - Annotate struct chachapoly_ctx with __counted_by()Thorsten Blum1-1/+1
2024-08-02crypto: 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/crypto-2.6Linus 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/linux/kernel/git/jarkko/linux-tpmddLinus Torvalds6-189/+330
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus 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-13net: change proto and proto_ops accept typeJens Axboe2-10/+11
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus 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