1. 8c42c52 Allow `set_tmp_ecdh` to take cryptography elliptic curves (#1327) by Alex Gaynor · 3 days ago main
  2. fb6d150 Use `from __future__ import annotations` (#1328) by Alex Gaynor · 5 days ago
  3. 26d8a3c Deprecate the rand module (#1325) by Alex Gaynor · 7 days ago
  4. 2ef4571 ALPN is always available now (#1326) by Alex Gaynor · 7 days ago
  5. 8dd9457 24.2.1 (#1320) by Paul Kehrer · 14 days ago 24.2.1
  6. 19f093e make changelog vanilla rst (#1319) by Alex Gaynor · 14 days ago
  7. e265b28 Prepare for 24.2.0 release (#1318) by Alex Gaynor · 14 days ago 24.2.0
  8. 6943ee5 Deprecate CSR support in pyOpenSSL (#1316) by Alex Gaynor · 2 weeks ago
  9. 01b9b56 Add more type definitions for `SSL` module, check with mypy (#1313) by Jeremy Lainé · 4 weeks ago
  10. cdcb48b Prune redundant `:rtype:` from SSL module (#1315) by Jeremy Lainé · 5 weeks ago
  11. b86914d Fix `ruff` invocation (#1314) by Jeremy Lainé · 5 weeks ago
  12. caa1ab3 Update changelog for PR #1308 and #1310 (#1311) by Jeremy Lainé · 6 weeks ago
  13. 9a21055 Allow loading EC, ED25519, ED448 public keys from cryptography (#1310) by Jeremy Lainé · 6 weeks ago
  14. 9eaa107 Add type annotations for the `SSL` module (#1308) by Jeremy Lainé · 6 weeks ago
  15. 41f3c8e Update CI for new ubuntu version (#1309) by Alex Gaynor · 6 weeks ago
  16. d9f2c46 Bump version for 24.1.0 release (#1297) by Alex Gaynor · 5 months ago 24.1.0
  17. cea1f2e Remove deprecated PKCS12 and NetscapeSPKI classes (#1288) by Alex Gaynor · 5 months ago
  18. 510b0e5 Stop using flaky lib, use pytest-rerunfailures instead (#1296) by Alex Gaynor · 5 months ago
  19. a972ea4 Fixed typos in CHANGELOG.rst (#1293) by Alex Gaynor · 6 months ago
  20. 482b95e Removed redundant code in SSL.py that depended on old version of cryptography (#1290) by julianz- · 6 months ago
  21. 1508c4b fix for E721 errors raised by flake8 (#1289) by julianz- · 6 months ago
  22. 7f3e4f9 Bump for release (#1284) by Alex Gaynor · 6 months ago 24.0.0
  23. d9752e4 add all-green CI job (#1283) by Maximilian Hils · 7 months ago
  24. df358b3 Fix changelog by moving new features to 24.0.0 release (#1282) by Jeremy Lainé · 7 months ago
  25. 34b018f Add Connection.get_selected_srtp_profile (#1278) (#1279) by Jeremy Lainé · 7 months ago
  26. 920fa96 Replace RSA-512 test keys with RSA-2048 (#1281) by David Benjamin · 7 months ago
  27. 8219562 Fix a typo in deprecation warnings (#1280) by Jeremy Lainé · 7 months ago
  28. abf91d7 Bump actions/setup-python from 4 to 5 (#1274) by dependabot[bot] · 8 months ago
  29. 5dc1044 Put mypy, coverage.py, pytest in pyproject (#1273) by William Woodruff · 8 months ago
  30. acb31fb Fix various issues around X509_STORE_CTX reuse (#1272) by David Benjamin · 8 months ago
  31. bb4a60d docs: include test dependencies when developing pyOpenSSL (#1271) by David Benjamin · 8 months ago
  32. 5b17340 Bump dessant/lock-threads from 4 to 5 (#1269) by dependabot[bot] · 9 months ago
  33. c8b8c1e Use ruff format (#1265) by Alex Gaynor · 9 months ago
  34. 5ba8ce1 Bump version for 23.3.0 release (#1264) by Alex Gaynor · 9 months ago 23.3.0
  35. 046a71e allow X509_ALGOR to be opaque (#1262) by Paul Kehrer · 9 months ago
  36. ac15b2f Fix failing test when running offline (#1261) by Facundo Tuesca · 9 months ago
  37. bbcee8d Add support for `cryptography` CRLs to `X509Store` (#1252) by Facundo Tuesca · 9 months ago
  38. f2068f1 Deprecate X509Extension (#1255) by Facundo Tuesca · 10 months ago
  39. 35d1e87 Use 3.12 final in CI (#1259) by Alex Gaynor · 10 months ago
  40. a35c608 Migrate .readthedocs.yml to use build.os (#1258) by Facundo Tuesca · 10 months ago
  41. 0e78828 Increase cryptography minimum in tox.ini (#1257) by Facundo Tuesca · 10 months ago
  42. d129af2 Deprecate sign() and verify() (#1256) by Alex Gaynor · 10 months ago
  43. 8bfe5df Add support for Python 3.12 (#1254) by Facundo Tuesca · 10 months ago
  44. d7e9dd4 Deprecate CRL APIs (#1251) by Facundo Tuesca · 11 months ago
  45. dca21f2 Bump actions/checkout from 3 to 4 (#1247) by dependabot[bot] · 11 months ago
  46. 1c8b298 Avoid a Sphinx that doesn't work with pyo3 (#1248) by Alex Gaynor · 11 months ago
  47. 81f9652 Enable more of ruff (#1246) by Alex Gaynor · 11 months ago
  48. 1605a74 switch linting to ruff (#1241) by Paul Kehrer · 11 months ago
  49. b259bfb Expose `SSL_OP_LEGACY_SERVER_CONNECT` binding (#1234) by Maximilian Hils · 1 year ago
  50. a81306e Remove simplefilter calls that aren't necessary (#1230) by Alex Gaynor · 1 year, 1 month ago
  51. a7043ab Unskip a test on macOS (#1231) by Alex Gaynor · 1 year, 1 month ago
  52. 19b3827 Update comments for manylinux (#1232) by Alex Gaynor · 1 year, 1 month ago
  53. 0abf9ec add utcnow() helper function to avoid datetime.utcnow() (#1229) by Felix Schwarz · 1 year, 1 month ago
  54. 0fe822d Removed deprecated functionality. (#1223) by Alex Gaynor · 1 year, 2 months ago
  55. 5134ca1 drop python 3.6 support, minimum cryptography>=41.0.0 (#1221) by Paul Kehrer · 1 year, 2 months ago
  56. 0d603cb update some very out of date language (#1222) by Paul Kehrer · 1 year, 2 months ago
  57. 6022869 reopen main (#1220) by Paul Kehrer · 1 year, 2 months ago
  58. d024506 bump version (#1219) by Paul Kehrer · 1 year, 2 months ago 23.2.0
  59. 4d0dc7a fix a variety of deprecation warnings (#1218) by Paul Kehrer · 1 year, 2 months ago
  60. 2d94946 Expose X509_V_* constants (#1202) by Itamar Turner-Trauring · 1 year, 3 months ago
  61. dd90c04 fix sphinx config for new version (#1214) by Alex Gaynor · 1 year, 3 months ago
  62. d788a4f remove X509StoreFlags.NOTIFY_POLICY (#1213) by Paul Kehrer · 1 year, 3 months ago
  63. 24ad5be fix testing against cryptography main branch and improve twisted (#1209) by Paul Kehrer · 1 year, 4 months ago
  64. f4f77cc Reject invalid versions in X509Req.set_version (#1208) by Alex Gaynor · 1 year, 4 months ago
  65. da18a74 port changelog (#1205) by Paul Kehrer · 1 year, 4 months ago
  66. 983aa31 reopen main (#1200) by Alex Gaynor · 1 year, 4 months ago
  67. 41f1deb parallel twisted tests and newer mypy (#1197) by Paul Kehrer · 1 year, 4 months ago
  68. 240ae6f 23.1.0 version bump (#1196) by Alex Gaynor · 1 year, 4 months ago 23.1.0
  69. cac7478 Fix tests on Windows, add Windows CI (#1186) by Maximilian Hils · 1 year, 6 months ago
  70. 3517764 Add support for DTLS timeouts (#1180) by Jeremy Lainé · 1 year, 6 months ago
  71. 669969e Fix CI (#1185) by Maximilian Hils · 1 year, 6 months ago
  72. 23d990e install tox into venv (#1181) by Alex Gaynor · 1 year, 6 months ago
  73. 7a02afc Reopen main (#1176) by Alex Gaynor · 1 year, 7 months ago
  74. f7e6a4d 23.0.0 version bump (#1175) by Alex Gaynor · 1 year, 7 months ago 23.0.0
  75. 3052995 fixes #1173 (#1174) by Alex Gaynor · 1 year, 7 months ago
  76. d2f0aec Fix CRL nextUpdate handling. (#1169) by David Benjamin · 1 year, 8 months ago
  77. 4aae795 Fix some memory leaks in CRL.export (#1170) by David Benjamin · 1 year, 8 months ago
  78. 1cafac4 Add support for X509_V_FLAG_PARTIAL_CHAIN (#1166) by vEpiphyte · 1 year, 8 months ago
  79. 81c9eb1 fixes for tox4 (#1167) by Alex Gaynor · 1 year, 8 months ago
  80. 6c0772a Bump dessant/lock-threads from 3 to 4 (#1165) by dependabot[bot] · 1 year, 8 months ago
  81. 8a75898 Make some handshakes in tests less flaky. (#1163) by Theodore Ni · 1 year, 8 months ago
  82. 8ba3392 run Python 3.6 CI on Ubuntu 20.04 (#1164) by Maximilian Hils · 1 year, 8 months ago
  83. 3da4d1d Add support for Python 3.11 (#1161) by Hugo van Kemenade · 1 year, 9 months ago
  84. dc02ccc style cleanups from recent PR (#1159) by Alex Gaynor · 1 year, 10 months ago
  85. 6a8e88d add attributes only conditionally (#1158) by Ben Greiner · 1 year, 10 months ago
  86. 7abe40c fix changelog for 22.1 release. (#1150) by Paul Kehrer · 1 year, 10 months ago
  87. 57061ca Reopen main (#1149) by Alex Gaynor · 1 year, 10 months ago
  88. d7e539c Bump for 22.1.0 release (#1148) by Alex Gaynor · 1 year, 10 months ago 22.1.0
  89. ad50a44 disallow latest sphinx release because it doesn't work with sphinx_rtd_theme (#1147) by Alex Gaynor · 1 year, 10 months ago
  90. f0ed288 add `Connection.use_(certificate|privatekey)` (#1121) by Maximilian Hils · 1 year, 11 months ago
  91. a3483a7 fixes #1143 -- pin cryptography max version to prevent future pain (#1145) by Alex Gaynor · 1 year, 11 months ago
  92. a52db02 Move away from the SSLEAY name (#1144) by Alex Gaynor · 1 year, 11 months ago
  93. a145fc3 Switch to the new utils.deprecation spelling (#1140) by David Benjamin · 2 years ago
  94. 301e29a Don't test that invalid RSA keys can be imported (#1139) by David Benjamin · 2 years ago
  95. 38f9b4e Fix docs in `SSL.Context.get_alpn_proto_negotiated` (#1137) by Nikita Sobolev · 2 years ago
  96. 65ca53a Make `X509StoreContextError`'s message friendlier (#1133) by William Woodruff · 2 years, 1 month ago
  97. 02db1a0 Fix incorrect documentation on X509Req.set_version #1130 (#1131) by Amir Omidi · 2 years, 1 month ago
  98. bd02327 Expose SSL_OP_IGNORE_UNEXPECTED_EOF (#1127) by dreid · 2 years, 2 months ago
  99. a4140bb Bump actions/setup-python from 3 to 4 (#1126) by dependabot[bot] · 2 years, 2 months ago
  100. 6353ae6 add explicit permissions to lock workflow (#1125) by Paul Kehrer · 2 years, 2 months ago