summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: scompress - use sgl_alloc() and sgl_free()Bart Van Assche2018-01-062-49/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-12-116-18/+17
|\
| * crypto: salsa20 - fix blkcipher_walk API usageEric Biggers2017-11-291-7/+0
| * crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-11-292-3/+8
| * crypto: af_alg - fix NULL pointer dereference inEric Biggers2017-11-291-6/+7
| * crypto: algif_aead - fix reference counting of null skcipherEric Biggers2017-11-291-1/+1
| * crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers2017-11-291-1/+1
* | X.509: fix comparisons of ->pkey_algoEric Biggers2017-12-082-2/+2
* | X.509: use crypto_shash_digest()Eric Biggers2017-12-081-5/+1
* | KEYS: be careful with error codes in public_key_verify_signature()Eric Biggers2017-12-081-2/+5
* | pkcs7: use crypto_shash_digest()Eric Biggers2017-12-081-5/+2
* | pkcs7: fix check for self-signed certificateEric Biggers2017-12-081-1/+1
* | pkcs7: return correct error code if pkcs7_check_authattrs() failsEric Biggers2017-12-081-1/+3
* | X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers2017-12-081-0/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-284-38/+65
|\ \ | |/ |/|
| * crypto: skcipher - Fix skcipher_walk_aead_commonOndrej Mosnáček2017-11-251-0/+3
| * crypto: af_alg - remove locking in async callbackStephan Mueller2017-11-243-29/+38
| * crypto: algif_aead - skip SGL entries with NULL pageStephan Mueller2017-11-241-9/+24
* | Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2017-11-244-0/+9
|\ \
| * | pkcs7: Set the module licence to prevent taintingDavid Howells2017-11-154-0/+9
* | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-6/+1
|/ /
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-1432-540/+613
|\|
| * crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers2017-11-101-3/+0
| * crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers2017-11-101-0/+8
| * crypto: dh - Don't permit 'p' to be 0Eric Biggers2017-11-101-0/+8
| * crypto: dh - Fix double free of ctx->pEric Biggers2017-11-101-20/+13
| * crypto: ecdh - remove empty exit()Tudor-Dan Ambarus2017-11-061-6/+0
| * crypto: tcrypt - move to generic async completionGilad Ben-Yossef2017-11-031-59/+25
| * crypto: testmgr - move to generic async completionGilad Ben-Yossef2017-11-031-138/+66
| * crypto: gcm - move to generic async completionGilad Ben-Yossef2017-11-031-26/+6
| * crypto: drbg - move to generic async completionGilad Ben-Yossef2017-11-031-27/+9
| * crypto: move pub key to generic async completionGilad Ben-Yossef2017-11-031-24/+4
| * crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-034-52/+22
| * crypto: introduce crypto wait for async opGilad Ben-Yossef2017-11-031-0/+13
| * crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-035-37/+13
| * crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef2017-11-032-5/+5
| * crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu2017-11-031-2/+4
| * crypto: tcrypt - mark expected switch fall-throughs in do_test()Gustavo A. R. Silva2017-11-031-57/+51
| * crypto: gf128mul - The x8_ble multiplication functionsHarsh Jain2017-11-031-0/+13
| * crypto: keywrap - simplify codeStephan Mueller2017-10-121-58/+26
| * crypto: dh - return unsigned value for crypto_dh_key_len()Tudor-Dan Ambarus2017-10-121-1/+1
| * crypto: dh - return unsigned int for dh_data_size()Tudor-Dan Ambarus2017-10-121-1/+1
| * crypto: ecdh - return unsigned value for crypto_ecdh_key_len()Tudor-Dan Ambarus2017-10-121-1/+1
| * crypto: lrw - Check for incorrect cipher nameChristophe Jaillet2017-10-121-1/+2
| * crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet2017-10-121-2/+4
| * crypto: algboss - remove redundant setting of len to zeroColin Ian King2017-10-071-1/+0
| * crypto: drop unnecessary return statementsGeliang Tang2017-09-225-9/+0
| * crypto: gcm - Use GCM IV size constantCorentin LABBE2017-09-221-11/+12
| * crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef2017-09-223-1/+86
| * crypto: sm3 - add OSCCA SM3 secure hashGilad Ben-Yossef2017-09-223-0/+222