aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-01-07async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown4-7/+7
2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-31/+30
2015-12-22crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu1-31/+30
2015-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+2
2015-12-09crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld2-2/+2
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2-5/+5
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
2015-06-22crypto: echainiv - Only hold RNG during initialisationHerbert Xu1-22/+6
2015-06-22crypto: seqiv - Add compatibility support without RNGHerbert Xu1-25/+25
2015-06-22crypto: eseqiv - Offer normal cipher functionality without RNGHerbert Xu1-19/+12
2015-06-22crypto: chainiv - Offer normal cipher functionality without RNGHerbert Xu1-26/+29
2015-06-22crypto: user - Add CRYPTO_MSG_DELRNGHerbert Xu1-1/+11
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu1-4/+23
2015-06-22crypto: skcipher - Allow givencrypt to be NULLHerbert Xu1-1/+1
2015-06-21crypto: rsa - fix invalid select for AKCIPHERTadeusz Struk1-1/+1
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu1-3/+16
2015-06-18crypto: tcrypt - Fixed AEAD speed test setupHerbert Xu1-7/+8
2015-06-18crypto: tcrypt - Add rfc4309(ccm(aes)) speed testHerbert Xu2-0/+6
2015-06-17crypto: testmgr - add tests vectors for RSATadeusz Struk3-0/+346
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk5-0/+457
2015-06-17crypto: akcipher - add PKE APITadeusz Struk4-0/+149
2015-06-17crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi3-116/+134
2015-06-17crypto: testmgr - Add mcgrew test vectors for rfc4106Herbert Xu1-3/+846
2015-06-17Revert "crypto: testmgr - Disable rfc4543 test"Herbert Xu1-1/+1
2015-06-17crypto: testmgr - Update rfc4543 test vectorsHerbert Xu1-6/+9
2015-06-17crypto: gcm - Convert to new AEAD interfaceHerbert Xu1-532/+373
2015-06-17crypto: testmgr - Disable rfc4543 testHerbert Xu1-1/+1
2015-06-16crypto/asymmetric_keys: pkcs7_key_type needs module.hPaul Gortmaker1-0/+1
2015-06-11crypto: drbg - Add select on sha256Herbert Xu1-1/+2
2015-06-11crypto: drbg - report backend_cra_name when allocation failsSergey Senozhatsky1-2/+4
2015-06-10crypto: drbg - reseed often if seedsource is degradedStephan Mueller1-1/+11
2015-06-10crypto: drbg - Use callback API for random readinessStephan Mueller1-91/+126
2015-06-09crypto: drbg - use pragmas for disabling optimizationStephan Mueller2-5/+26
2015-06-09crypto: testmgr - Document struct cipher_testvecLABBE Corentin1-0/+18
2015-06-04crypto: rng - Remove krngHerbert Xu2-62/+0
2015-06-04crypto: rng - Make DRBG the default RNGHerbert Xu1-7/+8
2015-06-04crypto: echainiv - Set Kconfig default to mHerbert Xu1-0/+1
2015-06-04crypto: drbg - Add stdrng alias and increase priorityHerbert Xu1-1/+2
2015-06-04crypto: seqiv - Move IV seeding into init functionHerbert Xu1-98/+15
2015-06-04crypto: eseqiv - Move IV seeding into init functionHerbert Xu1-25/+4
2015-06-04crypto: echainiv - Move IV seeding into init functionHerbert Xu1-24/+6
2015-06-04crypto: chainiv - Move IV seeding into init functionHerbert Xu1-57/+9
2015-06-04crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vectorMartin Willi2-0/+194
2015-06-04crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEADMartin Willi1-1/+25
2015-06-04crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539Martin Willi2-0/+284
2015-06-04crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539Martin Willi3-0/+676
2015-06-04crypto: testmgr - Add Poly1305 test vectors from RFC7539Martin Willi2-0/+268
2015-06-04crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi3-0/+310
2015-06-04crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi2-0/+192
2015-06-04crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi3-0/+230
2015-06-03crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_pageHerbert Xu1-1/+5
2015-06-03crypto: cryptd - Convert to new AEAD interfaceHerbert Xu1-35/+29
2015-06-03crypto: cryptd - Add setkey/setauthsize functions for AEADHerbert Xu1-2/+20
2015-06-03crypto: pcrypt - Add support for new AEAD interfaceHerbert Xu1-95/+40
2015-06-03crypto: aead - Add multiple algorithm registration interfaceHerbert Xu1-0/+29
2015-06-03crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu1-2/+2
2015-06-03crypto: api - Include alignment in crypto_alg_extsizeHerbert Xu1-1/+2
2015-06-03crypto: aead - Add type-safe init/exit functionsHerbert Xu1-0/+14
2015-06-03Revert "crypto: algif_aead - Disable AEAD user-space for now"Herbert Xu1-0/+9
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+0
2015-05-28crypto: jitterentropy - remove timekeeping_valid_for_hresStephan Mueller1-3/+0
2015-05-28crypto: algif_aead - Switch to new AEAD interfaceHerbert Xu1-58/+8
2015-05-28crypto: tcrypt - Switch to new AEAD interfaceHerbert Xu1-8/+7
2015-05-28crypto: testmgr - Switch to new AEAD interfaceHerbert Xu1-39/+48
2015-05-28crypto: seqiv - Fix module unload/reload crashHerbert Xu1-0/+1
2015-05-28crypto: seqiv - Fix IV size in context size calculationHerbert Xu1-1/+1
2015-05-28crypto: seqiv - Use common IV generation codeHerbert Xu1-56/+36
2015-05-28crypto: seqiv - Copy AD along with plain/cipher textHerbert Xu1-27/+6
2015-05-28crypto: echainiv - Fix IV size in context size calculationHerbert Xu1-1/+1
2015-05-28crypto: echainiv - Use common IV generation codeHerbert Xu1-212/+18
2015-05-28crypto: echainiv - Copy AD along with plain textHerbert Xu1-8/+2
2015-05-28crypto: aead - Add common IV generation codeHerbert Xu1-3/+202
2015-05-28crypto: aead - Preserve in-place processing in old_cryptHerbert Xu1-1/+2
2015-05-28crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwdHerbert Xu1-0/+1
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-14/+4
2015-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-9/+0
2015-05-27crypto: jitterentropy - add jitterentropy RNGStephan Mueller4-0/+925
2015-05-27crypto: drbg - use Jitter RNG to obtain seedStephan Mueller1-7/+45
2015-05-27crypto: drbg - add async seeding operationStephan Mueller1-0/+24
2015-05-27crypto: drbg - prepare for async seedingStephan Mueller1-27/+54
2015-05-26crypto: algif_aead - Disable AEAD user-space for nowHerbert Xu1-9/+0
2015-05-25crypto: aead - Remove unused cryptoff parameterHerbert Xu3-10/+8
2015-05-25crypto: seqiv - Stop using cryptoffHerbert Xu1-67/+158
2015-05-25crypto: echainiv - Stop using cryptoffHerbert Xu1-12/+23
2015-05-25crypto: aead - Do not set cra_type for new style instancesHerbert Xu1-3/+1
2015-05-25crypto: echainiv - Use aead_register_instanceHerbert Xu1-19/+23
2015-05-25crypto: seqiv - Use aead_register_instanceHerbert Xu1-56/+79
2015-05-25crypto: aead - Use tmpl->createHerbert Xu1-0/+8
2015-05-25crypto: skcipher - Use tmpl->createHerbert Xu1-0/+8
2015-05-25crypto: echainiv - echainiv_read_iv() can be staticWu Fengguang1-2/+2
2015-05-25crypto: pcrypt - Make tfm_count an atomic_tHerbert Xu1-4/+4
2015-05-25crypto: aead - Add crypto_aead_alg_ivsize/maxauthsizeHerbert Xu1-12/+3
2015-05-25crypto: testmgr - Added one larger ghash testvector (400 bytes) to the testmgr.Harald Freudenberger1-1/+58
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+4