1. 7d5a3bf Hypothetically fixes pyOpenSSL tests (#805) by Paul Kehrer · 5 years ago
  2. 7ac5f27 Tone down the comment around SSL_set_tlsext_status_ocsp_resp. (#764) by David Benjamin · 6 years ago
  3. ce5c384 Fix SSL_CTX_set_tlsext_servername_callback type signature. (#763) by David Benjamin · 6 years ago
  4. 460a19d Add Connection.get_certificate method (#733) by Jeremy Lainé · 6 years ago
  5. e7f3345 Make sure a NotImplementedError is always raised on Connection.makefile() (#744) by Ayke · 6 years ago
  6. 02261ad Add Context.set_tlsext_use_srtp (#734) by Jeremy Lainé · 6 years ago
  7. 15c2935 Always enable auto retry (#753) by Paul Kehrer · 6 years ago
  8. 1ae7cb6 Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742) by Jeremy Lainé · 6 years ago
  9. 993c4e4 Don't add not supported SSL_ST_* into _all_, fixies #738 (#739) by Ondřej Nový · 6 years ago
  10. d072cae Use autofocus for all module documentation/docstrings (#737) by Alex Chan · 6 years ago
  11. bdb7639 Export keying material support (#725) by Paul Kehrer · 7 years ago
  12. e738186 fix a memory leak and a potential UAF and also #722 (#723) by Paul Kehrer · 7 years ago
  13. 736c621 define __all__ to make wildcard import work (#719) by Nicolas Karolak · 7 years ago
  14. 4aa52c3 Don't use things after they're freed...duh (#709) by Alex Gaynor · 7 years ago
  15. c3697ad fix errors with latest flake8 (#710) by Alex Gaynor · 7 years ago
  16. fe0120f Improve documentation for passphrase callback (#703) by Diego Fernandez · 7 years ago
  17. a92a1a7 fix #664 (#665) by Paul Kehrer · 7 years ago
  18. d61c46a Kill some commented out code and other cleanups (#649) by Alex Gaynor · 7 years ago
  19. 336d802 Kill dead code (#647) by Alex Gaynor · 7 years ago
  20. 55fb341 try loading trusted certs from a list of fallbacks (#633) by Paul Kehrer · 7 years ago
  21. 10d3083 Fixed #486 -- deprecate the backwards compat names (#643) by Alex Gaynor · 7 years ago
  22. 868dc3c Limit SSL_write bufsize to avoid OverflowErrors (#603) by Maximilian Hils · 7 years ago
  23. 36eb2de Prevent _PassphraseHelper.raise_if_problem() from eating exceptions (#581) by Greg Bowser · 7 years ago
  24. 496652a Add support for OCSP stapling. (#580) by Cory Benfield · 7 years ago
  25. 6c6bf86 automatically set SSL_CTX_set_ecdh_auto when available (#575) by Paul Kehrer · 8 years ago
  26. e62840e Don't zero memory when we don't have to. (#578) by Cory Benfield · 8 years ago
  27. c607706 Convert X509ExtTests to use pytest-style tests (#564) by Alex Chan · 8 years ago
  28. 5af32d0 Test on OpenSSL 1.1.0 with travis. Fixes #524 (#526) by Alex Gaynor · 8 years ago
  29. 9f9113a fix cffi warnings for proper buffer types (#545) by Paul Kehrer · 8 years ago
  30. 5bb2bd1 Simplify a few more branches to improve coverage (#500) by Alex Gaynor · 8 years ago
  31. 09f19f5 Port the easy cases of SSL.py to _openssl_assert (#499) by Alex Gaynor · 8 years ago
  32. a829e90 Remove a bunch of untested stuff. (#487) by Alex Gaynor · 8 years ago
  33. bf01287 remove attempts to test against openssl 0.9.8 (#484) by Alex Gaynor · 8 years ago
  34. 9360306 We have always been at war with easy to read code. by Alex Gaynor · 8 years ago
  35. 67fc8c9 Removed nonsense docstring by Alex Gaynor · 8 years ago
  36. ef404df Factor out common code of requires decorators by Cory Benfield · 8 years ago
  37. e6f3588 Raise NotImplementedError when SNI not present. by Cory Benfield · 8 years ago
  38. b1f3ca8 Implement Context.set_session_id by Hynek Schlawack · 8 years ago
  39. ea94f2b Rename state_name to get_state_name by Hynek Schlawack · 8 years ago
  40. aa86121 Pluck more unrelated bits from #422 by Hynek Schlawack · 8 years ago
  41. 22a4b66 More explicit assert by Hynek Schlawack · 8 years ago
  42. a7a63af Grammar by Hynek Schlawack · 8 years ago
  43. f90e368 Fix set_cipher_list on modern OpenSSL by Hynek Schlawack · 8 years ago
  44. 4f73e4f Fixed AttributeError when calling get_app_data() by Todd Chapman · 9 years ago
  45. f0e6685 Move package into src by Hynek Schlawack · 9 years ago[Renamed from OpenSSL/SSL.py]
  46. 510a04e Merge pull request #372 from hynek/oakley by lvh · 9 years ago