1. 01f90a1 Removed deprecated Type aliases (#814) by Alex Gaynor · 5 years ago
  2. 2d2ea9d Update install docs for suppoted versions of OpenSSL (#813) by Alex Gaynor · 5 years ago
  3. 4cb0520 Update test for us not supporting 0.9.8 (#812) by Alex Gaynor · 5 years ago
  4. 80dcf38 Provide a valid digest option (#811) by Wayne Werner · 5 years ago
  5. 870b775 more infra changes (#809) by Paul Kehrer · 5 years ago
  6. f0a59cd Reopen master for 19.1 (#810) by Alex Gaynor · 5 years ago
  7. c9a71e1 release 19.0.0 (#808) by Paul Kehrer · 5 years ago
  8. fd70632 changelog and call it 19 now (#807) by Paul Kehrer · 5 years ago
  9. 1f9c5d1 upgrade macos builders to newer travis image (#806) by Paul Kehrer · 5 years ago
  10. 2f874f2 add key types consts (#776) by Igr · 5 years ago
  11. 4121e25 Fixes incorrect rtype in documentation (#802) by Gaurav Malhotra · 5 years ago
  12. 4183beb Handle NULL bytes in get_components() values (#804) by Romuald Brunet · 5 years ago
  13. 7d5a3bf Hypothetically fixes pyOpenSSL tests (#805) by Paul Kehrer · 5 years ago
  14. 37e6022 Update OpenSSL manpage link to x509v3_config (#789) by Cyril Stoller · 6 years ago
  15. 6f25ced Add note on zero-based certificate version value (#790) by Cyril Stoller · 6 years ago
  16. 0e6c553 X509Store.add_cert no longer raises an error on duplicate cert (#787) by Paul Kehrer · 6 years ago
  17. 178d04d Fixes #784 -- bump minimum cryptography version (#785) by Alex Gaynor · 6 years ago
  18. b2777a4 fix wantWriteError to error even with big socket buffers (#782) by catern · 6 years ago
  19. 0f82c1f Added py37 (#772) by Alex Gaynor · 6 years ago
  20. 179eb1d Only allocate exponent in the TYPE_RSA path. (#767) by David Benjamin · 6 years ago
  21. 7ac5f27 Tone down the comment around SSL_set_tlsext_status_ocsp_resp. (#764) by David Benjamin · 6 years ago
  22. ce5c384 Fix SSL_CTX_set_tlsext_servername_callback type signature. (#763) by David Benjamin · 6 years ago
  23. a40e861 reopen master for 18.1 (#761) by Paul Kehrer · 6 years ago
  24. 74de8a1 18.0.0 release time (#760) by Paul Kehrer · 6 years ago
  25. 959a031 tell people to stop using this where possible (#759) by Paul Kehrer · 6 years ago
  26. 460a19d Add Connection.get_certificate method (#733) by Jeremy Lainé · 6 years ago
  27. e7f3345 Make sure a NotImplementedError is always raised on Connection.makefile() (#744) by Ayke · 6 years ago
  28. 02261ad Add Context.set_tlsext_use_srtp (#734) by Jeremy Lainé · 6 years ago
  29. 7cc15e8 make codecov stop commenting (#756) by Paul Kehrer · 6 years ago
  30. 40bc0f1 Fixed a handful of typos (#755) by Alex Gaynor · 6 years ago
  31. 15c2935 Always enable auto retry (#753) by Paul Kehrer · 6 years ago
  32. 4f9b706 Make the changelog consistent (#754) by Alex Gaynor · 6 years ago
  33. 6e9f976 Increase the size of RSA key used in tests for OpenSSL 1.1.1 (#750) by Alex Gaynor · 6 years ago
  34. 373926c fixed tests that want SNI (#751) by Alex Gaynor · 6 years ago
  35. 384264f Switch to xcode_image 9.3 (#752) by Alex Gaynor · 6 years ago
  36. 57c2f03 Run tests against pypy3, use travis's pypy/pypy3 (#743) by Jeremy Lainé · 6 years ago
  37. 1ae7cb6 Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742) by Jeremy Lainé · 6 years ago
  38. 993c4e4 Don't add not supported SSL_ST_* into _all_, fixies #738 (#739) by Ondřej Nový · 6 years ago
  39. d072cae Use autofocus for all module documentation/docstrings (#737) by Alex Chan · 6 years ago
  40. 3d231f0 open for 17.6.0 (#727) by Paul Kehrer · 7 years ago
  41. d21fcd8 17.5.0 version bump (#726) by Paul Kehrer · 7 years ago
  42. bdb7639 Export keying material support (#725) by Paul Kehrer · 7 years ago
  43. e738186 fix a memory leak and a potential UAF and also #722 (#723) by Paul Kehrer · 7 years ago
  44. f724786 Pin pytest until we drop 2.6 (#721) by Hynek Schlawack · 7 years ago
  45. 736c621 define __all__ to make wildcard import work (#719) by Nicolas Karolak · 7 years ago
  46. 57051a5 reopen master (#718) by Paul Kehrer · 7 years ago
  47. e61e202 Require urllib3 tests to pass; fixes #712 (#716) by Alex Gaynor · 7 years ago
  48. 5a3fb40 bump to 17.4.0 (#714) by Paul Kehrer · 7 years ago
  49. acbd662 restore a subset of the rand module (#708) by Paul Kehrer · 7 years ago
  50. 4aa52c3 Don't use things after they're freed...duh (#709) by Alex Gaynor · 7 years ago
  51. c3697ad fix errors with latest flake8 (#710) by Alex Gaynor · 7 years ago
  52. fe0120f Improve documentation for passphrase callback (#703) by Diego Fernandez · 7 years ago
  53. 1eac0e8 17.4.0.dev0 bump (#694) by Paul Kehrer · 7 years ago
  54. 9bd33dc bump version and update changelog (#693) by Paul Kehrer · 7 years ago
  55. 58193f1 Avoid a double call to X509_STORE_CTX_init as it leaks memory (#691) by Jeremy Cline · 7 years ago
  56. 9e15eca Provide a destructor for the CRL object (#690) by Jeremy Cline · 7 years ago
  57. 332848f Fix another test to not hardcode TLSv1 (#683) by Alex Gaynor · 7 years ago
  58. 85b1758 Don't use "TLSv1" as a default for loopback clients/servers (#682) by Alex Gaynor · 7 years ago
  59. 23c965e Delete rand.py (#675) by Alex Gaynor · 7 years ago
  60. 209de94 Drop py33 (#677) by Alex Gaynor · 7 years ago
  61. 6cbc69a Simplify test code (#679) by Alex Gaynor · 7 years ago
  62. 642de6f Mark this test as flaky (#678) by Alex Gaynor · 7 years ago
  63. a079213 Fixes #655 -- deprecate OpenSSL.tsafe (#673) by Alex Gaynor · 7 years ago
  64. a723ba2 Start new release cycle (#672) by Hynek Schlawack · 7 years ago
  65. dd44662 Prepare 17.2.0 (#671) by Hynek Schlawack · 7 years ago
  66. 59d2625 (EC)DSA signature fix (#670) by Paul Kehrer · 7 years ago
  67. 8102128 Bend some recent changes to standards (#669) by Hynek Schlawack · 7 years ago
  68. ad44ccd document set_default_verify_paths caveats (#667) by Paul Kehrer · 7 years ago
  69. dc996b1 add note about cryptography to crypto module (#666) by Paul Kehrer · 7 years ago
  70. a92a1a7 fix #664 (#665) by Paul Kehrer · 7 years ago
  71. 7f5610c 101 doesn't work, just mark it flaky (#662) by Alex Gaynor · 7 years ago
  72. 4fbc11d move deps to extras (#661) by Paul Kehrer · 7 years ago
  73. e466bc9 FIxed #266 -- attempt to deflake our tests (#660) by Alex Gaynor · 7 years ago
  74. b3460c6 Fixed #657 -- handle OverflowErrors on large allocation requests (#659) by Alex Gaynor · 7 years ago
  75. 8a1de8d Fixed #631 -- deprecate all of OpenSSL.rand (#658) by Alex Gaynor · 7 years ago
  76. a421276 Start new release cycle (#654) by Hynek Schlawack · 7 years ago
  77. a46d234 Prepare 17.1 (#653) by Hynek Schlawack · 7 years ago
  78. 173e4ba Removed the deprecated md5 default on CRL.export() (#652) by Alex Gaynor · 7 years ago
  79. 941f903 Bend CHANGELOG.rst to our shape (#651) by Hynek Schlawack · 7 years ago
  80. d61c46a Kill some commented out code and other cleanups (#649) by Alex Gaynor · 7 years ago
  81. e1d8db5 remove gibberish comment (#648) by Alex Gaynor · 7 years ago
  82. 336d802 Kill dead code (#647) by Alex Gaynor · 7 years ago
  83. aa32e71 Fixed #461 -- make the tests pass when SSLv3 isn't supported (#644) by Alex Gaynor · 7 years ago
  84. 55fb341 try loading trusted certs from a list of fallbacks (#633) by Paul Kehrer · 7 years ago
  85. cded993 dump_privatekey with FILETYPE_TEXT only supports RSA keys (#646) by Paul Kehrer · 7 years ago
  86. 41c1024 add to_cryptography/from_cryptography on CRL and X509Req (#645) by Paul Kehrer · 7 years ago
  87. 10d3083 Fixed #486 -- deprecate the backwards compat names (#643) by Alex Gaynor · 7 years ago
  88. 9939ba1 Added an API for converting X509 to/from cryptography (#640) by Alex Gaynor · 7 years ago
  89. f8022d6 Drop some dead code, cryptography has _never_ bound RAND_screen (#641) by Alex Gaynor · 7 years ago
  90. ce98ee6 update docs and and changelog for #612 (#639) by Paul Kehrer · 7 years ago
  91. 80b25ef Fix invalid cast from ASN1_TIME to ASN1_GENERALIZEDTIME (#612) by Moriyoshi Koizumi · 7 years ago
  92. a40898b the root cert expired, make a new one (using the same values) (#637) by Paul Kehrer · 7 years ago
  93. c9280c5 use a newer xcode image (which means testing on sierra) (#635) by Paul Kehrer · 7 years ago
  94. 465e80e urllib3 uses pytest now, various upgrades to the travis env (#634) by Paul Kehrer · 7 years ago
  95. 3ed6273 Drop the deprecated rand.egd function (#630) by Alex Gaynor · 7 years ago
  96. 0d2aec5 Use the normal OpenSSL function instead of the crypto wrapper (#629) by Alex Gaynor · 7 years ago
  97. d52975c Add an informative __main__.py (#620) by Hynek Schlawack · 7 years ago
  98. 7706e14 Start new release cycle (#618) by Hynek Schlawack · 7 years ago
  99. 7970508 Prepare 17.0.0 (#617) by Hynek Schlawack · 7 years ago
  100. 84902a2 Remove code for checking if EC support is present (#616) by Alex Chan · 7 years ago