summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2017-06-09crypto : asymmetric_keys : verify_pefile:zero memory content before freeingLoganaden Velvindron
2017-06-09X.509: Fix error code in x509_cert_parse()Dan Carpenter
2017-05-23crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef
2017-05-23crypto: drbg - wait for crypto op not signal safeGilad Ben-Yossef
2017-05-23crypto: asymmetric_keys - handle EBUSY due to backlog correctlyGilad Ben-Yossef
2017-05-18crypto: skcipher - Add missing API setkey checksHerbert Xu
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-04-24crypto: algif_aead - Require setkey before accept(2)Stephan Mueller
2017-04-24crypto: scomp - add support for deflate rfc1950 (zlib)Giovanni Cabiddu
2017-04-24crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu
2017-04-24crypto: testmgr - Allow ecb(cipher_null) in FIPS modeMilan Broz
2017-04-21crypto: testmgr - replace compression known answer testGiovanni Cabiddu
2017-04-21crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13netlink: extended ACK reportingJohannes Berg
2017-04-10crypto: lz4 - fixed decompress function to return error codeMyungho Jung
2017-04-10crypto: af_alg - Allow arbitrarily long algorithm namesHerbert Xu
2017-04-10crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu
2017-04-10crypto: algif_aead - Fix bogus request dereference in completion functionHerbert Xu
2017-04-10crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu
2017-04-10crypto: lrw - Fix use-after-free on EINPROGRESSHerbert Xu
2017-04-10crypto: xts - Fix use-after-free on EINPROGRESSHerbert Xu
2017-04-05crypto: xts - drop gf128mul dependencyOndrej Mosnáček
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček
2017-04-05crypto: gf128mul - define gf128mul_x_* in gf128mul.hOndrej Mosnáček
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-04-04KEYS: Keyring asymmetric key restrict method with chainingMat Martineau
2017-04-04KEYS: Restrict asymmetric key linkage using a specific keychainMat Martineau
2017-04-04KEYS: Add a lookup_restriction function for the asymmetric key typeMat Martineau
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau
2017-04-03PKCS#7: Handle blacklisted certificatesDavid Howells
2017-04-03X.509: Allow X.509 certs to be blacklistedDavid Howells
2017-03-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-03-24crypto: DRBG - initialize SGL only onceStephan Mueller
2017-03-24crypto: testmgr - mark ctr(des3_ede) as fips_allowedMarcelo Cerri
2017-03-24md5: remove from lib and only live in cryptoJason A. Donenfeld
2017-03-24crypto: powerpc - Stress test for vpmsum implementationsDaniel Axtens
2017-03-24crypto: powerpc - Add CRC-T10DIF accelerationDaniel Axtens
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2017-03-24crypto: xts,lrw - fix out-of-bounds write after kmalloc failureEric Biggers
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-09crypto: ctr - Propagate NEED_FALLBACK bitMarcelo Cerri
2017-03-09crypto: cbc - Propagate NEED_FALLBACK bitMarcelo Cerri
2017-03-09crypto: testmgr - constify all test vectorsEric Biggers