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
/
net
/
sunrpc
/
auth_gss
/
gss_krb5_keys.c
Age
Commit message (
Expand
)
Author
2023-08-29
SUNRPC: Remove krb5_derive_key_v1()
Chuck Lever
2023-02-20
SUNRPC: Add KUnit tests for rpcsec_krb5.ko
Chuck Lever
2023-02-20
SUNRPC: Add KDF_FEEDBACK_CMAC
Chuck Lever
2023-02-20
SUNRPC: Add KDF-HMAC-SHA2
Chuck Lever
2023-02-20
SUNRPC: Hoist KDF into struct gss_krb5_enctype
Chuck Lever
2023-02-20
SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctype
Chuck Lever
2023-02-20
SUNRPC: Remove .blocksize field from struct gss_krb5_enctype
Chuck Lever
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2019-09-05
sunrpc: Use kzfree rather than its implementation.
zhong jiang
2018-09-28
gss_krb5: Remove VLA usage of skcipher
Kees Cook
2018-07-31
sunrpc: whitespace fixes
Stephen Hemminger
2016-01-27
sunrpc: Use skcipher and ahash/shash
Herbert Xu
2014-11-24
sunrpc: eliminate RPC_DEBUG
Jeff Layton
2014-01-24
gss_krb5: use lcm from kernel lib
Luis Henriques
2010-05-14
NFS: Don't use GFP_KERNEL in rpcsec_gss downcalls
Trond Myklebust
2010-05-14
gss_krb5: add remaining pieces to enable AES encryption support
Kevin Coffman
2010-05-14
gss_krb5: add support for triple-des encryption
Kevin Coffman
2010-05-14
gss_krb5: handle new context format from gssd
Kevin Coffman
2010-05-14
gss_krb5: import functionality to derive keys into the kernel
Kevin Coffman