summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss/gss_krb5_crypto.c
AgeCommit message (Expand)Author
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
2008-06-23gss_krb5: move gss_krb5_crypto into the krb5 moduleKevin Coffman
2008-04-23Correct grammer/typos in dprintksKevin Coffman
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe
2007-10-30[NET]: Fix incorrect sg_mark_end() calls.David S. Miller
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe
2007-10-22Update net/ to use sg helpersJens Axboe
2007-07-19[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-03SUNRPC: fix print format for tk_pid in auth_gss supportChuck Lever
2006-12-06rpcgss: simplify make_checksumJ. Bruce Fields
2006-12-06rpc: move process_xdr_bufOlga Kornievskaia
2006-12-06rpc: gss: eliminate print_hexl()'sJ. Bruce Fields
2006-09-21[CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu
2006-09-21[SUNRPC] GSS: Use block ciphers where applicableHerbert Xu
2006-04-19RPCSEC_GSS: fix leak in krb5 code caused by superfluous kmallocJ. Bruce Fields
2005-10-30[CRYPTO] Simplify one-member scatterlist expressionsHerbert Xu
2005-10-30[PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman
2005-10-18RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism.J. Bruce Fields
2005-10-18RPCSEC_GSS: Simplify rpcsec_gss crypto codeJ. Bruce Fields