index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
2026-06-16
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2026-06-16
Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2026-06-12
crypto: rng - Free default RNG on module exit
Herbert Xu
2026-06-12
crypto: testmgr - allow authenc(hmac(sha{256,384}),cts(cbc(aes))) in FIPS mode
Ilya Dryomov
2026-06-11
crypto: xilinx-trng - Replace crypto_drbg_ctr_df() with HMAC-SHA512
Eric Biggers
2026-06-05
crypto: chacha20poly1305 - validate poly1305 template argument
Xiaonan Zhao
2026-06-05
crypto: pcrypt - restore callback for non-parallel fallback
Ruijie Li
2026-05-29
crypto: af_alg - Drop support for off-CPU cryptography
Demi Marie Obenour
2026-05-29
net: Remove support for AIO on sockets
Demi Marie Obenour
2026-05-29
crypto: ecrdsa - remove empty sig_alg exit callback
Thorsten Blum
2026-05-28
crypto: aegis128 - Use neon-intrinsics.h on ARM too
Ard Biesheuvel
2026-05-22
MIPS: Remove unused arch/mips/crypto directory
Ethan Nelson-Moore
2026-05-22
LoongArch: Remove unused arch/loongarch/crypto directory
Ethan Nelson-Moore
2026-05-22
X.509: Fix validation of ASN.1 certificate header
Lukas Wunner
2026-05-22
crypto: ecc - Fix carry overflow in vli multiplication
Anastasia Tishchenko
2026-05-20
crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks
David Howells
2026-05-15
crypto: krb5 - filter out async aead implementations at alloc
Michael Bommarito
2026-05-15
crypto: api - use designated initializers for report structs
Thorsten Blum
2026-05-15
crypto: ecc - Unbreak the build on arm with CONFIG_KASAN_STACK=y
Lukas Wunner
2026-05-15
crypto: drbg - Remove support for "prediction resistance"
Eric Biggers
2026-05-15
crypto: drbg - Rename MAX_ADDTL => MAX_ADDTL_BYTES
Eric Biggers
2026-05-15
crypto: af_alg - Cap AEAD AD length to 0x80000000
Herbert Xu
2026-05-15
crypto: af_alg - Remove zero-copy support from skcipher and aead
Eric Biggers
2026-05-15
crypto: jitterentropy - fix URL
Thorsten Blum
2026-05-15
crypto: jitterentropy - drop redundant delta check in jent_entropy_init
Thorsten Blum
2026-05-07
crypto: asymmetric_keys - fix OOB read in pefile_digest_pe_contents
Weiming Shi
2026-05-07
crypto: ecrdsa - fix unknown OID check in ecrdsa_param_curve
Thorsten Blum
2026-05-07
crypto: authencesn - Use memcpy_from/to_sglist
Herbert Xu
2026-05-07
crypto: af_alg - Document the deprecation of AF_ALG
Eric Biggers
2026-05-07
crypto: testmgr - disallow RSA PKCS#1 SHA-1 sig algs in FIPS mode
Jeff Barnes
2026-05-07
crypto: crypto_null - Drop unused cipher_null crypto_alg
Ard Biesheuvel
2026-05-07
crypto: drbg - Clean up loop in drbg_hmac_update()
Eric Biggers
2026-05-07
crypto: drbg - Clean up generation code
Eric Biggers
2026-05-07
crypto: drbg - Remove redundant reseeding based on random.c state
Eric Biggers
2026-05-07
crypto: drbg - Change DRBG_MAX_REQUESTS to 4096
Eric Biggers
2026-05-07
crypto: drbg - Include get_random_bytes() output in additional input
Eric Biggers
2026-05-07
crypto: drbg - Simplify "uninstantiate" logic
Eric Biggers
2026-05-07
crypto: drbg - Fold drbg_prepare_hrng() into drbg_kcapi_seed()
Eric Biggers
2026-05-07
crypto: drbg - Separate "reseed" case in drbg_kcapi_seed()
Eric Biggers
2026-05-07
crypto: drbg - Fold drbg_instantiate() into drbg_kcapi_seed()
Eric Biggers
2026-05-07
crypto: drbg - Put rng_alg methods in logical order
Eric Biggers
2026-05-07
crypto: drbg - Simplify drbg_generate_long() and fold into caller
Eric Biggers
2026-05-07
crypto: drbg - Eliminate use of 'drbg_string' and lists
Eric Biggers
2026-05-07
crypto: drbg - Consolidate "instantiate" logic and remove drbg_state::C
Eric Biggers
2026-05-07
crypto: drbg - Move module aliases to end of file
Eric Biggers
2026-05-07
crypto: drbg - Install separate seed functions for pr and nopr
Eric Biggers
2026-05-07
crypto: drbg - Remove drbg_core
Eric Biggers
2026-05-07
crypto: drbg - Use HMAC-SHA512 library API
Eric Biggers
2026-05-07
crypto: drbg - Embed V and C into struct drbg_state
Eric Biggers
2026-05-07
crypto: drbg - Move fixed values into constants
Eric Biggers
[next]