index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
keys
/
dh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: dh - constify struct dh's pointer members
Nicolai Stange
2022-03-03
1
-1
/
+1
*
security: DH - use KDF implementation from crypto API
Stephan Müller
2021-11-26
1
-91
/
+18
*
security: DH - remove dead code for zero padding
Stephan Müller
2021-11-26
1
-21
/
+4
*
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
1
-7
/
+7
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-04-25
1
-1
/
+0
*
Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...
Lubomir Rintel
2018-09-25
1
-1
/
+1
*
uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name
Randy Dunlap
2018-09-04
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
2018-08-03
1
-2
/
+4
|
\
|
*
dh key: fix rounding up KDF output length
Eric Biggers
2018-06-26
1
-2
/
+4
*
|
crypto: remove redundant type flags from tfm allocation
Eric Biggers
2018-07-09
1
-1
/
+1
|
/
*
dh key: get rid of stack allocated array for zeroes
Tycho Andersen
2018-05-11
1
-3
/
+3
*
dh key: get rid of stack allocated array
Tycho Andersen
2018-05-11
1
-19
/
+10
*
KEYS: DH: validate __spare field
Eric Biggers
2017-07-14
1
-0
/
+5
*
KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP API
Mat Martineau
2017-06-09
1
-102
/
+170
*
KEYS: DH: ensure the KDF counter is properly aligned
Eric Biggers
2017-06-09
1
-13
/
+3
*
KEYS: DH: don't feed uninitialized "otherinfo" into KDF
Eric Biggers
2017-06-09
1
-1
/
+1
*
KEYS: DH: forbid using digest_null as the KDF hash
Eric Biggers
2017-06-09
1
-1
/
+11
*
KEYS: add SP800-56A KDF support for DH
Stephan Mueller
2017-04-04
1
-12
/
+208
*
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
David Howells
2017-03-02
1
-1
/
+1
*
KEYS: Add placeholder for KDF usage with DH
Stephan Mueller
2016-06-03
1
-1
/
+7
*
KEYS: Add KEYCTL_DH_COMPUTE command
Mat Martineau
2016-04-12
1
-0
/
+160