1. 6cbc69a Simplify test code (#679) by Alex Gaynor · 7 years ago
  2. 642de6f Mark this test as flaky (#678) by Alex Gaynor · 7 years ago
  3. a079213 Fixes #655 -- deprecate OpenSSL.tsafe (#673) by Alex Gaynor · 7 years ago
  4. a723ba2 Start new release cycle (#672) by Hynek Schlawack · 7 years ago
  5. dd44662 Prepare 17.2.0 (#671) by Hynek Schlawack · 7 years ago
  6. 59d2625 (EC)DSA signature fix (#670) by Paul Kehrer · 7 years ago
  7. 8102128 Bend some recent changes to standards (#669) by Hynek Schlawack · 7 years ago
  8. ad44ccd document set_default_verify_paths caveats (#667) by Paul Kehrer · 7 years ago
  9. dc996b1 add note about cryptography to crypto module (#666) by Paul Kehrer · 7 years ago
  10. a92a1a7 fix #664 (#665) by Paul Kehrer · 7 years ago
  11. 7f5610c 101 doesn't work, just mark it flaky (#662) by Alex Gaynor · 7 years ago
  12. 4fbc11d move deps to extras (#661) by Paul Kehrer · 7 years ago
  13. e466bc9 FIxed #266 -- attempt to deflake our tests (#660) by Alex Gaynor · 7 years ago
  14. b3460c6 Fixed #657 -- handle OverflowErrors on large allocation requests (#659) by Alex Gaynor · 7 years ago
  15. 8a1de8d Fixed #631 -- deprecate all of OpenSSL.rand (#658) by Alex Gaynor · 7 years ago
  16. a421276 Start new release cycle (#654) by Hynek Schlawack · 7 years ago
  17. a46d234 Prepare 17.1 (#653) by Hynek Schlawack · 7 years ago
  18. 173e4ba Removed the deprecated md5 default on CRL.export() (#652) by Alex Gaynor · 7 years ago
  19. 941f903 Bend CHANGELOG.rst to our shape (#651) by Hynek Schlawack · 7 years ago
  20. d61c46a Kill some commented out code and other cleanups (#649) by Alex Gaynor · 7 years ago
  21. e1d8db5 remove gibberish comment (#648) by Alex Gaynor · 7 years ago
  22. 336d802 Kill dead code (#647) by Alex Gaynor · 7 years ago
  23. aa32e71 Fixed #461 -- make the tests pass when SSLv3 isn't supported (#644) by Alex Gaynor · 7 years ago
  24. 55fb341 try loading trusted certs from a list of fallbacks (#633) by Paul Kehrer · 7 years ago
  25. cded993 dump_privatekey with FILETYPE_TEXT only supports RSA keys (#646) by Paul Kehrer · 7 years ago
  26. 41c1024 add to_cryptography/from_cryptography on CRL and X509Req (#645) by Paul Kehrer · 7 years ago
  27. 10d3083 Fixed #486 -- deprecate the backwards compat names (#643) by Alex Gaynor · 7 years ago
  28. 9939ba1 Added an API for converting X509 to/from cryptography (#640) by Alex Gaynor · 7 years ago
  29. f8022d6 Drop some dead code, cryptography has _never_ bound RAND_screen (#641) by Alex Gaynor · 7 years ago
  30. ce98ee6 update docs and and changelog for #612 (#639) by Paul Kehrer · 7 years ago
  31. 80b25ef Fix invalid cast from ASN1_TIME to ASN1_GENERALIZEDTIME (#612) by Moriyoshi Koizumi · 7 years ago
  32. a40898b the root cert expired, make a new one (using the same values) (#637) by Paul Kehrer · 7 years ago
  33. c9280c5 use a newer xcode image (which means testing on sierra) (#635) by Paul Kehrer · 7 years ago
  34. 465e80e urllib3 uses pytest now, various upgrades to the travis env (#634) by Paul Kehrer · 7 years ago
  35. 3ed6273 Drop the deprecated rand.egd function (#630) by Alex Gaynor · 7 years ago
  36. 0d2aec5 Use the normal OpenSSL function instead of the crypto wrapper (#629) by Alex Gaynor · 7 years ago
  37. d52975c Add an informative __main__.py (#620) by Hynek Schlawack · 7 years ago
  38. 7706e14 Start new release cycle (#618) by Hynek Schlawack · 7 years ago
  39. 7970508 Prepare 17.0.0 (#617) by Hynek Schlawack · 7 years ago
  40. 84902a2 Remove code for checking if EC support is present (#616) by Alex Chan · 7 years ago
  41. f6c96af Prepare for 17.0.0 (#615) by Hynek Schlawack · 7 years ago
  42. fb078d8 Assorted cheap coverage wins (#602) by Alex Chan · 7 years ago
  43. 54005ce Fix broken links in the documentation (#611) by Alex Chan · 7 years ago
  44. 3bcf315 Fix up some pytest-related stuff (#601) by Hynek Schlawack · 7 years ago
  45. 868dc3c Limit SSL_write bufsize to avoid OverflowErrors (#603) by Maximilian Hils · 7 years ago
  46. b748099 Rip out the last vestages of unittest from the test suite (#599) by Alex Chan · 7 years ago
  47. 1089ed2 Python 3.6 (#600) by Hynek Schlawack · 7 years ago
  48. b00ede2 Convert the remaining tests in test_crypto.py to be pytest-style (#593) by Alex Chan · 7 years ago
  49. 1c0cb66 Convert the rest of TestConnection to be pytest-style (#594) by Alex Chan · 7 years ago
  50. 7f3914b Patch up easy TypeError-based coverage gaps (#598) by lymanZerga11 · 7 years ago
  51. 9e2a993 Convert more classes in test_crypto.py to pytest-style (#591) by Alex Chan · 7 years ago
  52. 36eb2de Prevent _PassphraseHelper.raise_if_problem() from eating exceptions (#581) by Greg Bowser · 7 years ago
  53. 7be83a5 Convert another couple of test classes to pytest-style (#586) by Alex Chan · 7 years ago
  54. 532b79e Convert TestContext to be pytest-style (#589) by Alex Chan · 7 years ago
  55. 685483b Link to PR #580 in changelog. (#590) by Cory Benfield · 7 years ago
  56. 496652a Add support for OCSP stapling. (#580) by Cory Benfield · 7 years ago
  57. deec934 Convert a few more small test classes to be pytest-style (#585) by Alex Chan · 8 years ago
  58. 6c6bf86 automatically set SSL_CTX_set_ecdh_auto when available (#575) by Paul Kehrer · 8 years ago
  59. 63ef9bc Convert the elliptic curve tests to be pytest-style (#576) by Alex Chan · 8 years ago
  60. 6d97756 Document supported OpenSSL versions (#584) by Hynek Schlawack · 8 years ago
  61. 01c3167 Activate intersphinx (#583) by Hynek Schlawack · 8 years ago
  62. e62840e Don't zero memory when we don't have to. (#578) by Cory Benfield · 8 years ago
  63. f189de9 We should consider *actually* testing Twisted. (#579) by Cory Benfield · 8 years ago
  64. e15e60a Add the ability to set a custom verification time on X509Store (#567) by Thomas Sileo · 8 years ago
  65. 33675f9 Clarify error message (#573) by Hynek Schlawack · 8 years ago
  66. c607706 Convert X509ExtTests to use pytest-style tests (#564) by Alex Chan · 8 years ago
  67. ec1e32d Convert ALPN and SessionTests to use pytest-style tests (#570) by Alex Chan · 8 years ago
  68. 9e08b3e Convert NextProtoNegotiationTests to use pytest-style tests (#569) by Alex Chan · 8 years ago
  69. ad8d5e8 Ensure the LICENSE file is part of our wheel (#557) by Hynek Schlawack · 8 years ago
  70. 1ca9e3a Convert ServerNameCallbackTests to use pytest-style tests (#565) by Alex Chan · 8 years ago
  71. 67666e2 Convert test_util to use pytest-style tests (#562) by Alex Chan · 8 years ago
  72. 6b69c55 Convert test_rand to use pytest-style tests (#563) by Alex Chan · 8 years ago
  73. 29add1d Start new release cycle (#556) by Hynek Schlawack · 8 years ago
  74. c3b38e5 Prepare 16.2.0 (#555) by Hynek Schlawack · 8 years ago
  75. fe2a0a1 add changelog entry for fix (#553) by Paul Kehrer · 8 years ago
  76. eb63384 move our cryptography backend import (#552) by Paul Kehrer · 8 years ago
  77. b20257b Fixes #546 -- use the latest xcode (#548) by Alex Gaynor · 8 years ago
  78. 0cc5637 Changelog entry for 1.1.0 (#547) by Alex Gaynor · 8 years ago
  79. 5af32d0 Test on OpenSSL 1.1.0 with travis. Fixes #524 (#526) by Alex Gaynor · 8 years ago
  80. 9f9113a fix cffi warnings for proper buffer types (#545) by Paul Kehrer · 8 years ago
  81. 6b68c0e Update PyPy (#540) by Hynek Schlawack · 8 years ago
  82. 239e2d3 Nudge people towards better hashes in a few places (#538) by Alex Gaynor · 8 years ago
  83. 643aab8 Use our docs to point people towards modern hashes (#537) by Alex Gaynor · 8 years ago
  84. e7f5198 Fixed #529 -- use the native bytes syntax (#536) by Alex Gaynor · 8 years ago
  85. 51d424c Don't use SSLv3 (#534) by Alex Gaynor · 8 years ago
  86. 316aa2c Pass an explicit nameopt to be resillient to OpenSSL default changes (#533) by Alex Gaynor · 8 years ago
  87. 2310f8b make these tests pass if OP_NO_SSLv2 is 0 (#532) by Alex Gaynor · 8 years ago
  88. 0737a5e bump the size of some test keys (#531) by Alex Gaynor · 8 years ago
  89. d0bdd2d bump the size of the test dhparam (#530) by Alex Gaynor · 8 years ago
  90. 2a52285 Document that we dropped support for OpenSSL 0.9.8 (#521) by Alex Gaynor · 8 years ago
  91. 8e99fef bump version and add changelog template to reopen tree (#519) by Paul Kehrer · 8 years ago
  92. d0513ab 16.1.0 changelog + version bump (#518) by Paul Kehrer · 8 years ago
  93. a585786 Avoid pytest 3 warning (#517) by Hynek Schlawack · 8 years ago
  94. 3aeead9 Simplify conditions and delete an unused function (#512) by Alex Gaynor · 8 years ago
  95. d3b5d9b Remove some pointless branches (#511) by Alex Gaynor · 8 years ago
  96. 2700b6d Added a mentionbot blacklist in prep for enabling it (#510) by Alex Gaynor · 8 years ago
  97. c421fc4 Clean out some cruft (#509) by Alex Gaynor · 8 years ago
  98. 17f47bb coverage 4.2 doesn't need the clean step anymore (#508) by Hynek Schlawack · 8 years ago
  99. 8a2dd77 Add guard for allocations failure of X509 objects (#507) by Hynek Schlawack · 8 years ago
  100. 72d968b Convert between pyOpenSSL and cryptography objects (#439) by Paul Kehrer · 8 years ago