summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reopen main (#1149)Alex Gaynor2022-09-251-1/+1
* Bump for 22.1.0 release (#1148)22.1.0Alex Gaynor2022-09-251-2/+2
* add `Connection.use_(certificate|privatekey)` (#1121)Maximilian Hils2022-09-161-0/+32
* Move away from the SSLEAY name (#1144)Alex Gaynor2022-09-161-8/+16
* Switch to the new utils.deprecation spelling (#1140)David Benjamin2022-08-131-2/+4
* 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-071-7/+11
* 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
* Add inline type annotations (#1089)lovetox2022-05-203-201/+285
* Handle no expire date in X509.has_expire() (#1083)lovetox2022-05-131-1/+4
* add `Connection.set_verify`, fix #255 (#1073)Maximilian Hils2022-05-131-0/+29
* Fix X.509 version handling. (#1123)David Benjamin2022-05-121-1/+1
* repair CI (#1116)Paul Kehrer2022-05-111-0/+18
* 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-141-22/+14
* 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
* flake8-import-order (#1099)whiteowl32022-03-024-14/+16
* don't block ec/ed keys from_cryptography_key() (#1096)whiteowl32022-02-261-2/+11
* Stop passing backend to cryptography (#1094)Alex Gaynor2022-02-131-23/+5
* Use a non-deprecated OpeNSSL function (#1093)Alex Gaynor2022-02-131-4/+4
* X509Name: Raise AttributeError correctly (#1088)lovetox2022-01-301-1/+1
* X509Name: Use functools.totalordering for comparisons (#1086)lovetox2022-01-301-16/+10
* Don’t inherit from object (#1084)lovetox2022-01-302-20/+20
* Remove superfluous isinstance() call (#1087)lovetox2022-01-301-3/+2
* latest black (#1082)Paul Kehrer2022-01-291-1/+1
* bump to 22.1.0.dev (#1080)Paul Kehrer2022-01-291-1/+1
* bump for 22.0.0 release (#1079)22.0.0Paul Kehrer2022-01-291-1/+1
* Docs: Fix param type for methods where digest is used (#1078)lovetox2022-01-291-5/+5
* Update variable name, there are now many linuxes (#1070)Alex Gaynor2021-12-241-4/+4
* 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
* Remove some more py27-isms (#1062)Alex Gaynor2021-11-241-1/+1
* 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
* Expose some DTLS-related features (#1026)Nathaniel J. Smith2021-11-021-1/+134
* Check for invalid ALPN lists before calling OpenSSL, for consistency (#1056)Nathaniel J. Smith2021-10-271-0/+12
* py27 going, going, gone (#1047)Paul Kehrer2021-10-043-69/+43
* reopen main for 21.1 dev (#1042)Paul Kehrer2021-09-281-1/+1
* 21.0.0 release (#1041)21.0.0Paul Kehrer2021-09-281-1/+1
* use public interfaces for all cryptography<->pyopenssl translations (#1030)Paul Kehrer2021-07-251-26/+50
* add `NO_OVERLAPPING_PROTOCOLS` to `__all__` (#1025)Maximilian Hils2021-06-301-0/+1
* Add SSL_CTX_set_min_proto_version/SSL_CTX_set_max_proto_version bindings (#985)Maximilian Hils2021-03-101-2/+58
* remove CB_ISSUER_CHECK (#982)Rosen Penev2021-02-201-1/+0
* Check return code of SSL_[CTX_]set_alpn_protos (#993)Maximilian Hils2021-02-171-2/+19