1. 7058ece switch CRLReason to use a class by Paul Kehrer · 10 years ago
  2. 0860ef6 Merge pull request #2575 from reaperhulk/crlentry-extensions-classes by Alex Gaynor · 10 years ago
  3. 045fc7e Merge pull request #2576 from reaperhulk/extensions-indexable by Alex Gaynor · 10 years ago
  4. 5b90c97 make the Extensions class support indexing by Paul Kehrer · 10 years ago
  5. 49bb756 start switching the CRL entry extensions to be full-fledged classes by Paul Kehrer · 10 years ago
  6. 4f76921 Merge pull request #2574 from reaperhulk/rename-crlextension by Alex Gaynor · 10 years ago
  7. fd4028e allow CRLExtensionOID to still be imported from x509 by Paul Kehrer · 10 years ago
  8. c6242dc rename CRLExtensionOID to CRLEntryExtensionOID by Paul Kehrer · 10 years ago
  9. baacf1a Merge pull request #2572 from reaperhulk/crlbuilder-add-revoked-certificate by Alex Gaynor · 10 years ago
  10. 14553ac X509_REVOKED_dup isn't available everywhere, we get to define our own by Paul Kehrer · 10 years ago
  11. 4c7fd5f support revoked certificates in CertificateRevocationListBuilder by Paul Kehrer · 10 years ago
  12. cad8ae2 Merge pull request #2571 from reaperhulk/revokedcertificatebuilder by Alex Gaynor · 10 years ago
  13. c33ffd7 RevokedCertificateBuilder by Paul Kehrer · 10 years ago
  14. ef5f9fc Merge pull request #2570 from reaperhulk/revokedcertificate-interface by Alex Gaynor · 10 years ago
  15. aa8b0f4 add create_x509_revoked_certificate to x509backend interface by Paul Kehrer · 10 years ago
  16. 58dc259 Merge pull request #2568 from reaperhulk/crlbuilder-extensions by Alex Gaynor · 10 years ago
  17. bbc1ba9 use type instead of __class__ by Paul Kehrer · 10 years ago
  18. b7b1289 use _create_x509_extensions in create_x509_crl by Paul Kehrer · 10 years ago
  19. d835969 coverage for invalid extensions by Paul Kehrer · 10 years ago
  20. 426b48d add extension support to the CRLBuilder by Paul Kehrer · 10 years ago
  21. 2bd4768 Merge pull request #2569 from reaperhulk/extension-builder by Alex Gaynor · 10 years ago
  22. d58b579 a different approach to refactoring the x509 extension addition by Paul Kehrer · 10 years ago
  23. e7dc111 don't reuse a variable, it's confusing by Paul Kehrer · 10 years ago
  24. 28d1dfa refactor x509 extension creation to make it a bit more reusable by Paul Kehrer · 10 years ago
  25. b043852 Merge pull request #2567 from alex/this-is-america by Paul Kehrer · 10 years ago
  26. fa431ca Merge pull request #2559 from reaperhulk/crlbuilder by Alex Gaynor · 10 years ago
  27. f96d8d5 Spell serialization consistently by Alex Gaynor · 10 years ago
  28. 7eaaf0c fix rebase mistake in the docs by Paul Kehrer · 10 years ago
  29. 0325b9d update docs with review feedback by Paul Kehrer · 10 years ago
  30. bfac2d1 CertificateRevocationListBuilder by Paul Kehrer · 10 years ago
  31. 48f17cb Merge pull request #2565 from reaperhulk/crl-interface by Alex Gaynor · 10 years ago
  32. 4791d6f coverage by Paul Kehrer · 10 years ago
  33. e454a57 Merge pull request #2562 from evilaliv3/PEM_write_bio_DHparams by Alex Gaynor · 10 years ago
  34. 7a96070 Merge pull request #2566 from alex/better-language by Paul Kehrer · 10 years ago
  35. 4361aab Add PEM_write_bio_DHparams binding by evilaliv3 · 10 years ago
  36. 6b3184c Use clearer language in the backend interface docs. by Alex Gaynor · 10 years ago
  37. a3ef621 better language by Paul Kehrer · 10 years ago
  38. 07b7e7f add create_x509_crl interface by Paul Kehrer · 10 years ago
  39. 1e63b84 Merge pull request #2564 from alex/crl-index-perf by Paul Kehrer · 10 years ago
  40. de85d5a please the great flake8 in the sky by Alex Gaynor · 10 years ago
  41. a3fa8d6 full indexing support + testsg by Alex Gaynor · 10 years ago
  42. 9f71bf7 tests on indexing by Alex Gaynor · 10 years ago
  43. a147621 Make indexing a CRL O(1) instead of O(n). by Alex Gaynor · 10 years ago
  44. b9d9021 Merge pull request #2563 from alex/crl-iter-perf by Paul Kehrer · 10 years ago
  45. 34a4754 Simplify implementation of CRL indexing and iteration. by Alex Gaynor · 10 years ago
  46. b651913 Merge pull request #2561 from alex/crl-len-perf by Paul Kehrer · 10 years ago
  47. aa37fbb coverage fix by Alex Gaynor · 10 years ago
  48. cc4c323 Improve the performance of len(crl) by Alex Gaynor · 10 years ago
  49. 4c80493 Merge pull request #2560 from reaperhulk/setrevocation-binding by Alex Gaynor · 10 years ago
  50. 44059d8 add binding for setting the revocation date of an X509_REVOKED by Paul Kehrer · 10 years ago
  51. 8c52c20 Merge pull request #2558 from reaperhulk/managing-memory-is-fun by Alex Gaynor · 10 years ago
  52. 7e75b62 address review comments by Paul Kehrer · 10 years ago
  53. 1f943ab add test that fails if CRL references aren't properly retained by Paul Kehrer · 10 years ago
  54. 585e8dd fix a potential memory issue when retaining revoked certs from a CRL by Paul Kehrer · 10 years ago
  55. 6d99de1 Merge pull request #2556 from Lukasa/osx-cert-store by Alex Gaynor · 10 years ago
  56. 1b2a3ea Remove spaces. by Cory Benfield · 10 years ago
  57. 50d1805 Add binding for CommonCrypto SecTrustCopyAnchorCertificates by Cory Benfield · 10 years ago
  58. 4fe07e8 Merge pull request #2545 from reaperhulk/death-to-mac-098 by Alex Gaynor · 10 years ago
  59. 355174a remove all mac 0.9.8 tests by Paul Kehrer · 10 years ago
  60. 7e5c96f Merge pull request #2552 from reaperhulk/crlnumber by Alex Gaynor · 10 years ago
  61. a9718fc missed a test for CRLNumber not being an integer, oops by Paul Kehrer · 10 years ago
  62. e32b994 update the language by Paul Kehrer · 10 years ago
  63. 3b95cd7 CRLNumber needs to be a class for reasons. by Paul Kehrer · 10 years ago
  64. 53f45f9 Merge pull request #2549 from reaperhulk/more-crl-extensions by Alex Gaynor · 10 years ago
  65. 2587d30 add support for parsing AuthorityInfoAccess and IssuerAltName CRL exts by Paul Kehrer · 10 years ago
  66. 326833d Merge pull request #2551 from alex/blacklist-dreid by Paul Kehrer · 10 years ago
  67. acb724e Merge pull request #2550 from reaperhulk/crl-vector by Alex Gaynor · 10 years ago
  68. 05aa062 @dreid has asked not to be bothered going forward by Alex Gaynor · 10 years ago
  69. 93df8b7 add new CRL test vector by Paul Kehrer · 10 years ago
  70. cfa49cd Merge pull request #2548 from pyca/alex-patch-1 by Paul Kehrer · 10 years ago
  71. c04d45e Use the latest Python 3.4 release by Alex Gaynor · 10 years ago
  72. d05b0bd Merge pull request #2543 from reaperhulk/crl-extensions by Alex Gaynor · 10 years ago
  73. 109237f lowercase the first letter since that's how it's actually declared by Paul Kehrer · 10 years ago
  74. 51f39cb support parsing CRL extensions in the OpenSSL backend by Paul Kehrer · 10 years ago
  75. 1f32f2d Merge pull request #2542 from reaperhulk/missing-docs by Alex Gaynor · 10 years ago
  76. 18a9612 add changelog for CertificateRevocationList signature/tbs_certlist_bytes by Paul Kehrer · 10 years ago
  77. a04e032 Merge pull request #2541 from reaperhulk/crl-serialization by Alex Gaynor · 10 years ago
  78. 2c91858 add test for byte matching by Paul Kehrer · 10 years ago
  79. 2d1d24d link public_bytes in changelog by Paul Kehrer · 10 years ago
  80. 54a837d add a CRL public_bytes method by Paul Kehrer · 10 years ago
  81. 394cca5 Merge pull request #2538 from reaperhulk/empty-crls-are-beautiful-too by Alex Gaynor · 10 years ago
  82. 9543a33 support CRLs with no revoked certificates by Paul Kehrer · 10 years ago
  83. 45b8752 Merge pull request #2525 from nbastin/20151112-access-method by Paul Kehrer · 10 years ago
  84. 7b0c694 Nothing to see here... by Nick Bastin · 10 years ago
  85. db5360b Dealing with the pedantry of pep8 by Nick Bastin · 10 years ago
  86. 79d9e6a Test for non-standard AIA support in CertificateBuilder by Nick Bastin · 10 years ago
  87. d2ecf86 Dangling pep8 fix by Nick Bastin · 10 years ago
  88. 99de318 PEP8 fixes by Nick Bastin · 10 years ago
  89. bd079ae 4-space indent for this repo by Nick Bastin · 10 years ago
  90. 326fc8e Style cleanup, missing import by Nick Bastin · 10 years ago
  91. 11f0f8a Add test for arbitrary access_method by Nick Bastin · 10 years ago
  92. d06763d Allow any OID for access_method, validate OIDs at creation time, fix tests. by Nick Bastin · 10 years ago
  93. fc504fe Merge pull request #2534 from alex/ev-oid by Paul Kehrer · 10 years ago
  94. 3b2fc96 updated the short names of oids by Alex Gaynor · 10 years ago
  95. dd18c03 added oid names by Alex Gaynor · 10 years ago
  96. a2293c8 added business category oid by Alex Gaynor · 10 years ago
  97. 1abe167 Merge pull request #2536 from alex/bump-3.5 by Paul Kehrer · 10 years ago
  98. 0021fd9 Merge pull request #2488 from tiran/password_cb_userdata by Alex Gaynor · 10 years ago
  99. c8b893f Change password callback to use userdata pointer by Christian Heimes · 10 years ago
  100. edfd8f8 too many newlines by Alex Gaynor · 10 years ago