summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2013-02-13hlist: drop the node parameter from iteratorsSasha Levin
2013-02-13Merge remote-tracking branch 'lzo-update/lzo-update'Stephen Rothwell
2013-02-13Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2013-02-13Merge remote-tracking branch 'pekey/devel-pekey'Stephen Rothwell
2013-02-13Merge remote-tracking branch 'crypto/master'Stephen Rothwell
2013-02-13Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2013-02-13Merge remote-tracking branch 'slave-dma/next'Stephen Rothwell
2013-02-04crypto: use ERR_CASTJulia Lawall
2013-01-20crypto: testmgr - add test vector for fcryptJussi Kivilinna
2013-01-20crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko
2013-01-19PEFILE: Load the contained key if we consider the container to be validly signedDavid Howells
2013-01-19PEFILE: Validate PKCS#7 trust chainDavid Howells
2013-01-19pefile: Digest the PE binary and compare to the PKCS#7 dataDavid Howells
2013-01-19pefile: Parse the "Microsoft individual code signing" data blobDavid Howells
2013-01-19pefile: Parse the presumed PKCS#7 content of the certificate blobDavid Howells
2013-01-19pefile: Strip the wrapper off of the cert data blockDavid Howells
2013-01-19pefile: Parse a PE binary to find a key and a signature contained thereinDavid Howells
2013-01-19PKCS#7: Find intersection between PKCS#7 message and known, trusted keysDavid Howells
2013-01-19PKCS#7: Verify internal certificate chainDavid Howells
2013-01-19PKCS#7: Find the right key in the PKCS#7 key list and verify the signatureDavid Howells
2013-01-19PKCS#7: Digest the data in a signed-data messageDavid Howells
2013-01-19PKCS#7: Implement a parser [RFC 2315]David Howells
2013-01-19X.509: Export certificate parse and free functionsDavid Howells
2013-01-19X.509: Handle certificates that lack an authorityKeyIdentifier fieldDavid Howells
2013-01-19X.509: Check the algorithm IDs obtained from parsing an X.509 certificateDavid Howells
2013-01-19X.509: Embed public_key_signature struct and create filler functionDavid Howells
2013-01-19X.509: Add bits needed for PKCS#7David Howells
2013-01-19X.509: struct x509_certificate needs struct tm declaringDavid Howells
2013-01-19KEYS: Split public_key_verify_signature() and make availableDavid Howells
2013-01-19KEYS: Store public key algo ID in public_key structDavid Howells
2013-01-19KEYS: Move the algorithm pointer array from x509 to public_key.cDavid Howells
2013-01-19KEYS: Rename public key parameter name arraysDavid Howells
2013-01-11crypto: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-10powerpc: Add a powerpc implementation of SHA-1Michael Ellerman
2013-01-07async_tx: fix checking of dma_wait_for_async_tx() return valueBartlomiej Zolnierkiewicz
2013-01-07async_tx: fix build for async_memsetBartlomiej Zolnierkiewicz
2013-01-07async_tx: add missing DMA unmap to async_memcpy()Bartlomiej Zolnierkiewicz
2013-01-07async_tx: use memchr_invAkinobu Mita
2013-01-08crypto: ctr - make rfc3686 asynchronous block cipherJussi Kivilinna
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-12-06crypto: testmgr - remove superfluous initializers for xts(aes)Mathias Krause
2012-12-06crypto: testmgr - allow compression algs in fips modeMilan Broz
2012-12-06crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intelJussi Kivilinna
2012-12-06crypto: testmgr - clean alg_test_null entries in alg_test_descs[]Jussi Kivilinna
2012-12-06crypto: testmgr - remove fips_allowed flag from camellia-aesni null-testsJussi Kivilinna
2012-12-06crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna
2012-11-09crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...Jussi Kivilinna
2012-11-09crypto: tcrypt - add async speed test for camellia cipherJussi Kivilinna
2012-10-24crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna
2012-10-24crypto: testmgr - add new larger DES3_EDE testvectorsJussi Kivilinna