summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2014-09-03PEFILE: Relax the check on the length of the PKCS#7 certDavid Howells
2014-09-03KEYS: Fix public_key asymmetric key subtype nameDavid Howells
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-08-03X.509: Need to export x509_request_asymmetric_key()David Howells
2014-08-02ARM: 8120/1: crypto: sha512: add ARM NEON implementationJussi Kivilinna
2014-08-02ARM: 8119/1: crypto: sha1: add ARM NEON implementationJussi Kivilinna
2014-08-01crypto: drbg - fix failure of generating multiple of 2**16 bytesStephan Mueller
2014-08-01crypto: testmgr - add missing spaces to drbg error stringsJarod Wilson
2014-08-01crypto: testmgr - use chunks smaller than algo block size in chunk testsArd Biesheuvel
2014-08-01crypto: Resolve shadow warningsMark Rustad
2014-07-31crypto: af_alg - properly label AF_ALG socketMilan Broz
2014-07-31PKCS#7: X.509 certificate issuer and subject are mandatory fields in the ASN.1David Howells
2014-07-29PKCS#7: Use x509_request_asymmetric_key()David Howells
2014-07-28X.509: x509_request_asymmetric_keys() doesn't need string length argumentsDavid Howells
2014-07-28PKCS#7: fix sparse non static symbol warningWei Yongjun
2014-07-25PKCS#7: Missing inclusion of linux/err.hDavid Howells
2014-07-23crypto: testmgr - avoid DMA mapping from text, rodata, stackHoria Geanta
2014-07-22Merge branch 'keys-fixes' into keys-nextDavid Howells
2014-07-22Merge remote-tracking branch 'integrity/next-with-keys' into keys-nextDavid Howells
2014-07-22Merge tag 'keys-pefile-20140709' into keys-nextDavid Howells
2014-07-22Merge tag 'keys-pkcs7-20140708' into keys-nextDavid Howells
2014-07-22KEYS: struct key_preparsed_payload should have two payload pointersDavid Howells
2014-07-18KEYS: Provide a generic instantiation functionDavid Howells
2014-07-17RSA: Don't select non-existent symbolJean Delvare
2014-07-17KEYS: validate certificate trust only with builtin keysDmitry Kasatkin
2014-07-17KEYS: validate certificate trust only with selected keyDmitry Kasatkin
2014-07-17KEYS: make partial key id matching as a dedicated functionDmitry Kasatkin
2014-07-17KEYS: verify a certificate is signed by a 'trusted' keyMimi Zohar
2014-07-10crypto: drbg - drbg_exit() can be staticFengguang Wu
2014-07-09pefile: Validate PKCS#7 trust chainDavid Howells
2014-07-09pefile: Digest the PE binary and compare to the PKCS#7 dataDavid Howells
2014-07-09pefile: Handle pesign using the wrong OIDVivek Goyal
2014-07-09pefile: Parse the "Microsoft individual code signing" data blobDavid Howells
2014-07-09pefile: Parse the presumed PKCS#7 content of the certificate blobDavid Howells
2014-07-09pefile: Strip the wrapper off of the cert data blockDavid Howells
2014-07-09pefile: Parse a PE binary to find a key and a signature contained thereinDavid Howells
2014-07-08KEYS: X.509: Fix a spelling mistakeDavid Howells
2014-07-08crypto: drbg - HMAC-SHA1 DRBG has crypto strength of 128 bitsStephan Mueller
2014-07-08crypto: drbg - Mix a time stamp into DRBG stateStephan Mueller
2014-07-08crypto: drbg - Select correct DRBG core for stdrngStephan Mueller
2014-07-08crypto: drbg - Call CTR DRBG DF function only onceStephan Mueller
2014-07-08crypto: drbg - Fix format string for debugging statementsStephan Mueller
2014-07-08crypto: drbg - cleanup of preprocessor macrosStephan Mueller
2014-07-08PKCS#7: Provide a key type for testing PKCS#7David Howells
2014-07-08PKCS#7: Find intersection between PKCS#7 message and known, trusted keysDavid Howells
2014-07-08PKCS#7: Verify internal certificate chainDavid Howells
2014-07-08PKCS#7: Find the right key in the PKCS#7 key list and verify the signatureDavid Howells