summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann2016-06-171-0/+1
* crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-05-171-1/+2
* X.509: Fix leap year handling againDavid Howells2016-04-181-4/+4
* PKCS#7: Improve and export the X.509 ASN.1 time object decoderDavid Howells2016-04-183-31/+72
* X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells2016-04-187-69/+145
* Backport fix for crypto: algif_skcipher - Fix race condition in skcipher_chec...Herbert Xu2016-02-281-3/+6
* Backport fix for crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-02-281-40/+3
* Backport fix for crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-02-281-5/+144
* Backport fix for crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-02-281-7/+41
* crypto: user - lock crypto_alg_list on alg dumpMathias Krause2016-02-281-1/+5
* X.509: Don't strip leading 00's from key ID when constructing key descriptionDavid Howells2016-02-151-4/+0
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-02-151-1/+3
* crypto: shash - Fix has_key settingHerbert Xu2016-02-151-4/+3
* crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu2016-02-031-1/+2
* crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-02-031-1/+0
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-02-031-3/+6
* crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2016-02-031-9/+7
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-02-031-40/+3
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-02-031-1/+8
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-02-031-8/+193
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-02-032-2/+7
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-02-031-1/+12
* crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-02-031-3/+1
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-02-031-3/+32
* crypto: api - Only abort operations on fatal signalHerbert Xu2015-11-094-6/+6
* crypto: ahash - ensure statesize is non-zeroRussell King2015-10-271-1/+2
* KEYS: fix "ca_keys=" partial key matchingMimi Zohar2015-08-033-11/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-271-9/+0
|\
| * crypto: algif_aead - Disable AEAD user-space for nowHerbert Xu2015-05-261-9/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-211-5/+4
|\|
| * crypto: algif_aead - fix invalid sgl linkingTadeusz Struk2015-05-181-5/+4
* | Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds2015-04-241-3/+16
|\ \ | |/ |/|
| * md/raid5: activate raid6 rmw featureMarkus Stockhausen2015-04-221-3/+16
* | crypto: fix broken crypto_register_instance() module handlingHerbert Xu2015-04-151-3/+3
* | crypto: fix mis-merge with the networking mergeLinus Torvalds2015-04-151-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-1518-471/+967
|\ \
| * | crypto: sha512-generic - move to generic glue implementationArd Biesheuvel2015-04-101-102/+21
| * | crypto: sha256-generic - move to generic glue implementationArd Biesheuvel2015-04-101-113/+20
| * | crypto: sha1-generic - move to generic glue implementationArd Biesheuvel2015-04-101-82/+20
| * | crypto: api - remove instance when test failedStephan Mueller2015-04-101-1/+9
| * | crypto: api - Move alg ref count init to crypto_check_algHerbert Xu2015-04-101-1/+2
| * | crypto: user - Fix crypto_alg_match raceHerbert Xu2015-04-081-10/+29
| * | crypto: serpent_sse2 - Fix a typo in KconfigMasanari Iida2015-04-071-1/+1
| * | crypto: api - Change crypto_unregister_instance argument typeHerbert Xu2015-04-032-7/+3
| * | crypto: api - Fix races in crypto_unregister_instanceHerbert Xu2015-04-031-16/+7
| * | crypto: mcryptd - process CRYPTO_ALG_INTERNALStephan Mueller2015-03-311-2/+23
| * | crypto: proc - identify internal ciphersStephan Mueller2015-03-311-0/+3
| * | crypto: cryptd - process CRYPTO_ALG_INTERNALStephan Mueller2015-03-312-9/+43
| * | crypto: testmgr - use CRYPTO_ALG_INTERNALStephan Mueller2015-03-311-7/+7
| * | crypto: api - prevent helper ciphers from being usedStephan Mueller2015-03-311-0/+10