1. 0e47974 crypto: asymmetric_keys - handle EBUSY due to backlog correctly by Gilad Ben-Yossef · 7 years ago
  2. 2b95fda X.509: Fix double free in x509_cert_parse() [ver #3] by Andrey Ryabinin · 7 years ago
  3. acddc72 KEYS: Fix for erroneous trust of incorrectly signed X.509 certs by Mat Martineau · 8 years ago
  4. d128471 pefile: Fix the failure of calculation for digest by Lans Zhang · 8 years ago
  5. a46e667 PKCS#7: Fix panic when referring to the empty AKID when DEBUG defined by Lans Zhang · 8 years ago
  6. 4469854 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  7. bad6a18 crypto: public_key: select CRYPTO_AKCIPHER by Arnd Bergmann · 8 years ago
  8. 3c8f227 KEYS: The PKCS#7 test key type should use the secondary keyring by David Howells · 8 years ago
  9. a511e1a KEYS: Move the point of trust determination to __key_link() by David Howells · 8 years ago
  10. 99716b7 KEYS: Make the system trusted keyring depend on the asymmetric key type by David Howells · 8 years ago
  11. cfb664f X.509: Move the trust validation code out to its own file by David Howells · 8 years ago
  12. 5f7f5c8 X.509: Use verify_signature() if we have a struct key * to use by David Howells · 8 years ago
  13. 9eb0298 KEYS: Generalise x509_request_asymmetric_key() by David Howells · 8 years ago
  14. 983023f KEYS: Move x509_request_asymmetric_key() to asymmetric_type.c by David Howells · 8 years ago
  15. bda850c PKCS#7: Make trust determination dependent on contents of trust keyring by David Howells · 8 years ago
  16. e68503b KEYS: Generalise system_verify_data() to provide access to internal content by David Howells · 8 years ago
  17. ad3043f X.509: Fix self-signed determination by David Howells · 8 years ago
  18. 6c2dc5a X.509: Extract signature digest and make self-signed cert checks earlier by David Howells · 8 years ago
  19. 566a117 PKCS#7: Make the signature a pointer rather than embedding it by David Howells · 8 years ago
  20. 77d0910 X.509: Retain the key verification data by David Howells · 8 years ago
  21. a022ec0 KEYS: Add identifier pointers to public_key_signature struct by David Howells · 8 years ago
  22. 3b76456 KEYS: Allow authentication data to be stored in an asymmetric key by David Howells · 8 years ago
  23. 864e7a8 X.509: Whitespace cleanup by David Howells · 8 years ago
  24. 06af9b0 PKCS#7: fix missing break on OID_sha224 case by Colin Ian King · 8 years ago
  25. 62f444e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  26. e543589 PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument by Nicolai Stange · 8 years ago
  27. 4e8ae72 X.509: Make algo identifiers text instead of enum by David Howells · 8 years ago
  28. d43de6c akcipher: Move the RSA DER encoding check to the crypto layer by David Howells · 8 years ago
  29. 7650cb8 X.509: Handle midnight alternative notation in GeneralizedTime by David Howells · 8 years ago
  30. da02559 X.509: Support leap seconds by David Howells · 8 years ago
  31. ac4cbed X.509: Fix leap year handling again by David Howells · 8 years ago
  32. 06aae592 PKCS#7: fix unitialized boolean 'want' by Colin Ian King · 8 years ago
  33. db6c43b crypto: KEYS: convert public key and digsig asym to the akcipher api by Tadeusz Struk · 8 years ago
  34. f75516a crypto: keys - Revert "convert public key to akcipher api" by Herbert Xu · 8 years ago
  35. 57f96bb crypto: asymmetric_keys - convert public key and digsig asym to the akcipher api by Tadeusz Struk · 8 years ago
  36. 7ee7014 PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signatures by Peter Jones · 8 years ago
  37. 5807fca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  38. 41c89b6 IMA: create machine owner and blacklist keyrings by Petko Manolov · 8 years ago
  39. 1f6a9ab crypto: asymmetric_keys - signature.c does not need <module.h> by Paul Gortmaker · 8 years ago
  40. cc25b99 X.509: Fix the time validation [ver #2] by David Howells · 8 years ago
  41. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  42. ccc9d4a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  43. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  44. 271817a crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params() by Sowmini Varadhan · 9 years ago
  45. 62f57d0 crypto: pkcs7 - Fix unaligned access in pkcs7_verify() by Sowmini Varadhan · 9 years ago
  46. e7c87be X.509: Don't strip leading 00's from key ID when constructing key description by David Howells · 9 years ago
  47. 4dd17c9 crypto: asymmetric_keys - remove always false comparison by sudip · 9 years ago
  48. 07f081f PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them by David Howells · 9 years ago
  49. 772111a PKCS#7: Add MODULE_LICENSE() to test module by David Howells · 9 years ago
  50. 99db443 PKCS#7: Appropriately restrict authenticated attributes and content type by David Howells · 9 years ago
  51. f29299b4 KEYS: Add a name for PKEY_ID_PKCS7 by David Howells · 9 years ago
  52. fd19a3d PKCS#7: Improve and export the X.509 ASN.1 time object decoder by David Howells · 9 years ago
  53. 60d65ca PKCS#7: Support CMS messages also [RFC5652] by David Howells · 9 years ago
  54. a4c6e57 X.509: Change recorded SKID & AKID to not include Subject or Issuer by David Howells · 9 years ago
  55. 2c7fd36 PKCS#7: Check content type and versions by David Howells · 9 years ago
  56. 4ebdb76f PKCS#7: Allow detached data to be supplied for signature checking purposes by David Howells · 9 years ago
  57. 4573b64 X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifier by David Howells · 9 years ago
  58. b92e657 X.509: Extract both parts of the AuthorityKeyIdentifier by David Howells · 9 years ago
  59. 9d86b41 Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  60. e22619a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  61. 2cdcc35 crypto: asymmetric_keys/rsa - Use non-conflicting variable name by Guenter Roeck · 9 years ago
  62. 8877558 crypto/asymmetric_keys: pkcs7_key_type needs module.h by Paul Gortmaker · 9 years ago
  63. f2b3dee KEYS: fix "ca_keys=" partial key matching by Mimi Zohar · 9 years ago
  64. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  65. d401658 KEYS: output last portion of fingerprint in /proc/keys by Dmitry Kasatkin · 10 years ago
  66. 7a224e7 KEYS: strip 'id:' from ca_keyid by Dmitry Kasatkin · 10 years ago
  67. 8dd6098 KEYS: use swapped SKID for performing partial matching by Dmitry Kasatkin · 10 years ago
  68. f1b731d KEYS: Restore partial ID matching functionality for asymmetric keys by Dmitry Kasatkin · 10 years ago
  69. dd2f6c4 X.509: If available, use the raw subjKeyId to form the key description by David Howells · 10 years ago
  70. 40b50e8 KEYS: handle error code encoded in pointer by Dmitry Kasatkin · 10 years ago
  71. d1ac554 KEYS: Check hex2bin()'s return when generating an asymmetric key ID by David Howells · 10 years ago
  72. 757932e PKCS#7: Handle PKCS#7 messages that contain no X.509 certs by David Howells · 10 years ago
  73. 4155942 PKCS#7: Better handling of unsupported crypto by David Howells · 10 years ago
  74. 46963b7 KEYS: Overhaul key identification when searching for asymmetric keys by David Howells · 10 years ago
  75. 7901c1a KEYS: Implement binary asymmetric key ID handling by David Howells · 10 years ago
  76. 0c903ab KEYS: Make the key matching functions return bool by David Howells · 10 years ago
  77. c06cfb0 KEYS: Remove key_type::match in favour of overriding default by match_preparse by David Howells · 10 years ago
  78. 614d8c3 KEYS: Remove key_type::def_lookup_type by David Howells · 10 years ago
  79. 4629195 KEYS: Preparse match data by David Howells · 10 years ago
  80. 1c9c115 Merge tag 'keys-next-fixes-20140916' into keys-next by David Howells · 10 years ago
  81. 68c45c7 Merge tag 'keys-fixes-20140916' into keys-next by David Howells · 10 years ago
  82. cecf5d2e PKCS#7: Fix the parser cleanup to drain parsed out X.509 certs by David Howells · 10 years ago
  83. 3cd0920 PKCS#7: Provide a single place to do signed info block freeing by David Howells · 10 years ago
  84. 15155b9 PKCS#7: Add a missing static by David Howells · 10 years ago
  85. c3ce6df KEYS: Set pr_fmt() in asymmetric key signature handling by David Howells · 10 years ago
  86. 0aa0409 PEFILE: Relax the check on the length of the PKCS#7 cert by David Howells · 10 years ago
  87. 876c6e3 KEYS: Fix public_key asymmetric key subtype name by David Howells · 10 years ago
  88. cf5b50f X.509: Need to export x509_request_asymmetric_key() by David Howells · 10 years ago
  89. 412eccb PKCS#7: X.509 certificate issuer and subject are mandatory fields in the ASN.1 by David Howells · 10 years ago
  90. 5ce43ad PKCS#7: Use x509_request_asymmetric_key() by David Howells · 10 years ago
  91. 185de09 X.509: x509_request_asymmetric_keys() doesn't need string length arguments by David Howells · 10 years ago
  92. 63d2551 PKCS#7: fix sparse non static symbol warning by Wei Yongjun · 10 years ago
  93. 8f3438c PKCS#7: Missing inclusion of linux/err.h by David Howells · 10 years ago
  94. 633706a Merge branch 'keys-fixes' into keys-next by David Howells · 10 years ago
  95. 64724cf Merge remote-tracking branch 'integrity/next-with-keys' into keys-next by David Howells · 10 years ago
  96. 6204e00 Merge tag 'keys-pefile-20140709' into keys-next by David Howells · 10 years ago
  97. 1ca72c9 Merge tag 'keys-pkcs7-20140708' into keys-next by David Howells · 10 years ago
  98. fc7c70e KEYS: struct key_preparsed_payload should have two payload pointers by David Howells · 10 years ago
  99. 6a09d17 KEYS: Provide a generic instantiation function by David Howells · 10 years ago
  100. 26c1821 RSA: Don't select non-existent symbol by Jean Delvare · 10 years ago