summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove more global initialization that isn't required on modern openssl (#1108)Alex Gaynor2022-03-131-16/+0
* Remove call that hasn't been required since OpenSSL 1.1.0 (#1107)Alex Gaynor2022-03-131-5/+0
* Changed load_crl doc comment return to CRL (#1105)Oscar Mattsson2022-03-031-1/+1
* Bump actions/checkout from 2.4.0 to 3 (#1104)dependabot[bot]2022-03-021-2/+2
* flake8-import-order (#1099)whiteowl32022-03-0210-131/+140
* Bump actions/setup-python from 2.3.2 to 3 (#1101)dependabot[bot]2022-03-011-1/+1
* specify pypy versions more precisely (#1102)Alex Gaynor2022-03-021-3/+6
* add GitHub URL for PyPi (#1100)Andrii Oriekhov2022-02-281-0/+3
* don't block ec/ed keys from_cryptography_key() (#1096)whiteowl32022-02-262-17/+51
* Remove py2 tag from wheel (#1095)Hugo van Kemenade2022-02-211-4/+0
* Stop passing backend to cryptography (#1094)Alex Gaynor2022-02-133-47/+15
* Use a non-deprecated OpeNSSL function (#1093)Alex Gaynor2022-02-131-4/+4
* Bump actions/setup-python from 2.3.1 to 2.3.2 (#1092)dependabot[bot]2022-02-071-1/+1
* X509Name: Raise AttributeError correctly (#1088)lovetox2022-01-301-1/+1
* X509Name: Use functools.totalordering for comparisons (#1086)lovetox2022-01-302-16/+23
* Don’t inherit from object (#1084)lovetox2022-01-307-61/+61
* Remove superfluous isinstance() call (#1087)lovetox2022-01-301-3/+2
* latest black (#1082)Paul Kehrer2022-01-293-11/+11
* bump to 22.1.0.dev (#1080)Paul Kehrer2022-01-292-1/+13
* bump for 22.0.0 release (#1079)22.0.0Paul Kehrer2022-01-292-2/+2
* Docs: Fix param type for methods where digest is used (#1078)lovetox2022-01-291-5/+5
* Reduce MD5 and SHA1 dependency in tests (#1074)David Benjamin2022-01-101-23/+23
* Update variable name, there are now many linuxes (#1070)Alex Gaynor2021-12-242-8/+8
* Rename path_string to path_bytes since that's what it actually does (#1067)Alex Gaynor2021-12-203-17/+17
* Remove native, it's behavior is confusing (#1069)Alex Gaynor2021-12-203-34/+13
* Remove dead code (#1068)Alex Gaynor2021-12-201-7/+0
* Accept pathlib.Path as a valid path (#1027)Salvo 'LtWorf' Tomaselli2021-12-191-7/+8
* Remove call to init_static_locks (#1066)Alex Gaynor2021-12-151-1/+0