aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc/auth_gss/gss_krb5_crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-01SUNRPC: Use a static buffer for the checksum initialization vectorChuck Lever1-8/+6
2023-09-15SUNRPC: Do not include crypto/algapi.hHerbert Xu1-1/+1
2023-05-02SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IVArd Biesheuvel1-0/+10
2023-03-22SUNRPC: Fix a crash in gss_krb5_checksum()Chuck Lever1-5/+5
2023-02-20SUNRPC: Add encryption self-testsChuck Lever1-4/+16
2023-02-20SUNRPC: Add RFC 8009 encryption KUnit testsChuck Lever1-4/+22
2023-02-20SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption typesChuck Lever1-0/+1
2023-02-20SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryptionChuck Lever1-7/+25
2023-02-20SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever1-1/+0
2023-02-20SUNRPC: Add RFC 8009 encryption and decryption functionsChuck Lever1-0/+227
2023-02-20SUNRPC: Refactor CBC with CTS into helpersChuck Lever1-82/+105
2023-02-20SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever1-2/+34
2023-02-20SUNRPC: Obscure Kerberos integrity keysChuck Lever1-107/+9
2023-02-20SUNRPC: Obscure Kerberos signing keysChuck Lever1-0/+70
2023-02-20SUNRPC: Improve Kerberos confounder generationChuck Lever1-1/+32
2023-02-20SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever1-4/+5
2022-02-25SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust1-5/+5
2020-09-11SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel1-276/+0
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-04-27SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever1-4/+4
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+0
2018-09-28gss_krb5: Remove VLA usage of skcipherKees Cook1-41/+46
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+0
2018-08-22sunrpc: Don't use stack buffer with scatterlistLaura Abbott1-3/+9
2018-08-09sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing1-2/+0
2018-07-31sunrpc: whitespace fixesStephen Hemminger1-1/+0
2018-04-03sunrpc: remove incorrect HMAC request initializationEric Biggers1-3/+0
2017-07-13sunrpc: use constant time memory comparison for macJason A. Donenfeld1-1/+2
2016-11-01sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields1-6/+6
2016-10-26sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields1-34/+48
2016-04-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-04-04sunrpc: Fix skcipher/shash conversionHerbert Xu1-2/+6
2016-01-27sunrpc: Use skcipher and ahash/shashHerbert Xu1-135/+215
2015-06-22sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick1-6/+2
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2014-08-03sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton1-7/+2
2012-03-12SUNRPC: Don't use variable length automatic arrays in kernel codeTrond Myklebust1-2/+5
2010-12-17net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value returnJoe Perches1-1/+1
2010-05-14gss_krb5: Add support for rc4-hmac encryptionKevin Coffman1-0/+255
2010-05-14gss_krb5: Use confounder length in wrap codeKevin Coffman1-3/+3
2010-05-14gssd_krb5: arcfour-hmac supportKevin Coffman1-4/+11
2010-05-14gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman1-0/+248
2010-05-14gss_krb5: add support for new token formats in rfc4121Kevin Coffman1-0/+74
2010-05-14gss_krb5: add support for triple-des encryptionKevin Coffman1-0/+3
2010-05-14gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman1-8/+46
2010-05-14gss_krb5: introduce encryption type frameworkKevin Coffman1-9/+9
2010-05-14gss_krb5: Introduce encryption type frameworkKevin Coffman1-0/+38
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2008-06-23gss_krb5: move gss_krb5_crypto into the krb5 moduleKevin Coffman1-10/+0