summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/gss_krb5.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever2023-02-201-117/+0
* SUNRPC: Support the Camellia enctypesChuck Lever2023-02-201-0/+4
* SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever2023-02-201-2/+17
* SUNRPC: Add new subkey length fieldsChuck Lever2023-02-201-2/+12
* SUNRPC: Hoist KDF into struct gss_krb5_enctypeChuck Lever2023-02-201-20/+5
* SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever2023-02-201-16/+4
* SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever2023-02-201-14/+0
* SUNRPC: Remove another switch on ctx->enctypeChuck Lever2023-02-201-0/+1
* SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanismChuck Lever2023-02-201-14/+9
* SUNRPC: Obscure Kerberos integrity keysChuck Lever2023-02-201-7/+2
* SUNRPC: Obscure Kerberos signing keysChuck Lever2023-02-201-3/+2
* SUNRPC: Obscure Kerberos encryption keysChuck Lever2023-02-201-2/+0
* SUNRPC: Refactor set-up for aux_cipherChuck Lever2023-02-201-0/+1
* SUNRPC: Improve Kerberos confounder generationChuck Lever2023-02-201-3/+0
* SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever2023-02-201-3/+0
* SUNRPC: Remove .blocksize field from struct gss_krb5_enctypeChuck Lever2023-02-201-1/+0
* SUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.hChuck Lever2023-02-201-2/+5
* SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel2020-09-111-11/+0
* SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-04-271-3/+3
* sunrpc: convert to time64_t for expiryArnd Bergmann2019-12-181-1/+1
* Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-041-5/+2
|\
| * SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton2018-11-011-5/+2
* | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-10-261-1/+2
|\|
| * SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust2018-09-301-1/+2
* | gss_krb5: Remove VLA usage of skcipherKees Cook2018-09-281-15/+15
|/
* sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-271-16/+16
* sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton2014-08-031-2/+2
* NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust2010-05-141-1/+2
* gss_krb5: Add support for rc4-hmac encryptionKevin Coffman2010-05-141-0/+9
* gss_krb5: Use confounder length in wrap codeKevin Coffman2010-05-141-0/+3
* gssd_krb5: More arcfour-hmac supportKevin Coffman2010-05-141-2/+3
* gss_krb5: Save the raw session key in the contextKevin Coffman2010-05-141-0/+1
* gssd_krb5: arcfour-hmac supportKevin Coffman2010-05-141-2/+2
* gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman2010-05-141-0/+20
* gss_krb5: add support for new token formats in rfc4121Kevin Coffman2010-05-141-0/+28
* gss_krb5: add support for triple-des encryptionKevin Coffman2010-05-141-0/+5
* gss_krb5: handle new context format from gssdKevin Coffman2010-05-141-2/+21
* gss_krb5: import functionality to derive keys into the kernelKevin Coffman2010-05-141-0/+31
* gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman2010-05-141-3/+8
* gss_krb5: introduce encryption type frameworkKevin Coffman2010-05-141-1/+24
* gss_krb5: split up functions in preparation of adding new enctypesKevin Coffman2010-05-141-0/+1
* gss_krb5: Introduce encryption type frameworkKevin Coffman2010-05-141-0/+25
* gss_krb5: create a define for token header size and clean up ptr locationKevin Coffman2008-06-231-0/+3
* gss_krb5: consistently use unsigned for seqnumKevin Coffman2008-04-231-2/+2
* Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependentKevin Coffman2008-04-231-2/+0
* rpcgss: krb5: ignore seedJ. Bruce Fields2006-12-061-2/+0
* rpcgss: krb5: sanity check sealalg value in the downcallJ. Bruce Fields2006-12-061-1/+0
* rpcgss: simplify make_checksumJ. Bruce Fields2006-12-061-1/+1
* gss: krb5: remove signalg and sealalgJ. Bruce Fields2006-12-061-1/+0
* [SUNRPC] GSS: Use block ciphers where applicableHerbert Xu2006-09-211-9/+10