summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* X.509: Handle midnight alternative notation in GeneralizedTimeDavid Howells2016-02-291-1/+1
* X.509: Support leap secondsDavid Howells2016-02-291-1/+1
* X.509: Fix leap year handling againDavid Howells2016-02-291-4/+4
* PKCS#7: fix unitialized boolean 'want'Colin Ian King2016-02-291-1/+1
* crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk2016-02-1011-271/+124
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-01-301-1/+3
* crypto: shash - Fix has_key settingHerbert Xu2016-01-271-4/+3
* crypto: ghash,poly1305 - select CRYPTO_HASH where neededArnd Bergmann2016-01-261-0/+2
* PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesPeter Jones2016-01-251-3/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-227-32/+372
|\
| * crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu2016-01-201-1/+2
| * crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-01-191-1/+0
| * crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2016-01-191-7/+7
| * crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-01-181-3/+6
| * crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-01-181-3/+6
| * crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2016-01-181-9/+7
| * crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-01-181-40/+3
| * crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-01-181-40/+3
| * crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-01-181-1/+8
| * crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-01-181-1/+1
| * crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-01-181-0/+2
| * crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-01-181-8/+193
| * crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-01-182-2/+7
| * crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-01-181-5/+144
| * crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-01-181-1/+12
| * crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-01-181-3/+1
| * crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-01-181-3/+32
| * crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-01-181-7/+41
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-172-0/+4
|\ \
| * \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2015-12-261-0/+2
| |\ \
| | * | IMA: create machine owner and blacklist keyringsPetko Manolov2015-12-151-0/+2
| * | | keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen2015-12-201-0/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-122-4/+4
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-311-31/+30
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-172-2/+2
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-032-5/+5
| |\ \ \ \
| * | | | | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-302-4/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-1216-52/+735
|\ \ \ \ \
| * | | | | crypto: hash - add zero length message hash for shax and md5LABBE Corentin2015-12-223-0/+29
| * | | | | crypto: rsa-pkcs1pad - don't allocate buffer on stackAndrzej Zaborowski2015-12-221-8/+19
| * | | | | crypto: asymmetric_keys - signature.c does not need <module.h>Paul Gortmaker2015-12-111-1/+1
| * | | | | crypto: drbg - constify drbg_state_ops structuresJulia Lawall2015-12-101-3/+3
| * | | | | crypto: chacha20poly1305 - Skip encryption/decryption for 0-lenJason A. Donenfeld2015-12-091-0/+8
| * | | | | crypto: rsa - RSA padding algorithmAndrzej Zaborowski2015-12-093-1/+633
| * | | | | crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski2015-12-091-1/+33
| * | | | | crypto: cryptd - Assign statesize properlyWang, Rui Y2015-12-041-0/+1
| * | | | | crypto: cryptod - use crypto_skcipher_type() for getting skcipher typeAlexander Kuleshov2015-11-271-2/+1
| * | | | | crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes)Cyrille Pitchen2015-11-231-1/+1
| * | | | | crypto: mcryptd - use list_first_entry_or_null()Geliang Tang2015-11-231-6/+2
| * | | | | crypto: api - use list_first_entry_or_null and list_next_entryGeliang Tang2015-11-231-5/+4
OpenPOWER on IntegriCloud