index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-20
KEYS: prevent NULL pointer dereference in find_asymmetric_key()
Roman Smirnov
2024-09-13
crypto: aegis128 - Fix indentation issue in crypto_aegis128_process_crypt()
Riyan Dhiman
2024-09-06
crypto: testmgr - Hide ENOENT errors
Herbert Xu
2024-09-06
crypto: algboss - Pass instance creation error up
Herbert Xu
2024-09-06
crypto: api - Fix generic algorithm self-test races
Herbert Xu
2024-08-30
crypto: jitter - Use min() to simplify jent_read_entropy()
Thorsten Blum
2024-08-24
crypto: simd - Do not call crypto_alloc_tfm during registration
Herbert Xu
2024-08-24
crypto: api - Do not wait for tests during registration
Herbert Xu
2024-08-24
crypto: api - Remove instance larval fulfilment
Herbert Xu
2024-08-24
crypto: jitter - set default OSR to 3
Stephan Mueller
2024-08-17
crypto: rsa - Check MPI allocation errors
Herbert Xu
2024-08-17
crypto: dh - Check mpi_rshift errors
Herbert Xu
2024-08-17
crypto: chacha20poly1305 - Annotate struct chachapoly_ctx with __counted_by()
Thorsten Blum
2024-08-02
crypto: xor - fix template benchmarking
Helge Deller
2024-07-13
crypto: testmgr - generate power-of-2 lengths more often
Eric Biggers
2024-06-28
crypto: deflate - Add aliases to deflate
Kyle Meyer
2024-06-28
crypto: tcrypt - add skcipher speed for given alg
Sergey Portnoy
2024-06-16
crypto: ecc - Fix off-by-one missing to clear most significant digit
Stefan Berger
2024-06-07
crypto: sm2 - Remove sm2 algorithm
Herbert Xu
2024-06-07
crypto: ecdsa - Use ecc_digits_from_bytes to convert signature
Stefan Berger
2024-06-07
crypto: ecdsa - Use ecc_digits_from_bytes to create hash digits array
Stefan Berger
2024-06-07
crypto: ecdsa - Fix the public key format description
Jarkko Sakkinen
2024-06-07
crypto: testmgr - test setkey in no-SIMD context
Eric Biggers
2024-05-31
crypto: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-05-31
crypto: api - Disable boot-test-finished if algapi is a module
Herbert Xu
2024-05-20
Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-17
crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes
Stefan Berger
2024-05-15
Merge tag 'asymmetric-keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2024-05-14
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-05-14
certs: Add ECDSA signature verification self-test
Joachim Vandersmissen
2024-05-14
certs: Move RSA self-test data to separate file
Joachim Vandersmissen
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
2024-05-13
Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-05-13
KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST
Eric Biggers
2024-05-13
KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
Eric Biggers
2024-05-10
crypto: api - use 'time_left' variable with wait_for_completion_killable_time...
Wolfram Sang
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-04-26
crypto: ecdh - Initialize ctx->private_key in proper byte order
Stefan Berger
2024-04-26
crypto: ecdh - Pass private key in proper byte order to check valid key
Stefan Berger
2024-04-26
crypto: aead,cipher - zeroize key buffer after use
Hailey Mothershead
2024-04-24
bpf: crypto: add skcipher to bpf crypto
Vadim Fedorenko
2024-04-12
X.509: Introduce scope-based x509_certificate allocation
Lukas Wunner
2024-04-12
crypto: x509 - Add OID for NIST P521 and extend parser for it
Stefan Berger
2024-04-12
crypto: asymmetric_keys - Adjust signature size calculation for NIST P521
Stefan Berger
2024-04-12
crypto: ecdsa - Register NIST P521 and extend test suite
Stefan Berger
2024-04-12
crypto: ecdsa - Rename keylen to bufsize where necessary
Stefan Berger
2024-04-12
crypto: ecdsa - Replace ndigits with nbits where precision is needed
Stefan Berger
2024-04-12
crypto: ecc - Add NIST P521 curve parameters
Stefan Berger
[next]