summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss
AgeCommit message (Expand)AuthorFilesLines
2023-05-02SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IVArd Biesheuvel1-0/+10
2023-04-26SUNRPC: return proper error from get_expiry()NeilBrown1-6/+6
2023-04-17SUNRPC: Fix failures of checksum Kunit testsChuck Lever1-1/+4
2023-04-13sunrpc: Fix RFC6803 encryption testDavid Howells1-0/+1
2023-03-22SUNRPC: Fix a crash in gss_krb5_checksum()Chuck Lever1-5/+5
2023-02-28SUNRPC: Properly terminate test case arraysChuck Lever1-0/+5
2023-02-28SUNRPC: Let Kunit tests run with some enctypes compiled outChuck Lever1-6/+12
2023-02-20SUNRPC: Fix occasional warning when destroying gss_krb5_enctypesChuck Lever1-6/+7
2023-02-20SUNRPC: Add encryption self-testsChuck Lever3-5/+142
2023-02-20SUNRPC: Add RFC 8009 encryption KUnit testsChuck Lever3-4/+354
2023-02-20SUNRPC: Add RFC 8009 checksum KUnit testsChuck Lever1-0/+53
2023-02-20SUNRPC: Add KDF-HMAC-SHA2 Kunit testsChuck Lever1-1/+112
2023-02-20SUNRPC: Add encryption KUnit tests for the RFC 6803 encryption typesChuck Lever1-0/+400
2023-02-20SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption typesChuck Lever2-0/+169
2023-02-20SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption typesChuck Lever1-1/+124
2023-02-20SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryptionChuck Lever3-9/+294
2023-02-20SUNRPC: Add KUnit tests RFC 3961 Key DerivationChuck Lever1-0/+227
2023-02-20SUNRPC: Export get_gss_krb5_enctype()Chuck Lever2-19/+17
2023-02-20SUNRPC: Add KUnit tests for rpcsec_krb5.koChuck Lever4-4/+261
2023-02-20SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever3-1/+111
2023-02-20SUNRPC: Advertise support for the Camellia encryption typesChuck Lever1-0/+4
2023-02-20SUNRPC: Add KDF_FEEDBACK_CMACChuck Lever3-0/+151
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 Lever3-0/+237
2023-02-20SUNRPC: Add KDF-HMAC-SHA2Chuck Lever3-0/+125
2023-02-20SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever1-0/+51
2023-02-20SUNRPC: Refactor CBC with CTS into helpersChuck Lever1-82/+105
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 Lever3-102/+151
2023-02-20SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever3-13/+13
2023-02-20SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever5-12/+46
2023-02-20SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DESChuck Lever4-35/+61
2023-02-20SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macroChuck Lever1-2/+39
2023-02-20SUNRPC: Add /proc/net/rpc/gss_krb5_enctypes fileChuck Lever1-0/+65
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 Lever5-112/+171
2023-02-20SUNRPC: Obscure Kerberos integrity keysChuck Lever2-117/+21
2023-02-20SUNRPC: Obscure Kerberos signing keysChuck Lever5-45/+125
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 Lever4-44/+55
2023-02-20SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever3-10/+7
2023-02-20SUNRPC: Remove .blocksize field from struct gss_krb5_enctypeChuck Lever2-7/+1
2023-02-20SUNRPC: Go back to using gsd->body_startChuck Lever1-42/+36
2023-02-20SUNRPC: Set rq_accept_statp inside ->accept methodsChuck Lever1-11/+10
2023-02-20SUNRPC: Hoist init_encode out of svc_authenticate()Chuck Lever1-2/+0