summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Expose X509_V_* constants (#1202)HEADmainItamar Turner-Trauring2023-04-283-1/+112
* fix sphinx config for new version (#1214)Alex Gaynor2023-04-281-2/+2
* remove X509StoreFlags.NOTIFY_POLICY (#1213)Paul Kehrer2023-04-214-2/+5
* fix testing against cryptography main branch and improve twisted (#1209)Paul Kehrer2023-04-142-6/+5
* Reject invalid versions in X509Req.set_version (#1208)Alex Gaynor2023-04-013-9/+11
* port changelog (#1205)Paul Kehrer2023-03-273-2/+32
* reopen main (#1200)Alex Gaynor2023-03-253-2/+13
* parallel twisted tests and newer mypy (#1197)Paul Kehrer2023-03-242-5/+5
* 23.1.0 version bump (#1196)23.1.0Alex Gaynor2023-03-244-4/+5
* Fix tests on Windows, add Windows CI (#1186)Maximilian Hils2023-02-134-35/+48
* Add support for DTLS timeouts (#1180)Jeremy Lainé2023-02-133-4/+76
* Fix CI (#1185)Maximilian Hils2023-02-134-5/+3
* install tox into venv (#1181)Alex Gaynor2023-01-221-0/+1
* Reopen main (#1176)Alex Gaynor2023-01-022-1/+13
* 23.0.0 version bump (#1175)23.0.0Alex Gaynor2023-01-023-4/+5
* fixes #1173 (#1174)Alex Gaynor2022-12-291-1/+2
* Fix CRL nextUpdate handling. (#1169)David Benjamin2022-12-162-10/+36
* Fix some memory leaks in CRL.export (#1170)David Benjamin2022-12-161-8/+11
* Add support for X509_V_FLAG_PARTIAL_CHAIN (#1166)vEpiphyte2022-12-154-0/+18
* fixes for tox4 (#1167)Alex Gaynor2022-12-161-3/+9
* Bump dessant/lock-threads from 3 to 4 (#1165)dependabot[bot]2022-12-051-1/+1
* Make some handshakes in tests less flaky. (#1163)Theodore Ni2022-12-021-12/+13
* run Python 3.6 CI on Ubuntu 20.04 (#1164)Maximilian Hils2022-12-021-5/+5
* Add support for Python 3.11 (#1161)Hugo van Kemenade2022-11-053-1/+5
* style cleanups from recent PR (#1159)Alex Gaynor2022-10-211-6/+3
* add attributes only conditionally (#1158)Ben Greiner2022-10-221-3/+6
* fix changelog for 22.1 release. (#1150)Paul Kehrer2022-09-251-2/+3
* Reopen main (#1149)Alex Gaynor2022-09-252-1/+14
* Bump for 22.1.0 release (#1148)22.1.0Alex Gaynor2022-09-251-2/+2
* disallow latest sphinx release because it doesn't work with sphinx_rtd_theme ...Alex Gaynor2022-09-252-1/+3
* add `Connection.use_(certificate|privatekey)` (#1121)Maximilian Hils2022-09-165-44/+107
* fixes #1143 -- pin cryptography max version to prevent future pain (#1145)Alex Gaynor2022-09-161-1/+1
* Move away from the SSLEAY name (#1144)Alex Gaynor2022-09-163-17/+35
* Switch to the new utils.deprecation spelling (#1140)David Benjamin2022-08-131-2/+4
* Don't test that invalid RSA keys can be imported (#1139)David Benjamin2022-08-121-4/+6
* Fix docs in `SSL.Context.get_alpn_proto_negotiated` (#1137)Nikita Sobolev2022-07-231-1/+1
* Make `X509StoreContextError`'s message friendlier (#1133)William Woodruff2022-07-073-16/+23
* Fix incorrect documentation on X509Req.set_version #1130 (#1131)Amir Omidi2022-06-281-1/+1
* Expose SSL_OP_IGNORE_UNEXPECTED_EOF (#1127)dreid2022-06-091-0/+6
* Bump actions/setup-python from 3 to 4 (#1126)dependabot[bot]2022-06-091-1/+1
* add explicit permissions to lock workflow (#1125)Paul Kehrer2022-05-271-0/+3
* Update bdist_rpm option build_requires (#1013)陳傑夫2022-05-200-0/+0
* Add inline type annotations (#1089)lovetox2022-05-207-203/+319
* Handle no expire date in X509.has_expire() (#1083)lovetox2022-05-132-1/+12
* add `Connection.set_verify`, fix #255 (#1073)Maximilian Hils2022-05-133-0/+79
* Fix X.509 version handling. (#1123)David Benjamin2022-05-122-9/+16
* Update README for new IRC channel (#1115)Alex Gaynor2022-05-121-1/+1
* repair CI (#1116)Paul Kehrer2022-05-117-30/+56
* Remove SSL_library_init call (#1110)Alex Gaynor2022-03-211-5/+0
* Implement Context constructor in terms of new OpenSSL APIs (#1109)Alex Gaynor2022-03-143-25/+17