index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-20
crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks
David Howells
1
-6
/
+48
2026-05-15
crypto: krb5 - filter out async aead implementations at alloc
Michael Bommarito
1
-1
/
+1
2026-05-15
crypto: api - use designated initializers for report structs
Thorsten Blum
12
-64
/
+42
2026-05-15
crypto: ecc - Unbreak the build on arm with CONFIG_KASAN_STACK=y
Lukas Wunner
1
-0
/
+5
2026-05-15
crypto: drbg - Remove support for "prediction resistance"
Eric Biggers
3
-278
/
+27
2026-05-15
crypto: drbg - Rename MAX_ADDTL => MAX_ADDTL_BYTES
Eric Biggers
1
-5
/
+6
2026-05-15
crypto: af_alg - Cap AEAD AD length to 0x80000000
Herbert Xu
1
-0
/
+2
2026-05-15
crypto: af_alg - Remove zero-copy support from skcipher and aead
Eric Biggers
2
-50
/
+27
2026-05-15
crypto: jitterentropy - fix URL
Thorsten Blum
1
-2
/
+2
2026-05-15
crypto: jitterentropy - drop redundant delta check in jent_entropy_init
Thorsten Blum
1
-1
/
+1
2026-05-07
crypto: asymmetric_keys - fix OOB read in pefile_digest_pe_contents
Weiming Shi
1
-0
/
+2
2026-05-07
crypto: ecrdsa - fix unknown OID check in ecrdsa_param_curve
Thorsten Blum
1
-1
/
+1
2026-05-07
crypto: authencesn - Use memcpy_from/to_sglist
Herbert Xu
1
-17
/
+16
2026-05-07
crypto: af_alg - Document the deprecation of AF_ALG
Eric Biggers
1
-18
/
+51
2026-05-07
crypto: testmgr - disallow RSA PKCS#1 SHA-1 sig algs in FIPS mode
Jeff Barnes
1
-0
/
+6
2026-05-07
crypto: crypto_null - Drop unused cipher_null crypto_alg
Ard Biesheuvel
1
-33
/
+2
2026-05-07
crypto: drbg - Clean up loop in drbg_hmac_update()
Eric Biggers
1
-12
/
+2
2026-05-07
crypto: drbg - Clean up generation code
Eric Biggers
1
-34
/
+19
2026-05-07
crypto: drbg - Remove redundant reseeding based on random.c state
Eric Biggers
1
-98
/
+9
2026-05-07
crypto: drbg - Change DRBG_MAX_REQUESTS to 4096
Eric Biggers
1
-1
/
+1
2026-05-07
crypto: drbg - Include get_random_bytes() output in additional input
Eric Biggers
1
-4
/
+25
2026-05-07
crypto: drbg - Simplify "uninstantiate" logic
Eric Biggers
1
-44
/
+13
2026-05-07
crypto: drbg - Fold drbg_prepare_hrng() into drbg_kcapi_seed()
Eric Biggers
1
-22
/
+12
2026-05-07
crypto: drbg - Separate "reseed" case in drbg_kcapi_seed()
Eric Biggers
1
-22
/
+16
2026-05-07
crypto: drbg - Fold drbg_instantiate() into drbg_kcapi_seed()
Eric Biggers
1
-64
/
+43
2026-05-07
crypto: drbg - Put rng_alg methods in logical order
Eric Biggers
1
-46
/
+36
2026-05-07
crypto: drbg - Simplify drbg_generate_long() and fold into caller
Eric Biggers
1
-31
/
+17
2026-05-07
crypto: drbg - Eliminate use of 'drbg_string' and lists
Eric Biggers
2
-111
/
+69
2026-05-07
crypto: drbg - Consolidate "instantiate" logic and remove drbg_state::C
Eric Biggers
1
-23
/
+15
2026-05-07
crypto: drbg - Move module aliases to end of file
Eric Biggers
1
-3
/
+2
2026-05-07
crypto: drbg - Install separate seed functions for pr and nopr
Eric Biggers
1
-9
/
+16
2026-05-07
crypto: drbg - Remove drbg_core
Eric Biggers
1
-86
/
+13
2026-05-07
crypto: drbg - Use HMAC-SHA512 library API
Eric Biggers
2
-175
/
+41
2026-05-07
crypto: drbg - Embed V and C into struct drbg_state
Eric Biggers
1
-26
/
+4
2026-05-07
crypto: drbg - Move fixed values into constants
Eric Biggers
1
-122
/
+61
2026-05-07
crypto: drbg - De-virtualize drbg_state_ops
Eric Biggers
1
-44
/
+6
2026-05-07
crypto: drbg - Simplify algorithm registration
Eric Biggers
1
-65
/
+35
2026-05-07
crypto: drbg - Remove support for HMAC-SHA256 and HMAC-SHA384
Eric Biggers
3
-327
/
+2
2026-05-07
crypto: testmgr - Update test for drbg_nopr_hmac_sha512
Eric Biggers
2
-47
/
+215
2026-05-07
crypto: testmgr - Add test for drbg_pr_hmac_sha512
Eric Biggers
2
-1
/
+203
2026-05-07
crypto: drbg - Flatten the DRBG menu
Eric Biggers
1
-12
/
+5
2026-05-07
crypto: drbg - Remove support for HASH_DRBG
Eric Biggers
4
-678
/
+6
2026-05-07
crypto: drbg - Remove support for CTR_DRBG
Eric Biggers
4
-623
/
+6
2026-05-07
crypto: drbg - Remove import of crypto_cipher functions
Eric Biggers
1
-2
/
+0
2026-05-07
crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.c
Eric Biggers
2
-3
/
+132
2026-05-07
crypto: drbg - Remove obsolete FIPS 140-2 continuous test
Eric Biggers
1
-76
/
+2
2026-05-07
crypto: drbg - Remove unhelpful helper functions
Eric Biggers
2
-34
/
+15
2026-05-07
crypto: drbg - Remove broken commented-out code
Eric Biggers
1
-29
/
+0
2026-05-07
crypto: drbg - Remove always-enabled symbol CRYPTO_DRBG_HMAC
Eric Biggers
2
-22
/
+3
2026-05-07
crypto: drbg - Fix the fips_enabled priority boost
Eric Biggers
1
-1
/
+1
[prev]
[next]