summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bump actions/setup-python from 2.3.0 to 2.3.1 (#1064)dependabot[bot]2021-11-301-1/+1
* Remove some more py27-isms (#1062)Alex Gaynor2021-11-246-30/+30
* Bump actions/setup-python from 2.2.2 to 2.3.0 (#1061)dependabot[bot]2021-11-181-1/+1
* Add CI jobs to test against cryptography wheels (#1049)Nathaniel J. Smith2021-11-052-1/+5
* use more functions guaranteed available in cryptography 35.0 (#1060)Paul Kehrer2021-11-041-10/+10
* remove SSL_CTX_set_ecdh_auto call (#1059)Paul Kehrer2021-11-031-6/+0
* Bump actions/checkout from 2.3.5 to 2.4.0 (#1058)dependabot[bot]2021-11-031-2/+2
* Expose some DTLS-related features (#1026)Nathaniel J. Smith2021-11-025-5/+336
* setup.cfg: Replace dashes with underscores (#1057)Arthur Zamarin2021-10-311-2/+2
* fixes #1054 -- update list of supported openssl versions (#1055)Alex Gaynor2021-10-281-1/+1
* Check for invalid ALPN lists before calling OpenSSL, for consistency (#1056)Nathaniel J. Smith2021-10-272-1/+13
* Bump actions/checkout from 2.3.4 to 2.3.5 (#1052)dependabot[bot]2021-10-181-2/+2
* fixed version number typo (#1050)Alex Gaynor2021-10-151-1/+1
* Added py310 to support matrix (#1051)Alex Gaynor2021-10-153-2/+6
* Testing .readthedocs.yml changes (#1048)Nathaniel J. Smith2021-10-051-0/+8
* py27 going, going, gone (#1047)Paul Kehrer2021-10-048-126/+58
* Misc CI cleanups (#1045)Nathaniel J. Smith2021-10-043-18/+18
* reopen main for 21.1 dev (#1042)Paul Kehrer2021-09-282-1/+13
* 21.0.0 release (#1041)21.0.0Paul Kehrer2021-09-282-2/+4
* Bump dessant/lock-threads from 2.1.2 to 3 (#1040)dependabot[bot]2021-09-281-3/+3
* Fill in notBefore/notAfter in X509 _PKeyInteractionTestsMixin tests (#1039)David Benjamin2021-09-071-2/+7
* Don't try to serialize invalid objects in tests (#1037)David Benjamin2021-08-221-0/+5