aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-08-09crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVECMichael Ellerman1-1/+1
2016-08-08crypto: sha3 - Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven1-8/+8
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-61/+0
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds43-2521/+5343
2016-07-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+2
2016-07-22crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request structHerbert Xu1-2/+2
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+1
2016-07-19crypto: testmgr - Print akcipher algorithm nameHerbert Xu1-2/+4
2016-07-19crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request structTadeusz Struk1-2/+1
2016-07-18crypto: scatterwalk - Inline start/map/doneHerbert Xu1-43/+0
2016-07-18crypto: scatterwalk - Remove unnecessary BUG in scatterwalk_startHerbert Xu1-3/+0
2016-07-18crypto: scatterwalk - Remove unnecessary advance in scatterwalk_pagedoneHerbert Xu1-6/+2
2016-07-18crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu1-1/+2
2016-07-18crypto: scatterwalk - Add no-copy support to copychunksHerbert Xu1-4/+6
2016-07-18crypto: scatterwalk - Remove scatterwalk_bytes_sglenHerbert Xu1-22/+0
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu7-1128/+6
2016-07-18crypto: user - Remove crypto_lookup_skcipher callHerbert Xu1-36/+1
2016-07-18crypto: cts - Convert to skcipherHerbert Xu1-210/+285
2016-07-18crypto: null - Remove default null blkcipherHerbert Xu1-43/+6
2016-07-18crypto: aead - Remove blkcipher null for IV generatorsHerbert Xu1-8/+0
2016-07-18crypto: seqiv - Use skcipherHerbert Xu1-5/+9
2016-07-18crypto: echainiv - Use skcipherHerbert Xu1-6/+10
2016-07-18crypto: aead - Add skcipher null for IV generatorsHerbert Xu1-1/+9
2016-07-18crypto: chacha20poly1305 - Use skcipherHerbert Xu1-43/+46
2016-07-18crypto: gcm - Use skcipherHerbert Xu1-53/+58
2016-07-18crypto: ccm - Use skcipherHerbert Xu1-35/+37
2016-07-18crypto: ctr - Use skcipher in rfc3686Herbert Xu1-89/+94
2016-07-18crypto: authencesn - Use skcipherHerbert Xu1-50/+54
2016-07-18crypto: authenc - Use skcipherHerbert Xu1-51/+56
2016-07-18crypto: aead - Add chunk sizeHerbert Xu1-1/+5
2016-07-18crypto: null - Add new default null skcipherHerbert Xu1-0/+38
2016-07-18crypto: skcipher - Add low-level skcipher interfaceHerbert Xu1-7/+189
2016-07-18KEYS: Fix for erroneous trust of incorrectly signed X.509 certsMat Martineau1-1/+1
2016-07-18pefile: Fix the failure of calculation for digestLans Zhang1-1/+6
2016-07-18PKCS#7: Fix panic when referring to the empty AKID when DEBUG definedLans Zhang1-1/+1
2016-07-05crypto: testmgr - Add 4K private key to RSA testvectorSalvatore Benedetto1-1/+199
2016-07-05crypto: rsa - Store rest of the private key componentsSalvatore Benedetto2-5/+80
2016-07-05crypto: testmgr - Set err before proceedingSalvatore Benedetto1-0/+1
2016-07-05crypto: powerpc - Add POWER8 optimised crc32cAnton Blanchard1-0/+11
2016-07-03crypto: rsa-pkcs1pad - Fix regression from leading zerosHerbert Xu1-16/+22
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o1-61/+0
2016-07-01crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsraveendra padasalagi3-0/+444
2016-07-01crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash testHerbert Xu1-1/+3
2016-07-01crypto: rsa-pkcs1pad - Avoid copying output when possibleHerbert Xu1-67/+45
2016-07-01crypto: rsa-pkcs1pad - Move key size check to setkeyHerbert Xu1-30/+26
2016-07-01crypto: rsa-pkcs1pad - Always use GFP_KERNELHerbert Xu1-16/+6
2016-07-01crypto: rsa-pkcs1pad - Remove bogus page splittingHerbert Xu1-14/+5
2016-07-01crypto: rsa-pkcs1pad - Require hash to be presentHerbert Xu1-53/+30
2016-07-01crypto: rsa - Generate fixed-length outputHerbert Xu2-5/+5
2016-07-01crypto: testmgr - Allow leading zeros in RSAHerbert Xu1-27/+24
2016-07-01crypto: tcrypt - Add speed test for ctsHerbert Xu1-0/+8
2016-07-01crypto: api - Add crypto_inst_setnameHerbert Xu1-7/+17
2016-07-01crypto: tcrypt - Use skcipherHerbert Xu1-197/+44
2016-07-01crypto: ahash - Add padding in crypto_ahash_extsizeHerbert Xu1-3/+3
2016-07-01crypto: authenc - Consider ahash ASYNC bitHerbert Xu2-4/+8
2016-06-29crypto: authenc - Remove redundant sg_init_table call.Harsh Jain1-6/+1
2016-06-29crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed testHerbert Xu1-58/+71
2016-06-28crypto: tcrypt - Use unsigned long for mb ahash cycle counterHerbert Xu1-5/+5
2016-06-28crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issuesKrzysztof Kozlowski1-19/+14
2016-06-28crypto: tcrypt - Add new mode for sha512_mbMegha Dey1-0/+4
2016-06-28crypto: sha512-mb - Enable SHA512 multibuffer supportMegha Dey1-0/+16
2016-06-27crypto: tcrypt - Add speed tests for SHA multibuffer algorithmsMegha Dey1-0/+118
2016-06-27crypto: sha256-mb - Enable multibuffer supportMegha Dey1-0/+16
2016-06-24crypto: ecdh - make ecdh_shared_secret uniqueStephen Rothwell3-5/+5
2016-06-24crypto: jitterentropy - use ktime_get_ns as fallbackStephan Mueller1-9/+13
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto9-0/+1507
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto6-0/+670
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto4-0/+154
2016-06-23crypto: sha1-mb - async implementation for sha1-mbMegha Dey1-76/+56
2016-06-23crypto: ablk_helper - Fix cryptd reorderingHerbert Xu1-2/+4
2016-06-23crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu1-19/+113
2016-06-23Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG"Herbert Xu1-6/+4
2016-06-23crypto: user - re-add size check for CRYPTO_MSG_GETALGMathias Krause1-0/+1
2016-06-20crypto: drbg - fix an error code in drbg_init_sym_kernel()Dan Carpenter1-1/+1
2016-06-20crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi3-1/+217
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik3-0/+311
2016-06-20crypto: gcm - Filter out async ghash if necessaryHerbert Xu1-1/+3
2016-06-20crypto: drbg - fix semicolon.cocci warningsWu Fengguang1-1/+1
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus2-97/+119
2016-06-15crypto: drbg - avoid duplicate maintenance of keyStephan Mueller1-2/+1
2016-06-15crypto: drbg - use full CTR AES for updateStephan Mueller1-17/+13
2016-06-15crypto: drbg - use aligned buffersStephan Mueller1-20/+24
2016-06-15crypto: drbg - use CTR AES instead of ECB AESStephan Mueller2-54/+140
2016-06-07crypto: skcipher - remove unused header cpumask.hGeliang Tang1-1/+0
2016-06-02crypto: drbg - reduce number of setkey callsStephan Mueller1-9/+24
2016-05-31crypto: user - no parsing of CRYPTO_MSG_GETALGStephan Mueller1-4/+6
2016-05-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2016-05-23Merge tag 'keys-next-20160511' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris1-1/+1
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds18-469/+504
2016-05-19crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann1-0/+1
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-46/+273
2016-05-11KEYS: The PKCS#7 test key type should use the secondary keyringDavid Howells1-1/+1
2016-05-09crypto: testmgr - Use kmalloc memory for RSA inputHerbert Xu1-5/+22
2016-05-05crypto: testmgr - Add a flag allowing the self-tests to be disabled at runtime.Richard W.M. Jones1-0/+9
2016-05-05crypto: rsa - select crypto mgr dependencyTadeusz Struk1-0/+1
2016-05-05crypto: hash - Fix page length clamping in hash walkHerbert Xu1-1/+2
2016-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-6/+6
2016-04-15crypto: lzo - get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-04-15crypto: rsa-pkcs1pad - fix dst lenTadeusz Struk1-6/+6
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells3-56/+33
2016-04-11KEYS: Make the system trusted keyring depend on the asymmetric key typeDavid Howells1-1/+1
2016-04-11X.509: Move the trust validation code out to its own fileDavid Howells4-80/+116
2016-04-11X.509: Use verify_signature() if we have a struct key * to useDavid Howells1-2/+1
2016-04-11KEYS: Generalise x509_request_asymmetric_key()David Howells4-35/+33
2016-04-11KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells2-89/+89
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells5-19/+5
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells6-104/+59
2016-04-06X.509: Fix self-signed determinationDavid Howells1-0/+9
2016-04-06X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells4-71/+110
2016-04-06PKCS#7: Make the signature a pointer rather than embedding itDavid Howells4-48/+55
2016-04-06X.509: Retain the key verification dataDavid Howells5-66/+67
2016-04-06KEYS: Add identifier pointers to public_key_signature structDavid Howells1-0/+4
2016-04-06KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells4-9/+34
2016-04-06X.509: Whitespace cleanupDavid Howells1-2/+2
2016-04-05crypto: drbg - set HMAC key only when alteredStephan Mueller1-14/+25
2016-04-05PKCS#7: fix missing break on OID_sha224 caseColin Ian King1-0/+1
2016-04-05crypto: af_alg - add async support to algif_aeadTadeusz Struk1-31/+237
2016-03-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+2
2016-03-23PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange1-0/+2
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-03-17mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim1-1/+1
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds15-515/+327
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds18-1354/+585
2016-03-03X.509: Make algo identifiers text instead of enumDavid Howells8-67/+46
2016-03-03akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells4-243/+93
2016-03-03crypto: Add hash param to pkcs1padTadeusz Struk1-26/+156
2016-02-29X.509: Handle midnight alternative notation in GeneralizedTimeDavid Howells1-1/+1
2016-02-29X.509: Support leap secondsDavid Howells1-1/+1
2016-02-29X.509: Fix leap year handling againDavid Howells1-4/+4
2016-02-29PKCS#7: fix unitialized boolean 'want'Colin Ian King1-1/+1
2016-02-28crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode.Marcus Meissner1-0/+16
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller1-8/+3
2016-02-17crypto: testmgr - mark authenticated ctr(aes) also as FIPS ableMarcus Meissner1-0/+16
2016-02-10crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk11-271/+124
2016-02-09crypto: keys - Revert "convert public key to akcipher api"Herbert Xu11-124/+272
2016-02-06crypto: testmgr - mark more algorithms as FIPS compliantMarcus Meissner1-0/+7
2016-02-06crypto: testmgr - fix out of bound read in __test_aead()Jerome Marchand1-2/+3
2016-02-06crypto: testmgr - Add a test case for import()/export()Wang, Rui Y1-0/+133
2016-02-06crypto: asymmetric_keys - convert public key and digsig asym to the akcipher apiTadeusz Struk11-272/+124
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu2-165/+0
2016-02-06crypto: tcrypt - Use ahashHerbert Xu1-224/+15
2016-02-06crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu1-2/+3
2016-02-06crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu1-4/+11
2016-02-06crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu1-32/+28
2016-02-06crypto: user - lock crypto_alg_list on alg dumpMathias Krause1-1/+5
2016-02-01crypto: keywrap - memzero the correct memoryDan Carpenter1-2/+2
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang3-0/+359
2016-01-30crypto: crc32 - Rename generic implementationHerbert Xu2-2/+3
2016-01-30crypto: mcryptd - Fix load failureWang, Rui Y1-0/+1
2016-01-30crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-01-27crypto: jitterentropy - always select CRYPTO_RNGArnd Bergmann1-0/+1
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim6-884/+0
2016-01-27crypto: shash - Fix has_key settingHerbert Xu1-4/+3
2016-01-26crypto: ghash,poly1305 - select CRYPTO_HASH where neededArnd Bergmann1-0/+2
2016-01-25crypto: hash - Add crypto_has_ahash helperHerbert Xu1-0/+6
2016-01-25crypto: api - Add crypto_type_has_alg helperHerbert Xu2-0/+18
2016-01-25crypto: drbg - remove FIPS 140-2 continuous testStephan Mueller1-64/+0
2016-01-25crypto: skcipher - Add default key size helperHerbert Xu1-2/+2
2016-01-25crypto: ansi_cprng - ANSI X9.31 DRNG is not allowed in FIPS 140-2Stephan Mueller1-1/+0
2016-01-25PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesPeter Jones1-3/+1
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-32/+372
2016-01-20crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu1-1/+2
2016-01-19crypto: crc32c - Fix crc32c soft dependencyJean Delvare1-1/+0
2016-01-19crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu1-7/+7
2016-01-18crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu1-3/+6
2016-01-18crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu1-3/+6
2016-01-18crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu1-9/+7
2016-01-18crypto: algif_skcipher - Remove custom release parent functionHerbert Xu1-40/+3
2016-01-18crypto: algif_hash - Remove custom release parent functionHerbert Xu1-40/+3
2016-01-18crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu1-1/+8
2016-01-18crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu1-1/+1
2016-01-18crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu1-0/+2
2016-01-18crypto: algif_hash - Require setkey before accept(2)Herbert Xu1-8/+193
2016-01-18crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2-2/+7
2016-01-18crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu1-5/+144
2016-01-18crypto: af_alg - Add nokey compatibility pathHerbert Xu1-1/+12
2016-01-18crypto: af_alg - Fix socket double-free when accept failsHerbert Xu1-3/+1
2016-01-18crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu1-3/+32
2016-01-18crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu1-7/+41
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-0/+4
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+4
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds16-52/+735
2016-01-07async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown4-7/+7
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+30
2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-31/+30
2015-12-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris1-0/+2
2015-12-22crypto: hash - add zero length message hash for shax and md5LABBE Corentin3-0/+29
2015-12-22crypto: rsa-pkcs1pad - don't allocate buffer on stackAndrzej Zaborowski1-8/+19
2015-12-22crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu1-31/+30
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen1-0/+2
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2015-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+2
2015-12-15IMA: create machine owner and blacklist keyringsPetko Manolov1-0/+2
2015-12-11crypto: asymmetric_keys - signature.c does not need <module.h>Paul Gortmaker1-1/+1
2015-12-10crypto: drbg - constify drbg_state_ops structuresJulia Lawall1-3/+3
2015-12-09crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld2-2/+2
2015-12-09crypto: chacha20poly1305 - Skip encryption/decryption for 0-lenJason A. Donenfeld1-0/+8
2015-12-09crypto: rsa - RSA padding algorithmAndrzej Zaborowski3-1/+633
2015-12-09crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski1-1/+33
2015-12-04crypto: cryptd - Assign statesize properlyWang, Rui Y1-0/+1