summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAge
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-12-22
|\
| * crypto: af_alg - fix race accessing cipher requestStephan Mueller2017-12-11
| * crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2017-12-11
| * crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller2017-12-11
| * crypto: skcipher - set walk.iv for zero-length inputsEric Biggers2017-12-11
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-12-11
|\ \ | |/ |/|
| * crypto: salsa20 - fix blkcipher_walk API usageEric Biggers2017-11-29
| * crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-11-29
| * crypto: af_alg - fix NULL pointer dereference inEric Biggers2017-11-29
| * crypto: algif_aead - fix reference counting of null skcipherEric Biggers2017-11-29
| * crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers2017-11-29
* | X.509: fix comparisons of ->pkey_algoEric Biggers2017-12-08
* | X.509: use crypto_shash_digest()Eric Biggers2017-12-08
* | KEYS: be careful with error codes in public_key_verify_signature()Eric Biggers2017-12-08
* | pkcs7: use crypto_shash_digest()Eric Biggers2017-12-08
* | pkcs7: fix check for self-signed certificateEric Biggers2017-12-08
* | pkcs7: return correct error code if pkcs7_check_authattrs() failsEric Biggers2017-12-08
* | X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers2017-12-08
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-28
|\ \ | |/ |/|
| * crypto: skcipher - Fix skcipher_walk_aead_commonOndrej Mosnáček2017-11-25
| * crypto: af_alg - remove locking in async callbackStephan Mueller2017-11-24
| * crypto: algif_aead - skip SGL entries with NULL pageStephan Mueller2017-11-24
* | Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2017-11-24
|\ \
| * | pkcs7: Set the module licence to prevent taintingDavid Howells2017-11-15
* | | 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