summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss
AgeCommit message (Expand)Author
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-07-08gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui
2024-06-13Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-06-07Merge tag 'nfsd-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-06-03SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever
2024-05-30SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-09SUNRPC: Fix gss_free_in_token_pages()Chuck Lever
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan
2024-03-22SUNRPC: Revert 561141dd494382217bace4d1a51d08168420eaceChuck Lever
2024-03-01SUNRPC: Use a static buffer for the checksum initialization vectorChuck Lever
2024-03-01SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu
2024-03-01SUNRPC: fix a memleak in gss_import_v2_contextZhipeng Lu
2024-01-11net: fill in MODULE_DESCRIPTION()s for Sun RPCBreno Leitao
2024-01-07SUNRPC: Remove RQ_SPLICE_OKChuck Lever
2024-01-07SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavorChuck Lever
2023-09-15SUNRPC: Do not include crypto/algapi.hHerbert Xu
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever
2023-08-29SUNRPC: Remove net/sunrpc/auth_gss/gss_krb5_seqnum.cChuck Lever
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 krb5_derive_key_v1()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-08-29SUNRPC: Remove Kunit tests for the DES3 encryption typeChuck Lever
2023-05-02SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IVArd Biesheuvel
2023-04-26SUNRPC: return proper error from get_expiry()NeilBrown
2023-04-17SUNRPC: Fix failures of checksum Kunit testsChuck Lever
2023-04-13sunrpc: Fix RFC6803 encryption testDavid Howells
2023-03-22SUNRPC: Fix a crash in gss_krb5_checksum()Chuck Lever
2023-02-27SUNRPC: Properly terminate test case arraysChuck Lever
2023-02-27SUNRPC: Let Kunit tests run with some enctypes compiled outChuck Lever
2023-02-20SUNRPC: Fix occasional warning when destroying gss_krb5_enctypesChuck Lever
2023-02-20SUNRPC: Add encryption self-testsChuck Lever
2023-02-20SUNRPC: Add RFC 8009 encryption KUnit testsChuck Lever
2023-02-20SUNRPC: Add RFC 8009 checksum KUnit testsChuck Lever
2023-02-20SUNRPC: Add KDF-HMAC-SHA2 Kunit testsChuck Lever
2023-02-20SUNRPC: Add encryption KUnit tests for the RFC 6803 encryption typesChuck Lever
2023-02-20SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption typesChuck Lever
2023-02-20SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption typesChuck Lever
2023-02-20SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryptionChuck Lever
2023-02-20SUNRPC: Add KUnit tests RFC 3961 Key DerivationChuck Lever
2023-02-20SUNRPC: Export get_gss_krb5_enctype()Chuck Lever
2023-02-20SUNRPC: Add KUnit tests for rpcsec_krb5.koChuck Lever
2023-02-20SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck 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