1. a511e1a KEYS: Move the point of trust determination to __key_link() by David Howells · 8 years ago
  2. cfb664f X.509: Move the trust validation code out to its own file by David Howells · 8 years ago
  3. 5f7f5c8 X.509: Use verify_signature() if we have a struct key * to use by David Howells · 8 years ago
  4. 9eb0298 KEYS: Generalise x509_request_asymmetric_key() by David Howells · 8 years ago
  5. 983023f KEYS: Move x509_request_asymmetric_key() to asymmetric_type.c by David Howells · 8 years ago
  6. ad3043f X.509: Fix self-signed determination by David Howells · 8 years ago
  7. 6c2dc5a X.509: Extract signature digest and make self-signed cert checks earlier by David Howells · 8 years ago
  8. 77d0910 X.509: Retain the key verification data by David Howells · 8 years ago
  9. 864e7a8 X.509: Whitespace cleanup by David Howells · 8 years ago
  10. 4e8ae72 X.509: Make algo identifiers text instead of enum by David Howells · 8 years ago
  11. db6c43b crypto: KEYS: convert public key and digsig asym to the akcipher api by Tadeusz Struk · 8 years ago
  12. 41c89b6 IMA: create machine owner and blacklist keyrings by Petko Manolov · 8 years ago
  13. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  14. ccc9d4a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  15. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  16. 271817a crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params() by Sowmini Varadhan · 9 years ago
  17. e7c87be X.509: Don't strip leading 00's from key ID when constructing key description by David Howells · 9 years ago
  18. fd19a3d PKCS#7: Improve and export the X.509 ASN.1 time object decoder by David Howells · 9 years ago
  19. 4573b64 X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifier by David Howells · 9 years ago
  20. b92e657 X.509: Extract both parts of the AuthorityKeyIdentifier by David Howells · 9 years ago
  21. f2b3dee KEYS: fix "ca_keys=" partial key matching by Mimi Zohar · 9 years ago
  22. 7a224e7 KEYS: strip 'id:' from ca_keyid by Dmitry Kasatkin · 10 years ago
  23. f1b731d KEYS: Restore partial ID matching functionality for asymmetric keys by Dmitry Kasatkin · 10 years ago
  24. dd2f6c4 X.509: If available, use the raw subjKeyId to form the key description by David Howells · 10 years ago
  25. 4155942 PKCS#7: Better handling of unsupported crypto by David Howells · 10 years ago
  26. 46963b7 KEYS: Overhaul key identification when searching for asymmetric keys by David Howells · 10 years ago
  27. cf5b50f X.509: Need to export x509_request_asymmetric_key() by David Howells · 10 years ago
  28. 5ce43ad PKCS#7: Use x509_request_asymmetric_key() by David Howells · 10 years ago
  29. 185de09 X.509: x509_request_asymmetric_keys() doesn't need string length arguments by David Howells · 10 years ago
  30. 64724cf Merge remote-tracking branch 'integrity/next-with-keys' into keys-next by David Howells · 10 years ago
  31. fc7c70e KEYS: struct key_preparsed_payload should have two payload pointers by David Howells · 10 years ago
  32. 32c4741 KEYS: validate certificate trust only with builtin keys by Dmitry Kasatkin · 10 years ago
  33. ffb70f6 KEYS: validate certificate trust only with selected key by Dmitry Kasatkin · 10 years ago
  34. 3be4bea KEYS: verify a certificate is signed by a 'trusted' key by Mimi Zohar · 11 years ago
  35. 4c1cc40 Revert "KEYS: verify a certificate is signed by a 'trusted' key" by Linus Torvalds · 10 years ago
  36. c7c8bb2 ima: provide support for arbitrary hash algorithms by Dmitry Kasatkin · 11 years ago
  37. 3fe78ca keys: change asymmetric keys to use common hash definitions by Dmitry Kasatkin · 11 years ago
  38. e19aaa7 X.509: add module description and license by Konstantin Khlebnikov · 11 years ago
  39. 09fbc47 KEYS: verify a certificate is signed by a 'trusted' key by Mimi Zohar · 11 years ago
  40. 124df92 X.509: Remove certificate date checks by David Howells · 11 years ago
  41. 17334ca X.509: Handle certificates that lack an authorityKeyIdentifier field by David Howells · 11 years ago
  42. 2ecdb23 X.509: Check the algorithm IDs obtained from parsing an X.509 certificate by David Howells · 11 years ago
  43. b426beb X.509: Embed public_key_signature struct and create filler function by David Howells · 11 years ago
  44. 3d167d6 KEYS: Split public_key_verify_signature() and make available by David Howells · 11 years ago
  45. 67f7d60b KEYS: Store public key algo ID in public_key struct by David Howells · 11 years ago
  46. 206ce59 KEYS: Move the algorithm pointer array from x509 to public_key.c by David Howells · 11 years ago
  47. 9abc4e6 KEYS: Rename public key parameter name arrays by David Howells · 11 years ago
  48. 2f1c4fe X.509: Convert some printk calls to pr_devel by David Howells · 12 years ago
  49. a5752d1 MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checking by David Howells · 12 years ago
  50. c26fd69 X.509: Add a crypto key parser for binary (DER) X.509 certificates by David Howells · 12 years ago