1. 079c963 use _ffi.from_buffer() to support bytearray (#852) by Daniel Holth · 6 years ago
  2. 60827f8 Fix for Python 4 (#862) by Hugo van Kemenade · 6 years ago
  3. a181373 Expose OP_NO_TLSv1_3 (#861) by Nathaniel J. Smith · 6 years ago
  4. 3efa98c Update SSL.py docstring (#849) by Daniel Holth · 6 years ago
  5. a42c5c9 OpenSSL always has SNI (#821) by Alex Gaynor · 6 years ago
  6. be2bd54 Deprecated NPN (#820) by Alex Gaynor · 6 years ago
  7. df2480d Raise an Error with "no cipher match" even with TLS 1.3 (#818) by Mark Williams · 6 years ago
  8. 01f90a1 Removed deprecated Type aliases (#814) by Alex Gaynor · 7 years ago
  9. 80dcf38 Provide a valid digest option (#811) by Wayne Werner · 7 years ago
  10. f0a59cd Reopen master for 19.1 (#810) by Alex Gaynor · 7 years ago
  11. c9a71e1 release 19.0.0 (#808) by Paul Kehrer · 7 years ago
  12. fd70632 changelog and call it 19 now (#807) by Paul Kehrer · 7 years ago
  13. 2f874f2 add key types consts (#776) by Igr · 7 years ago
  14. 4121e25 Fixes incorrect rtype in documentation (#802) by Gaurav Malhotra · 7 years ago
  15. 4183beb Handle NULL bytes in get_components() values (#804) by Romuald Brunet · 7 years ago
  16. 7d5a3bf Hypothetically fixes pyOpenSSL tests (#805) by Paul Kehrer · 7 years ago
  17. 37e6022 Update OpenSSL manpage link to x509v3_config (#789) by Cyril Stoller · 7 years ago
  18. 6f25ced Add note on zero-based certificate version value (#790) by Cyril Stoller · 7 years ago
  19. 0e6c553 X509Store.add_cert no longer raises an error on duplicate cert (#787) by Paul Kehrer · 7 years ago
  20. 179eb1d Only allocate exponent in the TYPE_RSA path. (#767) by David Benjamin · 7 years ago
  21. 7ac5f27 Tone down the comment around SSL_set_tlsext_status_ocsp_resp. (#764) by David Benjamin · 7 years ago
  22. ce5c384 Fix SSL_CTX_set_tlsext_servername_callback type signature. (#763) by David Benjamin · 7 years ago
  23. a40e861 reopen master for 18.1 (#761) by Paul Kehrer · 7 years ago
  24. 74de8a1 18.0.0 release time (#760) by Paul Kehrer · 7 years ago
  25. 460a19d Add Connection.get_certificate method (#733) by Jeremy Lainé · 7 years ago
  26. e7f3345 Make sure a NotImplementedError is always raised on Connection.makefile() (#744) by Ayke · 7 years ago
  27. 02261ad Add Context.set_tlsext_use_srtp (#734) by Jeremy Lainé · 7 years ago
  28. 15c2935 Always enable auto retry (#753) by Paul Kehrer · 7 years ago
  29. 1ae7cb6 Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742) by Jeremy Lainé · 7 years ago
  30. 993c4e4 Don't add not supported SSL_ST_* into _all_, fixies #738 (#739) by Ondřej Nový · 7 years ago
  31. d072cae Use autofocus for all module documentation/docstrings (#737) by Alex Chan · 7 years ago
  32. 3d231f0 open for 17.6.0 (#727) by Paul Kehrer · 8 years ago
  33. d21fcd8 17.5.0 version bump (#726) by Paul Kehrer · 8 years ago
  34. bdb7639 Export keying material support (#725) by Paul Kehrer · 8 years ago
  35. e738186 fix a memory leak and a potential UAF and also #722 (#723) by Paul Kehrer · 8 years ago
  36. 736c621 define __all__ to make wildcard import work (#719) by Nicolas Karolak · 8 years ago
  37. 57051a5 reopen master (#718) by Paul Kehrer · 8 years ago
  38. 5a3fb40 bump to 17.4.0 (#714) by Paul Kehrer · 8 years ago
  39. acbd662 restore a subset of the rand module (#708) by Paul Kehrer · 8 years ago
  40. 4aa52c3 Don't use things after they're freed...duh (#709) by Alex Gaynor · 8 years ago
  41. c3697ad fix errors with latest flake8 (#710) by Alex Gaynor · 8 years ago
  42. fe0120f Improve documentation for passphrase callback (#703) by Diego Fernandez · 8 years ago
  43. 1eac0e8 17.4.0.dev0 bump (#694) by Paul Kehrer · 8 years ago
  44. 9bd33dc bump version and update changelog (#693) by Paul Kehrer · 8 years ago
  45. 58193f1 Avoid a double call to X509_STORE_CTX_init as it leaks memory (#691) by Jeremy Cline · 8 years ago
  46. 9e15eca Provide a destructor for the CRL object (#690) by Jeremy Cline · 8 years ago
  47. 23c965e Delete rand.py (#675) by Alex Gaynor · 8 years ago
  48. a079213 Fixes #655 -- deprecate OpenSSL.tsafe (#673) by Alex Gaynor · 8 years ago
  49. a723ba2 Start new release cycle (#672) by Hynek Schlawack · 8 years ago
  50. dd44662 Prepare 17.2.0 (#671) by Hynek Schlawack · 8 years ago
  51. 59d2625 (EC)DSA signature fix (#670) by Paul Kehrer · 8 years ago
  52. 8102128 Bend some recent changes to standards (#669) by Hynek Schlawack · 8 years ago
  53. a92a1a7 fix #664 (#665) by Paul Kehrer · 8 years ago
  54. 8a1de8d Fixed #631 -- deprecate all of OpenSSL.rand (#658) by Alex Gaynor · 8 years ago
  55. a421276 Start new release cycle (#654) by Hynek Schlawack · 8 years ago
  56. a46d234 Prepare 17.1 (#653) by Hynek Schlawack · 8 years ago
  57. 173e4ba Removed the deprecated md5 default on CRL.export() (#652) by Alex Gaynor · 8 years ago
  58. d61c46a Kill some commented out code and other cleanups (#649) by Alex Gaynor · 8 years ago
  59. 336d802 Kill dead code (#647) by Alex Gaynor · 8 years ago
  60. 55fb341 try loading trusted certs from a list of fallbacks (#633) by Paul Kehrer · 8 years ago
  61. cded993 dump_privatekey with FILETYPE_TEXT only supports RSA keys (#646) by Paul Kehrer · 8 years ago
  62. 41c1024 add to_cryptography/from_cryptography on CRL and X509Req (#645) by Paul Kehrer · 8 years ago
  63. 10d3083 Fixed #486 -- deprecate the backwards compat names (#643) by Alex Gaynor · 8 years ago
  64. 9939ba1 Added an API for converting X509 to/from cryptography (#640) by Alex Gaynor · 8 years ago
  65. f8022d6 Drop some dead code, cryptography has _never_ bound RAND_screen (#641) by Alex Gaynor · 8 years ago
  66. ce98ee6 update docs and and changelog for #612 (#639) by Paul Kehrer · 8 years ago
  67. 80b25ef Fix invalid cast from ASN1_TIME to ASN1_GENERALIZEDTIME (#612) by Moriyoshi Koizumi · 8 years ago
  68. 3ed6273 Drop the deprecated rand.egd function (#630) by Alex Gaynor · 8 years ago
  69. 0d2aec5 Use the normal OpenSSL function instead of the crypto wrapper (#629) by Alex Gaynor · 8 years ago
  70. d52975c Add an informative __main__.py (#620) by Hynek Schlawack · 8 years ago
  71. 7706e14 Start new release cycle (#618) by Hynek Schlawack · 8 years ago
  72. 7970508 Prepare 17.0.0 (#617) by Hynek Schlawack · 8 years ago
  73. 84902a2 Remove code for checking if EC support is present (#616) by Alex Chan · 8 years ago
  74. f6c96af Prepare for 17.0.0 (#615) by Hynek Schlawack · 8 years ago
  75. 54005ce Fix broken links in the documentation (#611) by Alex Chan · 8 years ago
  76. 868dc3c Limit SSL_write bufsize to avoid OverflowErrors (#603) by Maximilian Hils · 9 years ago
  77. 36eb2de Prevent _PassphraseHelper.raise_if_problem() from eating exceptions (#581) by Greg Bowser · 9 years ago
  78. 496652a Add support for OCSP stapling. (#580) by Cory Benfield · 9 years ago
  79. 6c6bf86 automatically set SSL_CTX_set_ecdh_auto when available (#575) by Paul Kehrer · 9 years ago
  80. 01c3167 Activate intersphinx (#583) by Hynek Schlawack · 9 years ago
  81. e62840e Don't zero memory when we don't have to. (#578) by Cory Benfield · 9 years ago
  82. e15e60a Add the ability to set a custom verification time on X509Store (#567) by Thomas Sileo · 9 years ago
  83. 33675f9 Clarify error message (#573) by Hynek Schlawack · 9 years ago
  84. c607706 Convert X509ExtTests to use pytest-style tests (#564) by Alex Chan · 9 years ago
  85. 6b69c55 Convert test_rand to use pytest-style tests (#563) by Alex Chan · 9 years ago
  86. 29add1d Start new release cycle (#556) by Hynek Schlawack · 9 years ago
  87. c3b38e5 Prepare 16.2.0 (#555) by Hynek Schlawack · 9 years ago
  88. eb63384 move our cryptography backend import (#552) by Paul Kehrer · 9 years ago
  89. 5af32d0 Test on OpenSSL 1.1.0 with travis. Fixes #524 (#526) by Alex Gaynor · 9 years ago
  90. 9f9113a fix cffi warnings for proper buffer types (#545) by Paul Kehrer · 9 years ago
  91. 239e2d3 Nudge people towards better hashes in a few places (#538) by Alex Gaynor · 9 years ago
  92. 8e99fef bump version and add changelog template to reopen tree (#519) by Paul Kehrer · 9 years ago
  93. d0513ab 16.1.0 changelog + version bump (#518) by Paul Kehrer · 9 years ago
  94. 3aeead9 Simplify conditions and delete an unused function (#512) by Alex Gaynor · 9 years ago
  95. 8a2dd77 Add guard for allocations failure of X509 objects (#507) by Hynek Schlawack · 9 years ago
  96. 72d968b Convert between pyOpenSSL and cryptography objects (#439) by Paul Kehrer · 9 years ago
  97. 3772611 Write a few more tests (#503) by Alex Gaynor · 9 years ago
  98. 7778e79 Write a few more tests for coverage (#501) by Alex Gaynor · 9 years ago
  99. 5bb2bd1 Simplify a few more branches to improve coverage (#500) by Alex Gaynor · 9 years ago
  100. 09f19f5 Port the easy cases of SSL.py to _openssl_assert (#499) by Alex Gaynor · 9 years ago