summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/gss_krb5_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IVArd Biesheuvel2023-05-021-0/+10
* SUNRPC: Fix a crash in gss_krb5_checksum()Chuck Lever2023-03-221-5/+5
* SUNRPC: Add encryption self-testsChuck Lever2023-02-201-4/+16
* SUNRPC: Add RFC 8009 encryption KUnit testsChuck Lever2023-02-201-4/+22
* SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption typesChuck Lever2023-02-201-0/+1
* SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryptionChuck Lever2023-02-201-7/+25
* SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever2023-02-201-1/+0
* SUNRPC: Add RFC 8009 encryption and decryption functionsChuck Lever2023-02-201-0/+227
* SUNRPC: Refactor CBC with CTS into helpersChuck Lever2023-02-201-82/+105
* SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever2023-02-201-2/+34
* SUNRPC: Obscure Kerberos integrity keysChuck Lever2023-02-201-107/+9
* SUNRPC: Obscure Kerberos signing keysChuck Lever2023-02-201-0/+70
* SUNRPC: Improve Kerberos confounder generationChuck Lever2023-02-201-1/+32
* SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever2023-02-201-4/+5
* SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-251-5/+5
* SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel2020-09-111-276/+0
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+2
* SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-04-271-4/+4
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0
* gss_krb5: Remove VLA usage of skcipherKees Cook2018-09-281-41/+46
* Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-231-1/+0
|\
| * sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+0
* | sunrpc: Don't use stack buffer with scatterlistLaura Abbott2018-08-221-3/+9
* | sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing2018-08-091-2/+0
|/
* sunrpc: remove incorrect HMAC request initializationEric Biggers2018-04-031-3/+0
* sunrpc: use constant time memory comparison for macJason A. Donenfeld2017-07-131-1/+2
* sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields2016-11-011-6/+6
* sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields2016-10-261-34/+48
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-04-141-2/+6
|\
| * sunrpc: Fix skcipher/shash conversionHerbert Xu2016-04-041-2/+6
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
|/
* sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-271-135/+215
* sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick2015-06-221-6/+2
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton2014-08-031-7/+2
* SUNRPC: Don't use variable length automatic arrays in kernel codeTrond Myklebust2012-03-121-2/+5
* net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value returnJoe Perches2010-12-171-1/+1
* gss_krb5: Add support for rc4-hmac encryptionKevin Coffman2010-05-141-0/+255
* gss_krb5: Use confounder length in wrap codeKevin Coffman2010-05-141-3/+3
* gssd_krb5: arcfour-hmac supportKevin Coffman2010-05-141-4/+11
* gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman2010-05-141-0/+248
* gss_krb5: add support for new token formats in rfc4121Kevin Coffman2010-05-141-0/+74
* gss_krb5: add support for triple-des encryptionKevin Coffman2010-05-141-0/+3
* gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman2010-05-141-8/+46
* gss_krb5: introduce encryption type frameworkKevin Coffman2010-05-141-9/+9
* gss_krb5: Introduce encryption type frameworkKevin Coffman2010-05-141-0/+38
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* gss_krb5: move gss_krb5_crypto into the krb5 moduleKevin Coffman2008-06-231-10/+0
* Correct grammer/typos in dprintksKevin Coffman2008-04-231-3/+3
* [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-021-3/+3