summaryrefslogtreecommitdiff
path: root/tests/test_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* Fix tests on Windows, add Windows CI (#1186)Maximilian Hils2023-02-131-28/+39
* Add support for DTLS timeouts (#1180)Jeremy Lainé2023-02-131-4/+42
* Fix CI (#1185)Maximilian Hils2023-02-131-2/+1
* Make some handshakes in tests less flaky. (#1163)Theodore Ni2022-12-021-12/+13
* disallow latest sphinx release because it doesn't work with sphinx_rtd_theme ...Alex Gaynor2022-09-251-0/+2
* add `Connection.use_(certificate|privatekey)` (#1121)Maximilian Hils2022-09-161-42/+71
* add `Connection.set_verify`, fix #255 (#1073)Maximilian Hils2022-05-131-0/+46
* repair CI (#1116)Paul Kehrer2022-05-111-12/+24
* Implement Context constructor in terms of new OpenSSL APIs (#1109)Alex Gaynor2022-03-141-3/+1
* flake8-import-order (#1099)whiteowl32022-03-021-85/+81
* Stop passing backend to cryptography (#1094)Alex Gaynor2022-02-131-7/+2
* Don’t inherit from object (#1084)lovetox2022-01-301-19/+19
* latest black (#1082)Paul Kehrer2022-01-291-4/+4
* Update variable name, there are now many linuxes (#1070)Alex Gaynor2021-12-241-4/+4
* Remove some more py27-isms (#1062)Alex Gaynor2021-11-241-7/+7
* Expose some DTLS-related features (#1026)Nathaniel J. Smith2021-11-021-2/+195
* Check for invalid ALPN lists before calling OpenSSL, for consistency (#1056)Nathaniel J. Smith2021-10-271-1/+1
* py27 going, going, gone (#1047)Paul Kehrer2021-10-041-40/+10
* Attempt to test with system OpenSSL on recent Ubuntu (#1003)Alex Gaynor2021-03-191-2/+15
* Add SSL_CTX_set_min_proto_version/SSL_CTX_set_max_proto_version bindings (#985)Maximilian Hils2021-03-101-1/+27
* Check return code of SSL_[CTX_]set_alpn_protos (#993)Maximilian Hils2021-02-171-0/+9
* Keep reference to SSL verify_call in Connection object (#956)Arne Schwabe2020-11-271-0/+46
* Drop CI for OpenSSL 1.0.2 (#953)Alex Gaynor2020-10-261-11/+2
* I'm back in black (#941)Alex Gaynor2020-08-261-5/+16
* Context.set_verify: allow omission of callback (#933)Maximilian Hils2020-08-071-5/+26
* Allow accessing a connection's verfied certificate chain (#894)Shane Harvey2020-08-051-0/+57
* focal time (#929)Paul Kehrer2020-08-051-6/+7
* remove npn support entirely. you should be using alpn (#932)Paul Kehrer2020-08-031-184/+0
* use SSLv23_METHOD so we get "best TLS" in most tests. (#931)Paul Kehrer2020-08-031-135/+135
* use modern message digests (#930)Paul Kehrer2020-08-031-3/+3
* update cert fixtures and simplify tests (#927)Paul Kehrer2020-08-031-24/+17
* make our CI less frustrating (#926)Paul Kehrer2020-08-031-5/+5
* use larger keys in ssl tests (#922)Alex Gaynor2020-08-031-3/+3
* Add SSL.Context.set_keylog_callback (#910)Maximilian Hils2020-07-281-0/+31
* Paint it Black by the Rolling Stones (#920)Alex Gaynor2020-07-231-290/+445
* Fix generated test X.509 certificates. (#917)David Benjamin2020-06-241-0/+3
* Drop OpenSSL 1.0.1 (#908)Alex Gaynor2020-04-071-208/+187
* Make tests pass in the future (now the present) (#888)Alex Gaynor2020-01-121-3/+5
* ALPN: complete handshake without accepting a client's protocols. (#876)Mark Williams2019-11-181-1/+78
* use _ffi.from_buffer() to support bytearray (#852)Daniel Holth2019-11-181-2/+40
* Fix for Python 4 (#862)Hugo van Kemenade2019-08-291-3/+3
* Mark this test as flaky (#850)Alex Gaynor2019-07-061-0/+3
* Remove tests of long functionality (#832)Alex Gaynor2019-05-191-117/+0
* Make test_ssl pass in an IPv6-only environment (#827)David Benjamin2019-04-151-20/+38
* skip NPN tests if NPN is not available (#822)Paul Kehrer2019-02-261-0/+3
* Raise an Error with "no cipher match" even with TLS 1.3 (#818)Mark Williams2019-02-141-9/+22
* Removed deprecated Type aliases (#814)Alex Gaynor2019-02-071-7/+3
* Hypothetically fixes pyOpenSSL tests (#805)Paul Kehrer2019-01-211-8/+11
* fix wantWriteError to error even with big socket buffers (#782)catern2018-08-091-1/+1
* Add Connection.get_certificate method (#733)Jeremy Lainé2018-05-161-0/+25