summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAge
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-15
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-14
|\
| * crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers2017-11-10
| * crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers2017-11-10
| * crypto: dh - Don't permit 'p' to be 0Eric Biggers2017-11-10
| * crypto: dh - Fix double free of ctx->pEric Biggers2017-11-10
| * crypto: ecdh - remove empty exit()Tudor-Dan Ambarus2017-11-06
| * crypto: tcrypt - move to generic async completionGilad Ben-Yossef2017-11-03
| * crypto: testmgr - move to generic async completionGilad Ben-Yossef2017-11-03
| * crypto: gcm - move to generic async completionGilad Ben-Yossef2017-11-03
| * crypto: drbg - move to generic async completionGilad Ben-Yossef2017-11-03
| * crypto: move pub key to generic async completionGilad Ben-Yossef2017-11-03
| * crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-03
| * crypto: introduce crypto wait for async opGilad Ben-Yossef2017-11-03
| * crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-03
| * crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef2017-11-03
| * crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu2017-11-03
| * crypto: tcrypt - mark expected switch fall-throughs in do_test()Gustavo A. R. Silva2017-11-03
| * crypto: gf128mul - The x8_ble multiplication functionsHarsh Jain2017-11-03
| * crypto: keywrap - simplify codeStephan Mueller2017-10-12
| * crypto: dh - return unsigned value for crypto_dh_key_len()Tudor-Dan Ambarus2017-10-12
| * crypto: dh - return unsigned int for dh_data_size()Tudor-Dan Ambarus2017-10-12
| * crypto: ecdh - return unsigned value for crypto_ecdh_key_len()Tudor-Dan Ambarus2017-10-12
| * crypto: lrw - Check for incorrect cipher nameChristophe Jaillet2017-10-12
| * crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet2017-10-12
| * crypto: algboss - remove redundant setting of len to zeroColin Ian King2017-10-07
| * crypto: drop unnecessary return statementsGeliang Tang2017-09-22
| * crypto: gcm - Use GCM IV size constantCorentin LABBE2017-09-22
| * crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef2017-09-22
| * crypto: sm3 - add OSCCA SM3 secure hashGilad Ben-Yossef2017-09-22
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-06
|\ \
| * | crypto: ccm - preserve the IV bufferRomain Izard2017-11-03
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | | Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris2017-10-19
|\ \ \ | |/ / |/| |
| * | pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn2017-10-18
| * | KEYS: checking the input id parameters before finding asymmetric keyChun-Yi Lee2017-10-18
| * | KEYS: Fix the wrong index when checking the existence of second idChun-Yi Lee2017-10-18
| |/
* | crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu2017-10-11
* | crypto: skcipher - Fix crash on zero-length inputHerbert Xu2017-10-07
* | crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unalignedJia-Ju Bai2017-10-07
* | crypto: xts - Fix an error handling path in 'create()'Christophe Jaillet2017-10-07
|/
* crypto: af_alg - update correct dst SGL entryStephan Mueller2017-09-20
* crypto: drbg - fix freeing of resourcesStephan Mueller2017-09-20
* crypto: af_alg - get_page upon reassignment to TX SGLStephan Mueller2017-08-22
* crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent2017-08-22
* crypto: algif_aead - fix comment regarding memory layoutStephan Mueller2017-08-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-08-22
|\
| * crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller2017-08-22
| * crypto: testmgr - add chunked test cases for chacha20Ard Biesheuvel2017-08-22
| * crypto: chacha20 - fix handling of chunked inputArd Biesheuvel2017-08-22