summaryrefslogtreecommitdiff
path: root/include/crypto (follow)
Commit message (Expand)AuthorAge
* crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu2020-07-09
* crypto: vmac - separate tfm and request contextEric Biggers2018-08-17
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-02-16
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-02-16
* crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2018-01-02
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-12-20
* crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-21
* crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri2016-10-22
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-02-17
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-02-17
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-02-17
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-02-17
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-02-17
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-05
|\
| * KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-21
* | crypto: ahash - Add crypto_ahash_blocksizeHerbert Xu2015-10-20
* | crypto: akcipher - Changes to asymmetric key APITadeusz Struk2015-10-14
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-08
|\
| * PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-12
| * MODSIGN: Provide a utility to append a PKCS#7 signature to a moduleDavid Howells2015-08-07
| * PKCS#7: Allow detached data to be supplied for signature checking purposesDavid Howells2015-08-07
| * X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierDavid Howells2015-08-07
* | Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-02
|\ \
| * | crypto: replace scatterwalk_sg_chain with sg_chainDan Williams2015-08-17
| |/
* | crypto: hash - Add AHASH_REQUEST_ON_STACKHerbert Xu2015-08-21
* | crypto: skcipher - Add top-level skcipher interfaceHerbert Xu2015-08-21
* | crypto: aead - Remove old AEAD interfacesHerbert Xu2015-08-17
* | crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu2015-08-17
* | crypto: doc - AEAD API conversionStephan Mueller2015-08-04
* | crypto: poly1305 - Export common Poly1305 helpersMartin Willi2015-07-17
* | crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2015-07-17
* | crypto: aead - Add type-safe function for freeing instancesHerbert Xu2015-07-14
* | crypto: api - Add instance free function to crypto_typeHerbert Xu2015-07-14
* | crypto: aead - Add aead_queue interfaceHerbert Xu2015-07-14
* | crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu2015-07-14
|/
* crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu2015-06-22
* crypto: aead - Fix aead_instance struct sizeHerbert Xu2015-06-19
* crypto: rsa - add a new rsa generic implementationTadeusz Struk2015-06-17
* crypto: akcipher - add PKE APITadeusz Struk2015-06-17
* crypto: drbg - reseed often if seedsource is degradedStephan Mueller2015-06-10
* crypto: drbg - Use callback API for random readinessStephan Mueller2015-06-10
* crypto: doc - Fix typo in crypto-API.xmlMasanari Iida2015-06-04
* crypto: aead - Add multiple algorithm registration interfaceHerbert Xu2015-06-03
* crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu2015-06-03
* crypto: aead - Add aead_alg_instanceHerbert Xu2015-06-03
* crypto: aead - Add type-safe init/exit functionsHerbert Xu2015-06-03
* crypto: doc - cover new AEAD interfaceStephan Mueller2015-06-03
* crypto: aead - Add common IV generation codeHerbert Xu2015-05-28
* crypto: aead - Document behaviour of AD in destination bufferHerbert Xu2015-05-28
* crypto: drbg - use Jitter RNG to obtain seedStephan Mueller2015-05-27