summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss/gss_krb5_mech.c
AgeCommit message (Expand)Author
2024-03-01SUNRPC: fix a memleak in gss_import_v2_contextZhipeng Lu
2024-01-11net: fill in MODULE_DESCRIPTION()s for Sun RPCBreno Leitao
2023-08-29SUNRPC: Remove the ->import_ctx methodChuck Lever
2023-08-29SUNRPC: Remove CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEMChuck Lever
2023-08-29SUNRPC: Remove gss_import_v1_context()Chuck Lever
2023-08-29SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIEDChuck Lever
2023-08-29SUNRPC: Remove DES and DES3 enctypes from the supported enctypes listChuck Lever
2023-02-20SUNRPC: Export get_gss_krb5_enctype()Chuck Lever
2023-02-20SUNRPC: Advertise support for the Camellia encryption typesChuck Lever
2023-02-20SUNRPC: Add KDF_FEEDBACK_CMACChuck Lever
2023-02-20SUNRPC: Support the Camellia enctypesChuck Lever
2023-02-20SUNRPC: Advertise support for RFC 8009 encryption typesChuck Lever
2023-02-20SUNRPC: Add RFC 8009 encryption and decryption functionsChuck Lever
2023-02-20SUNRPC: Add KDF-HMAC-SHA2Chuck Lever
2023-02-20SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever
2023-02-20SUNRPC: Add new subkey length fieldsChuck Lever
2023-02-20SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher()Chuck Lever
2023-02-20SUNRPC: Clean up cipher set up for v1 encryption typesChuck Lever
2023-02-20SUNRPC: Hoist KDF into struct gss_krb5_enctypeChuck Lever
2023-02-20SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever
2023-02-20SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever
2023-02-20SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DESChuck Lever
2023-02-20SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macroChuck Lever
2023-02-20SUNRPC: Remove another switch on ctx->enctypeChuck Lever
2023-02-20SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanismChuck Lever
2023-02-20SUNRPC: Obscure Kerberos integrity keysChuck Lever
2023-02-20SUNRPC: Obscure Kerberos signing keysChuck Lever
2023-02-20SUNRPC: Obscure Kerberos encryption keysChuck Lever
2023-02-20SUNRPC: Refactor set-up for aux_cipherChuck Lever
2023-02-20SUNRPC: Obscure Kerberos session keyChuck Lever
2023-02-20SUNRPC: Improve Kerberos confounder generationChuck Lever
2023-02-20SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever
2023-02-20SUNRPC: Remove .blocksize field from struct gss_krb5_enctypeChuck Lever
2021-01-25SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski
2020-09-11SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2019-12-18sunrpc: convert to time64_t for expiryArnd Bergmann
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-02-14SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever
2019-02-13SUNRPC: Add build option to disable support for insecure enctypesChuck Lever
2018-11-04Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-11-01SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton
2018-09-28gss_krb5: Remove VLA usage of skcipherKees Cook
2016-11-01sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields
2016-07-11xprtrdma: No direct data placement with krb5i and krb5pChuck Lever
2016-04-04sunrpc: Fix skcipher/shash conversionHerbert Xu
2016-01-27sunrpc: Use skcipher and ahash/shashHerbert Xu
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton
2013-04-29Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields
2013-04-26SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce