aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-04-15crypto: rsa-pkcs1pad - fix dst lenTadeusz Struk1-6/+6
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
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+5
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2-5/+5
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu2-4/+4
2015-11-27crypto: cryptod - use crypto_skcipher_type() for getting skcipher typeAlexander Kuleshov1-2/+1
2015-11-23crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes)Cyrille Pitchen1-1/+1
2015-11-23crypto: mcryptd - use list_first_entry_or_null()Geliang Tang1-6/+2
2015-11-23crypto: api - use list_first_entry_or_null and list_next_entryGeliang Tang1-5/+4
2015-11-17crypto: rsa - only require output buffers as big as needed.Andrzej Zaborowski1-24/+0
2015-11-17crypto: algif - Change some variable to size_tLABBE Corentin2-8/+8
2015-11-12X.509: Fix the time validation [ver #2]David Howells1-5/+7
2015-11-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+10
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds6-30/+35
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds17-116/+677
2015-11-02crypto: algif_hash - Only export and import on sockets with dataHerbert Xu1-2/+10
2015-10-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-6/+6
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells6-30/+35
2015-10-20crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()Sowmini Varadhan1-2/+3
2015-10-20crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ...David Howells1-1/+0
2015-10-20crypto: api - Only abort operations on fatal signalHerbert Xu4-6/+6
2015-10-15crypto: keywrap - add testmgr supportStephan Mueller2-0/+56
2015-10-15crypto: keywrap - enable compilationStephan Mueller2-0/+8
2015-10-15crypto: keywrap - add key wrapping block chaining modeStephan Mueller1-0/+419
2015-10-15crypto: testmgr - test IV value after a cipher operationBoris BREZILLON2-1/+12
2015-10-14crypto: pkcs7 - Fix unaligned access in pkcs7_verify()Sowmini Varadhan1-2/+3
2015-10-14crypto: jitterentropy - remove unnecessary information from a commentAlexander Kuleshov1-4/+0
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk8-77/+152
2015-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+2
2015-10-13crypto: ahash - ensure statesize is non-zeroRussell King1-1/+2
2015-10-01crypto: skcipher - blkcipher and ablkcipher should it be staticGeliang Tang1-2/+2
2015-10-01crypto: testmgr - Disable fips-allowed for authenc() and des() ciphersJohn Haxby1-16/+0
2015-09-25X.509: Don't strip leading 00's from key ID when constructing key descriptionDavid Howells1-4/+0
2015-09-21crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a...tim1-4/+6
2015-09-21crypto: asymmetric_keys - remove always false comparisonsudip1-3/+3
2015-09-21crypto: tcrypt - avoid mapping from module image addressesHoria Geant?1-4/+13
2015-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+3
2015-09-11crypto: testmgr - don't copy from source IV too muchAndrey Ryabinin1-2/+3
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds16-163/+738
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+3
2015-09-01PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use themDavid Howells2-0/+17
2015-08-25crypto: algif_aead - fix for multiple operations on AF_ALG socketsLars Persson1-0/+1
2015-08-21crypto: testmgr - Use new skcipher interfaceHerbert Xu1-29/+32
2015-08-21crypto: skcipher - Add top-level skcipher interfaceHerbert Xu2-0/+246
2015-08-19crypto: cmac - allow usage in FIPS modeStephan Mueller1-0/+2
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainDan Williams3-7/+7
2015-08-17crypto: null - Add missing Kconfig tristate for NULL2Herbert Xu1-0/+1
2015-08-17crypto: null - Use NULL2 in MakefileHerbert Xu1-1/+1
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu10-45/+16
2015-08-17crypto: aead - Remove old AEAD interfacesHerbert Xu1-597/+9
2015-08-17crypto: cryptd - Remove reference to crypto_aead_crtHerbert Xu1-2/+2
2015-08-17crypto: echainiv - Use generic geniv init/exit helpersHerbert Xu1-63/+7
2015-08-17crypto: seqiv - Use generic geniv init/exit helpersHerbert Xu1-68/+7
2015-08-17crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu2-3/+63
2015-08-17crypto: echainiv - Remove AEAD compatibility codeHerbert Xu1-4/+0
2015-08-17crypto: seqiv - Remove AEAD compatibility codeHerbert Xu1-127/+0
2015-08-17crypto: seqiv - Remove seqnivHerbert Xu1-244/+1
2015-08-17crypto: user - Remove crypto_lookup_aead callHerbert Xu1-32/+0
2015-08-17crypto: algboss - Remove reference to nivaeadHerbert Xu1-7/+5
2015-08-14Move certificate handling to its own directoryDavid Howells1-0/+1
2015-08-13PKCS#7: Add MODULE_LICENSE() to test moduleDavid Howells1-0/+3
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells7-17/+239
2015-08-12KEYS: Add a name for PKEY_ID_PKCS7David Howells1-0/+1
2015-08-12PKCS#7: Improve and export the X.509 ASN.1 time object decoderDavid Howells3-31/+72
2015-08-12PKCS#7: Support CMS messages also [RFC5652]David Howells3-9/+68
2015-08-12X.509: Change recorded SKID & AKID to not include Subject or IssuerDavid Howells1-6/+2
2015-08-12PKCS#7: Check content type and versionsDavid Howells2-4/+77
2015-08-10crypto: authencesn - Convert to new AEAD interfaceHerbert Xu1-498/+222
2015-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-32/+12
2015-08-10crypto: authencesn - Fix breakage with new ESP codeHerbert Xu1-32/+12
2015-08-07PKCS#7: Allow detached data to be supplied for signature checking purposesDavid Howells1-0/+25
2015-08-07X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierDavid Howells3-40/+101
2015-08-07X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells7-69/+145
2015-08-05crypto: authenc - Add Kconfig dependency on CRYPTO_NULLHerbert Xu1-0/+1
2015-08-04crypto: testmgr - Reenable authenc testsHerbert Xu1-13/+13
2015-08-04crypto: authenc - Convert to new AEAD interfaceHerbert Xu1-401/+183
2015-08-04crypto: testmgr - Disable authenc test and convert test vectorsHerbert Xu2-39/+109
2015-07-28crypto: jitterentropy - use safe format string parametersKees Cook1-1/+1
2015-07-21crypto: rsa - fix invalid check for keylen in fips modeTadeusz Struk1-2/+2
2015-07-17crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi1-1/+1
2015-07-17crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi1-0/+12
2015-07-17crypto: poly1305 - Export common Poly1305 helpersMartin Willi2-41/+36
2015-07-17crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi1-1/+333
2015-07-17crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi1-1/+1
2015-07-17crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi1-0/+15
2015-07-17crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2-18/+13
2015-07-17crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi2-0/+35
2015-07-17crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu2-90/+133
2015-07-17crypto: rsa - limit supported key lengthsTadeusz Struk1-1/+25
2015-07-17crypto: testmgr - Reenable rfc4309 testHerbert Xu1-1/+1
2015-07-17crypto: ccm - Convert to new AEAD interfaceHerbert Xu1-164/+224
2015-07-17crypto: testmgr - Disable rfc4309 test and convert test vectorsHerbert Xu2-219/+1413
2015-07-14crypto: testmgr - Reenable rfc4106 testHerbert Xu1-1/+1
2015-07-14crypto: gcm - Use new IV conventionHerbert Xu1-37/+77
2015-07-14crypto: tcrypt - Add support for new IV conventionHerbert Xu1-3/+8
2015-07-14crypto: testmgr - Disable rfc4106 test and convert test vectorsHerbert Xu2-285/+319
2015-07-14crypto: aead - Propagate new AEAD implementation flag for IV generatorsHerbert Xu1-2/+3
2015-07-14crypto: seqiv - Replace seqniv with seqivHerbert Xu1-15/+19
2015-07-14crypto: echainiv - Fix encryption conventionHerbert Xu1-13/+11
2015-07-14crypto: cryptd - Propagate new AEAD implementation flagHerbert Xu1-5/+6
2015-07-14crypto: pcrypt - Propagate new AEAD implementation flagHerbert Xu1-1/+11
2015-07-14crypto: aead - Add type-safe function for freeing instancesHerbert Xu1-0/+13
2015-07-14crypto: api - Add instance free function to crypto_typeHerbert Xu1-2/+12
2015-07-14crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu1-9/+2
2015-07-08crypto: tcrypt - Fix AEAD speed testsVutla, Lokesh1-22/+43
2015-07-07crypto: testmgr - add a chunking test for cbc(aes)LABBE Corentin1-0/+6
2015-07-07crypto: cryptd - Fix AEAD request context corruptionHerbert Xu1-4/+8
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds3-11/+35
2015-06-25crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] filesAlexander Kuleshov1-0/+1
2015-06-25crypto: asymmetric_keys/rsa - Use non-conflicting variable nameGuenter Roeck1-2/+2
2015-06-25crypto: testmgr - don't print info about missing test for gcm-aes-aesniTadeusz Struk1-0/+4
2015-06-25crypto: jitterentropy - Delete unnecessary checks before the function call "k...Markus Elfring1-4/+2
2015-06-25crypto: akcipher - fix spelling cihper -> cipherTadeusz Struk1-1/+1
2015-06-25crypto: jitterentropy - avoid compiler warningsStephan Mueller3-177/+248
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2015-06-22crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu1-1/+2
2015-06-22crypto: af_alg - Forbid the use internal algorithmsHerbert Xu1-1/+4