summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss/gss_krb5_crypto.c
AgeCommit message (Expand)Author
2024-03-22SUNRPC: Revert 561141dd494382217bace4d1a51d08168420eaceChuck Lever
2024-03-01SUNRPC: Use a static buffer for the checksum initialization vectorChuck Lever
2023-09-15SUNRPC: Do not include crypto/algapi.hHerbert Xu
2023-05-02SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IVArd Biesheuvel
2023-03-22SUNRPC: Fix a crash in gss_krb5_checksum()Chuck Lever
2023-02-20SUNRPC: Add encryption self-testsChuck Lever
2023-02-20SUNRPC: Add RFC 8009 encryption KUnit testsChuck Lever
2023-02-20SUNRPC: Add checksum 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: Move remaining internal definitions to gss_krb5_internal.hChuck Lever
2023-02-20SUNRPC: Add RFC 8009 encryption and decryption functionsChuck Lever
2023-02-20SUNRPC: Refactor CBC with CTS into helpersChuck Lever
2023-02-20SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever
2023-02-20SUNRPC: Obscure Kerberos integrity keysChuck Lever
2023-02-20SUNRPC: Obscure Kerberos signing keysChuck Lever
2023-02-20SUNRPC: Improve Kerberos confounder generationChuck Lever
2023-02-20SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever
2022-02-25SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2020-09-11SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-04-27SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2018-09-28gss_krb5: Remove VLA usage of skcipherKees Cook
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-08-22sunrpc: Don't use stack buffer with scatterlistLaura Abbott
2018-08-09sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing
2018-07-31sunrpc: whitespace fixesStephen Hemminger
2018-04-03sunrpc: remove incorrect HMAC request initializationEric Biggers
2017-07-13sunrpc: use constant time memory comparison for macJason A. Donenfeld
2016-11-01sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields
2016-10-26sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields
2016-04-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-04sunrpc: Fix skcipher/shash conversionHerbert Xu
2016-01-27sunrpc: Use skcipher and ahash/shashHerbert Xu
2015-06-22sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton
2014-08-03sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton
2012-03-12SUNRPC: Don't use variable length automatic arrays in kernel codeTrond Myklebust
2010-12-17net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value returnJoe Perches
2010-05-14gss_krb5: Add support for rc4-hmac encryptionKevin Coffman
2010-05-14gss_krb5: Use confounder length in wrap codeKevin Coffman
2010-05-14gssd_krb5: arcfour-hmac supportKevin Coffman
2010-05-14gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman
2010-05-14gss_krb5: add support for new token formats in rfc4121Kevin Coffman
2010-05-14gss_krb5: add support for triple-des encryptionKevin Coffman
2010-05-14gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman
2010-05-14gss_krb5: introduce encryption type frameworkKevin Coffman
2010-05-14gss_krb5: Introduce encryption type frameworkKevin Coffman
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo