summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/gss_krb5_mech.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Remove the ->import_ctx methodChuck Lever2023-08-291-11/+1
* SUNRPC: Remove CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEMChuck Lever2023-08-291-7/+0
* SUNRPC: Remove gss_import_v1_context()Chuck Lever2023-08-291-141/+1
* SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIEDChuck Lever2023-08-291-44/+0
* SUNRPC: Remove DES and DES3 enctypes from the supported enctypes listChuck Lever2023-08-291-52/+0
* SUNRPC: Export get_gss_krb5_enctype()Chuck Lever2023-02-201-19/+16
* SUNRPC: Advertise support for the Camellia encryption typesChuck Lever2023-02-201-0/+4
* SUNRPC: Add KDF_FEEDBACK_CMACChuck Lever2023-02-201-0/+2
* SUNRPC: Support the Camellia enctypesChuck Lever2023-02-201-0/+55
* SUNRPC: Advertise support for RFC 8009 encryption typesChuck Lever2023-02-201-0/+4
* SUNRPC: Add RFC 8009 encryption and decryption functionsChuck Lever2023-02-201-0/+4
* SUNRPC: Add KDF-HMAC-SHA2Chuck Lever2023-02-201-0/+2
* SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever2023-02-201-0/+51
* SUNRPC: Add new subkey length fieldsChuck Lever2023-02-201-6/+14
* SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher()Chuck Lever2023-02-201-35/+26
* SUNRPC: Clean up cipher set up for v1 encryption typesChuck Lever2023-02-201-29/+29
* SUNRPC: Hoist KDF into struct gss_krb5_enctypeChuck Lever2023-02-201-57/+19
* SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever2023-02-201-4/+4
* SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever2023-02-201-8/+0
* SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DESChuck Lever2023-02-201-6/+21
* SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macroChuck Lever2023-02-201-2/+39
* SUNRPC: Remove another switch on ctx->enctypeChuck Lever2023-02-201-12/+18
* SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanismChuck Lever2023-02-201-11/+115
* SUNRPC: Obscure Kerberos integrity keysChuck Lever2023-02-201-10/+12
* SUNRPC: Obscure Kerberos signing keysChuck Lever2023-02-201-10/+27
* SUNRPC: Obscure Kerberos encryption keysChuck Lever2023-02-201-17/+26
* SUNRPC: Refactor set-up for aux_cipherChuck Lever2023-02-201-25/+25
* SUNRPC: Obscure Kerberos session keyChuck Lever2023-02-201-0/+1
* SUNRPC: Improve Kerberos confounder generationChuck Lever2023-02-201-8/+7
* SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever2023-02-201-4/+0
* SUNRPC: Remove .blocksize field from struct gss_krb5_enctypeChuck Lever2023-02-201-4/+0
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-01-251-29/+2
* SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel2020-09-111-95/+0
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* sunrpc: convert to time64_t for expiryArnd Bergmann2019-12-181-3/+9
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever2019-02-141-26/+1
* SUNRPC: Add build option to disable support for insecure enctypesChuck Lever2019-02-131-0/+2
* Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-041-6/+10
|\
| * SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton2018-11-011-6/+10
* | gss_krb5: Remove VLA usage of skcipherKees Cook2018-09-281-28/+25
|/
* sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields2016-11-011-2/+1
* xprtrdma: No direct data placement with krb5i and krb5pChuck Lever2016-07-111-0/+2
* sunrpc: Fix skcipher/shash conversionHerbert Xu2016-04-041-1/+2
* sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-271-43/+46
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields2013-04-291-1/+5
|\
| * SUNRPC: Consider qop when looking up pseudoflavorsChuck Lever2013-03-291-0/+3
| * SUNRPC: Load GSS kernel module by OIDChuck Lever2013-03-291-0/+1
| * SUNRPC: Define rpcsec_gss_info structureChuck Lever2013-03-291-1/+1