summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-20KEYS: prevent NULL pointer dereference in find_asymmetric_key()Roman Smirnov
2024-09-13crypto: aegis128 - Fix indentation issue in crypto_aegis128_process_crypt()Riyan Dhiman
2024-09-06crypto: testmgr - Hide ENOENT errorsHerbert Xu
2024-09-06crypto: algboss - Pass instance creation error upHerbert Xu
2024-09-06crypto: api - Fix generic algorithm self-test racesHerbert Xu
2024-08-30crypto: jitter - Use min() to simplify jent_read_entropy()Thorsten Blum
2024-08-24crypto: simd - Do not call crypto_alloc_tfm during registrationHerbert Xu
2024-08-24crypto: api - Do not wait for tests during registrationHerbert Xu
2024-08-24crypto: api - Remove instance larval fulfilmentHerbert Xu
2024-08-24crypto: jitter - set default OSR to 3Stephan Mueller
2024-08-17crypto: rsa - Check MPI allocation errorsHerbert Xu
2024-08-17crypto: dh - Check mpi_rshift errorsHerbert Xu
2024-08-17crypto: chacha20poly1305 - Annotate struct chachapoly_ctx with __counted_by()Thorsten Blum
2024-08-02crypto: xor - fix template benchmarkingHelge Deller
2024-07-13crypto: testmgr - generate power-of-2 lengths more oftenEric Biggers
2024-06-28crypto: deflate - Add aliases to deflateKyle Meyer
2024-06-28crypto: tcrypt - add skcipher speed for given algSergey Portnoy
2024-06-16crypto: ecc - Fix off-by-one missing to clear most significant digitStefan Berger
2024-06-07crypto: sm2 - Remove sm2 algorithmHerbert Xu
2024-06-07crypto: ecdsa - Use ecc_digits_from_bytes to convert signatureStefan Berger
2024-06-07crypto: ecdsa - Use ecc_digits_from_bytes to create hash digits arrayStefan Berger
2024-06-07crypto: ecdsa - Fix the public key format descriptionJarkko Sakkinen
2024-06-07crypto: testmgr - test setkey in no-SIMD contextEric Biggers
2024-05-31crypto: Add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-31crypto: api - Disable boot-test-finished if algapi is a moduleHerbert Xu
2024-05-20Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-17crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytesStefan Berger
2024-05-15Merge tag 'asymmetric-keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-05-14certs: Add ECDSA signature verification self-testJoachim Vandersmissen
2024-05-14certs: Move RSA self-test data to separate fileJoachim Vandersmissen
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-05-13KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTESTEric Biggers
2024-05-13KEYS: asymmetric: Add missing dependency on CRYPTO_SIGEric Biggers
2024-05-10crypto: api - use 'time_left' variable with wait_for_completion_killable_time...Wolfram Sang
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-26crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger
2024-04-26crypto: ecdh - Pass private key in proper byte order to check valid keyStefan Berger
2024-04-26crypto: aead,cipher - zeroize key buffer after useHailey Mothershead
2024-04-24bpf: crypto: add skcipher to bpf cryptoVadim Fedorenko
2024-04-12X.509: Introduce scope-based x509_certificate allocationLukas Wunner
2024-04-12crypto: x509 - Add OID for NIST P521 and extend parser for itStefan Berger
2024-04-12crypto: asymmetric_keys - Adjust signature size calculation for NIST P521Stefan Berger
2024-04-12crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger
2024-04-12crypto: ecdsa - Rename keylen to bufsize where necessaryStefan Berger
2024-04-12crypto: ecdsa - Replace ndigits with nbits where precision is neededStefan Berger
2024-04-12crypto: ecc - Add NIST P521 curve parametersStefan Berger