1. f6c96af Prepare for 17.0.0 (#615) by Hynek Schlawack · 7 years ago
  2. fb078d8 Assorted cheap coverage wins (#602) by Alex Chan · 7 years ago
  3. 54005ce Fix broken links in the documentation (#611) by Alex Chan · 7 years ago
  4. 3bcf315 Fix up some pytest-related stuff (#601) by Hynek Schlawack · 7 years ago
  5. 868dc3c Limit SSL_write bufsize to avoid OverflowErrors (#603) by Maximilian Hils · 7 years ago
  6. b748099 Rip out the last vestages of unittest from the test suite (#599) by Alex Chan · 7 years ago
  7. 1089ed2 Python 3.6 (#600) by Hynek Schlawack · 7 years ago
  8. b00ede2 Convert the remaining tests in test_crypto.py to be pytest-style (#593) by Alex Chan · 7 years ago
  9. 1c0cb66 Convert the rest of TestConnection to be pytest-style (#594) by Alex Chan · 7 years ago
  10. 7f3914b Patch up easy TypeError-based coverage gaps (#598) by lymanZerga11 · 7 years ago
  11. 9e2a993 Convert more classes in test_crypto.py to pytest-style (#591) by Alex Chan · 7 years ago
  12. 36eb2de Prevent _PassphraseHelper.raise_if_problem() from eating exceptions (#581) by Greg Bowser · 7 years ago
  13. 7be83a5 Convert another couple of test classes to pytest-style (#586) by Alex Chan · 7 years ago
  14. 532b79e Convert TestContext to be pytest-style (#589) by Alex Chan · 7 years ago
  15. 685483b Link to PR #580 in changelog. (#590) by Cory Benfield · 7 years ago
  16. 496652a Add support for OCSP stapling. (#580) by Cory Benfield · 7 years ago
  17. deec934 Convert a few more small test classes to be pytest-style (#585) by Alex Chan · 8 years ago
  18. 6c6bf86 automatically set SSL_CTX_set_ecdh_auto when available (#575) by Paul Kehrer · 8 years ago
  19. 63ef9bc Convert the elliptic curve tests to be pytest-style (#576) by Alex Chan · 8 years ago
  20. 6d97756 Document supported OpenSSL versions (#584) by Hynek Schlawack · 8 years ago
  21. 01c3167 Activate intersphinx (#583) by Hynek Schlawack · 8 years ago
  22. e62840e Don't zero memory when we don't have to. (#578) by Cory Benfield · 8 years ago
  23. f189de9 We should consider *actually* testing Twisted. (#579) by Cory Benfield · 8 years ago
  24. e15e60a Add the ability to set a custom verification time on X509Store (#567) by Thomas Sileo · 8 years ago
  25. 33675f9 Clarify error message (#573) by Hynek Schlawack · 8 years ago
  26. c607706 Convert X509ExtTests to use pytest-style tests (#564) by Alex Chan · 8 years ago
  27. ec1e32d Convert ALPN and SessionTests to use pytest-style tests (#570) by Alex Chan · 8 years ago
  28. 9e08b3e Convert NextProtoNegotiationTests to use pytest-style tests (#569) by Alex Chan · 8 years ago
  29. ad8d5e8 Ensure the LICENSE file is part of our wheel (#557) by Hynek Schlawack · 8 years ago
  30. 1ca9e3a Convert ServerNameCallbackTests to use pytest-style tests (#565) by Alex Chan · 8 years ago
  31. 67666e2 Convert test_util to use pytest-style tests (#562) by Alex Chan · 8 years ago
  32. 6b69c55 Convert test_rand to use pytest-style tests (#563) by Alex Chan · 8 years ago
  33. 29add1d Start new release cycle (#556) by Hynek Schlawack · 8 years ago
  34. c3b38e5 Prepare 16.2.0 (#555) by Hynek Schlawack · 8 years ago
  35. fe2a0a1 add changelog entry for fix (#553) by Paul Kehrer · 8 years ago
  36. eb63384 move our cryptography backend import (#552) by Paul Kehrer · 8 years ago
  37. b20257b Fixes #546 -- use the latest xcode (#548) by Alex Gaynor · 8 years ago
  38. 0cc5637 Changelog entry for 1.1.0 (#547) by Alex Gaynor · 8 years ago
  39. 5af32d0 Test on OpenSSL 1.1.0 with travis. Fixes #524 (#526) by Alex Gaynor · 8 years ago
  40. 9f9113a fix cffi warnings for proper buffer types (#545) by Paul Kehrer · 8 years ago
  41. 6b68c0e Update PyPy (#540) by Hynek Schlawack · 8 years ago
  42. 239e2d3 Nudge people towards better hashes in a few places (#538) by Alex Gaynor · 8 years ago
  43. 643aab8 Use our docs to point people towards modern hashes (#537) by Alex Gaynor · 8 years ago
  44. e7f5198 Fixed #529 -- use the native bytes syntax (#536) by Alex Gaynor · 8 years ago
  45. 51d424c Don't use SSLv3 (#534) by Alex Gaynor · 8 years ago
  46. 316aa2c Pass an explicit nameopt to be resillient to OpenSSL default changes (#533) by Alex Gaynor · 8 years ago
  47. 2310f8b make these tests pass if OP_NO_SSLv2 is 0 (#532) by Alex Gaynor · 8 years ago
  48. 0737a5e bump the size of some test keys (#531) by Alex Gaynor · 8 years ago
  49. d0bdd2d bump the size of the test dhparam (#530) by Alex Gaynor · 8 years ago
  50. 2a52285 Document that we dropped support for OpenSSL 0.9.8 (#521) by Alex Gaynor · 8 years ago
  51. 8e99fef bump version and add changelog template to reopen tree (#519) by Paul Kehrer · 8 years ago
  52. d0513ab 16.1.0 changelog + version bump (#518) by Paul Kehrer · 8 years ago
  53. a585786 Avoid pytest 3 warning (#517) by Hynek Schlawack · 8 years ago
  54. 3aeead9 Simplify conditions and delete an unused function (#512) by Alex Gaynor · 8 years ago
  55. d3b5d9b Remove some pointless branches (#511) by Alex Gaynor · 8 years ago
  56. 2700b6d Added a mentionbot blacklist in prep for enabling it (#510) by Alex Gaynor · 8 years ago
  57. c421fc4 Clean out some cruft (#509) by Alex Gaynor · 8 years ago
  58. 17f47bb coverage 4.2 doesn't need the clean step anymore (#508) by Hynek Schlawack · 8 years ago
  59. 8a2dd77 Add guard for allocations failure of X509 objects (#507) by Hynek Schlawack · 8 years ago
  60. 72d968b Convert between pyOpenSSL and cryptography objects (#439) by Paul Kehrer · 8 years ago
  61. db8ec13 Run coverage over the tests (#504) by Alex Gaynor · 8 years ago
  62. 3772611 Write a few more tests (#503) by Alex Gaynor · 8 years ago
  63. 7778e79 Write a few more tests for coverage (#501) by Alex Gaynor · 8 years ago
  64. 5bb2bd1 Simplify a few more branches to improve coverage (#500) by Alex Gaynor · 8 years ago
  65. 09f19f5 Port the easy cases of SSL.py to _openssl_assert (#499) by Alex Gaynor · 8 years ago
  66. 09a386e Replace several untested paths with _openssl_assert (#498) by Alex Gaynor · 8 years ago
  67. 11e43ad Fix memory leak in OpenSSL.crypto.dump_privatekey (#496) by Hynek Schlawack · 8 years ago
  68. add5b07 Added more openssl asserst. (#491) by Alex Gaynor · 8 years ago
  69. 79f81c9 Pass --reporter to trial so that it's output doesn't overflow travis (#490) by Alex Gaynor · 8 years ago
  70. be0aef7 Fix caching (#489) by Alex Gaynor · 8 years ago
  71. fb8a2a1 Removed more untested error handling. (#488) by Alex Gaynor · 8 years ago
  72. a829e90 Remove a bunch of untested stuff. (#487) by Alex Gaynor · 8 years ago
  73. 44e767a Enable use of CRL (and more) in verify context. (#483) by Dan Sully · 8 years ago
  74. bf01287 remove attempts to test against openssl 0.9.8 (#484) by Alex Gaynor · 8 years ago
  75. 40d448f Refactor tests for crypto.load_publickey (#482) by Hynek Schlawack · 8 years ago
  76. 32fc4e6 fix a small bug with load_publickey (#481) by Paul Kehrer · 8 years ago
  77. 8edeb3a Merge pull request #476 from alex/opaque-the-sigalg by Paul Kehrer · 8 years ago
  78. 803db0e --x by Alex Gaynor · 8 years ago
  79. 11e39cb bump by Alex Gaynor · 8 years ago
  80. 2a6a408 -x by Alex Gaynor · 8 years ago
  81. 02ea091 bump to cryptography 1.3.3 by Alex Gaynor · 8 years ago
  82. 510293e whitespace by Alex Gaynor · 8 years ago
  83. 2cece4a Merge branch 'master' into opaque-the-sigalg by Alex Gaynor · 8 years ago
  84. 02219d3 Merge pull request #477 from alex/opaque-most-things by Hynek Schlawack · 8 years ago
  85. dfff8af --x by Alex Gaynor · 8 years ago
  86. 1f9d4de lol by Alex Gaynor · 8 years ago
  87. 09ed91c fix by Alex Gaynor · 8 years ago
  88. d708f90 -x by Alex Gaynor · 8 years ago
  89. 0c0266e Make most things opaque by Alex Gaynor · 8 years ago
  90. 67903a6 stuff passes! by Alex Gaynor · 8 years ago
  91. 39ea531 X509 sigalg is now opaque by Alex Gaynor · 8 years ago
  92. 0f11ab3 Merge pull request #474 from alex/the-great-opaquening by Paul Kehrer · 8 years ago
  93. 9360306 We have always been at war with easy to read code. by Alex Gaynor · 8 years ago
  94. 7fc994e Merge pull request #471 from pyca/alex-patch-1 by Hynek Schlawack · 8 years ago
  95. 67fc8c9 Removed nonsense docstring by Alex Gaynor · 8 years ago
  96. 46bd2cd Merge pull request #466 from hynek/master by Cory Benfield · 8 years ago
  97. c3b8fba Fix RTD links by Hynek Schlawack · 8 years ago
  98. 3faa456 Merge pull request #464 from pyca/alex-patch-1 by Hynek Schlawack · 8 years ago
  99. 80262fb Fixed a misleading typo in teh docs by Alex Gaynor · 8 years ago
  100. efe3603 Merge pull request #463 from hynek/master by Cory Benfield · 8 years ago