summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto: drbg - use full CTR AES for updateStephan Mueller2016-06-151-17/+13
* crypto: drbg - use aligned buffersStephan Mueller2016-06-151-20/+24
* crypto: drbg - use CTR AES instead of ECB AESStephan Mueller2016-06-152-54/+140
* crypto: skcipher - remove unused header cpumask.hGeliang Tang2016-06-071-1/+0
* crypto: drbg - reduce number of setkey callsStephan Mueller2016-06-021-9/+24
* crypto: user - no parsing of CRYPTO_MSG_GETALGStephan Mueller2016-05-311-4/+6
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-301-0/+1
|\
| * crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann2016-05-191-0/+1
* | Merge tag 'spi-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2016-05-240-0/+0
|\ \
| * \ Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/qup', 'spi/topi...Mark Brown2016-05-230-0/+0
| |\ \
| | * \ Merge tag 'v4.6-rc5' into spi-rockchipMark Brown2016-05-042-6/+8
| | |\ \
* | | \ \ Merge tag 'keys-next-20160511' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2016-05-231-1/+1
|\ \ \ \ \
| * | | | | KEYS: The PKCS#7 test key type should use the secondary keyringDavid Howells2016-05-111-1/+1
* | | | | | Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.or...David S. Miller2016-05-200-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'iwlwifi-next-for-kalle-2016-05-10' of git://git.kernel.org/pub/scm...Kalle Valo2016-05-110-0/+0
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/sc...Luca Coelho2016-05-101-0/+2
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-1918-469/+504
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | KEYS: Move the point of trust determination to __key_link()David Howells2016-04-113-56/+33
| * | | | | | | KEYS: Make the system trusted keyring depend on the asymmetric key typeDavid Howells2016-04-111-1/+1
| * | | | | | | X.509: Move the trust validation code out to its own fileDavid Howells2016-04-114-80/+116
| * | | | | | | X.509: Use verify_signature() if we have a struct key * to useDavid Howells2016-04-111-2/+1
| * | | | | | | KEYS: Generalise x509_request_asymmetric_key()David Howells2016-04-114-35/+33
| * | | | | | | KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells2016-04-112-89/+89
| * | | | | | | PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells2016-04-065-19/+5
| * | | | | | | KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-066-104/+59
| * | | | | | | X.509: Fix self-signed determinationDavid Howells2016-04-061-0/+9
| * | | | | | | X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells2016-04-064-71/+110
| * | | | | | | PKCS#7: Make the signature a pointer rather than embedding itDavid Howells2016-04-064-48/+55
| * | | | | | | X.509: Retain the key verification dataDavid Howells2016-04-065-66/+67
| * | | | | | | KEYS: Add identifier pointers to public_key_signature structDavid Howells2016-04-061-0/+4
| * | | | | | | KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells2016-04-064-9/+34
| * | | | | | | X.509: Whitespace cleanupDavid Howells2016-04-061-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-175-46/+273
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | crypto: testmgr - Add a flag allowing the self-tests to be disabled at runtime.Richard W.M. Jones2016-05-051-0/+9
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-04-281-6/+6
| |\ \ \ \ \
| * | | | | | crypto: lzo - get rid of superfluous __GFP_REPEATMichal Hocko2016-04-151-1/+1
| * | | | | | crypto: drbg - set HMAC key only when alteredStephan Mueller2016-04-051-14/+25
| * | | | | | PKCS#7: fix missing break on OID_sha224 caseColin Ian King2016-04-051-0/+1
| * | | | | | crypto: af_alg - add async support to algif_aeadTadeusz Struk2016-04-051-31/+237
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-131-5/+22
|\ \ \ \ \ \
| * | | | | | crypto: testmgr - Use kmalloc memory for RSA inputHerbert Xu2016-05-091-5/+22
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-092-1/+3
|\| | | | | | | |_|_|/ / / |/| | | | |
| * | | | | crypto: rsa - select crypto mgr dependencyTadeusz Struk2016-05-051-0/+1
| * | | | | crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-05-051-1/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-04-201-6/+6
|\| | | |
| * | | | crypto: rsa-pkcs1pad - fix dst lenTadeusz Struk2016-04-151-6/+6
| |/ / /
* | | | Merge tag 'char-misc-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-04-160-0/+0
|\ \ \ \
| * | | | Merge tag 'extcon-fixes-for-4.6-rc3' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2016-04-061-0/+2
| |\| | | | | |_|/ | |/| |
* | | | Merge tag 'sh-fixes-4.6-rc1' of git://git.libc.org/linux-shLinus Torvalds2016-04-130-0/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge tag 'v4.6-rc1'Rich Felker2016-03-2934-1870/+913
| |\| |