summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss/gss_krb5_mech.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12net: fill in MODULE_DESCRIPTION()s for Sun RPCBreno Leitao1-0/+1
2023-08-30SUNRPC: Remove the ->import_ctx methodChuck Lever1-11/+1
2023-08-30SUNRPC: Remove CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEMChuck Lever1-7/+0
2023-08-30SUNRPC: Remove gss_import_v1_context()Chuck Lever1-141/+1
2023-08-30SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIEDChuck Lever1-44/+0
2023-08-30SUNRPC: Remove DES and DES3 enctypes from the supported enctypes listChuck Lever1-52/+0
2023-02-20SUNRPC: Export get_gss_krb5_enctype()Chuck Lever1-19/+16
2023-02-20SUNRPC: Advertise support for the Camellia encryption typesChuck Lever1-0/+4
2023-02-20SUNRPC: Add KDF_FEEDBACK_CMACChuck Lever1-0/+2
2023-02-20SUNRPC: Support the Camellia enctypesChuck Lever1-0/+55
2023-02-20SUNRPC: Advertise support for RFC 8009 encryption typesChuck Lever1-0/+4
2023-02-20SUNRPC: Add RFC 8009 encryption and decryption functionsChuck Lever1-0/+4
2023-02-20SUNRPC: Add KDF-HMAC-SHA2Chuck Lever1-0/+2
2023-02-20SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever1-0/+51
2023-02-20SUNRPC: Add new subkey length fieldsChuck Lever1-6/+14
2023-02-20SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher()Chuck Lever1-35/+26
2023-02-20SUNRPC: Clean up cipher set up for v1 encryption typesChuck Lever1-29/+29
2023-02-20SUNRPC: Hoist KDF into struct gss_krb5_enctypeChuck Lever1-57/+19
2023-02-20SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever1-4/+4
2023-02-20SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever1-8/+0
2023-02-20SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DESChuck Lever1-6/+21
2023-02-20SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macroChuck Lever1-2/+39
2023-02-20SUNRPC: Remove another switch on ctx->enctypeChuck Lever1-12/+18
2023-02-20SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanismChuck Lever1-11/+115
2023-02-20SUNRPC: Obscure Kerberos integrity keysChuck Lever1-10/+12
2023-02-20SUNRPC: Obscure Kerberos signing keysChuck Lever1-10/+27
2023-02-20SUNRPC: Obscure Kerberos encryption keysChuck Lever1-17/+26
2023-02-20SUNRPC: Refactor set-up for aux_cipherChuck Lever1-25/+25
2023-02-20SUNRPC: Obscure Kerberos session keyChuck Lever1-0/+1
2023-02-20SUNRPC: Improve Kerberos confounder generationChuck Lever1-8/+7
2023-02-20SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever1-4/+0
2023-02-20SUNRPC: Remove .blocksize field from struct gss_krb5_enctypeChuck Lever1-4/+0
2021-01-25SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski1-29/+2
2020-09-11SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel1-95/+0
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2019-12-18sunrpc: convert to time64_t for expiryArnd Bergmann1-3/+9
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-02-14SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever1-26/+1
2019-02-13SUNRPC: Add build option to disable support for insecure enctypesChuck Lever1-0/+2
2018-11-04Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-6/+10
2018-11-01SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton1-6/+10
2018-09-28gss_krb5: Remove VLA usage of skcipherKees Cook1-28/+25
2016-11-01sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields1-2/+1
2016-07-11xprtrdma: No direct data placement with krb5i and krb5pChuck Lever1-0/+2
2016-04-04sunrpc: Fix skcipher/shash conversionHerbert Xu1-1/+2
2016-01-27sunrpc: Use skcipher and ahash/shashHerbert Xu1-43/+46
2014-11-25sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2013-04-30Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields1-1/+5
2013-04-26SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce1-2/+5
2013-03-29SUNRPC: Consider qop when looking up pseudoflavorsChuck Lever1-0/+3