index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
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
2026-05-07
crypto: drbg - Fix ineffective sanity check
Eric Biggers
1
-5
/
+4
2026-05-07
crypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBG
Eric Biggers
2
-4
/
+6
2026-05-07
crypto: drbg - Fix returning success on failure in CTR_DRBG
Eric Biggers
1
-1
/
+1
2026-05-05
keys: cleanup dead code in Kconfig for FIPS_SIGNATURE_SELFTEST
Julian Braha
1
-1
/
+0
2026-05-02
Merge tag 'v7.1-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-0
/
+5
2026-04-23
crypto: authencesn - reject short ahash digests during instance creation
Yucheng Lu
1
-0
/
+5
2026-04-21
Merge tag 'v7.1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
5
-32
/
+51
2026-04-20
crypto: krb5enc - fix async decrypt skipping hash verification
Dudu Lu
1
-21
/
+31
2026-04-20
crypto: algif_aead - snapshot IV for async AEAD requests
Douya Le
1
-2
/
+8
2026-04-17
crypto: acomp - fix wrong pointer stored by acomp_save_req()
Giovanni Cabiddu
1
-5
/
+3
2026-04-16
Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...
Linus Torvalds
4
-201
/
+10
2026-04-16
crypto: pcrypt - Fix handling of MAY_BACKLOG requests
Herbert Xu
1
-2
/
+5
2026-04-16
crypto: authencesn - Fix src offset when decrypting in-place
Herbert Xu
1
-2
/
+4
2026-04-15
Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
17
-408
/
+1896
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
6
-249
/
+0
2026-04-13
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
1
-18
/
+1
2026-04-13
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
14
-825
/
+420
2026-04-13
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-580
/
+0
2026-04-12
Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
6
-249
/
+0
2026-04-12
Merge tag 'v7.0-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
4
-7
/
+14
2026-04-12
crypto: af_alg - use sock_kmemdup in alg_setkey_by_key_serial
Thorsten Blum
1
-3
/
+1
[prev]
[next]