summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Migrate CI to GHAghaAlex Gaynor2020-11-173-127/+62
* Fix spelling of set in set_verify docstring (#959)Arne Schwabe2020-11-131-2/+2
* Stop testing py35 with cryptography master (#958)Alex Gaynor2020-11-121-3/+0
* Fix typo in debug command output (#957)Michael Lazar2020-11-121-1/+1
* Drop CI for OpenSSL 1.0.2 (#953)Alex Gaynor2020-10-268-95/+15
* Fixing issue #798 (#907)jalberdi0042020-10-181-1/+4
* Correct typos in crypto.py (#949)Felix Yan2020-10-141-2/+2
* fixed tests for twisted change (#950)Alex Gaynor2020-10-141-5/+1
* crypto._PassphraseHelper: pass non-callable passphrase using callback (#947)Huw Jones2020-10-123-11/+68
* Allow using additional untrusted certificates for chain building in X509Store...Sándor Oroszi2020-10-123-2/+176
* Allow using an OpenSSL hashed directory for verification in X509Store (#943)Sándor Oroszi2020-09-113-1/+186
* I'm back in black (#941)Alex Gaynor2020-08-262-9/+21
* travis.com now (#939)Paul Kehrer2020-08-191-2/+2
* lock old issues (#937)Alex Gaynor2020-08-141-0/+14
* fixes #934 -- kill dead link (#936)Alex Gaynor2020-08-141-1/+0
* Switch to new notBefore/After APIs (#843)Rosen Penev2020-08-131-6/+6
* Context.set_verify: allow omission of callback (#933)Maximilian Hils2020-08-073-16/+46
* Allow accessing a connection's verfied certificate chain (#894)Shane Harvey2020-08-055-11/+190
* Deprecated pkcs7 and pkcs12 support (#921)Alex Gaynor2020-08-052-1/+25
* focal time (#929)Paul Kehrer2020-08-053-8/+14
* remove npn support entirely. you should be using alpn (#932)Paul Kehrer2020-08-033-364/+1
* 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
* newer pypy (#928)Paul Kehrer2020-08-032-18/+7
* update cert fixtures and simplify tests (#927)Paul Kehrer2020-08-032-241/+392
* make our CI less frustrating (#926)Paul Kehrer2020-08-033-48/+12
* _only_ update the image (#925)Alex Gaynor2020-08-031-1/+1
* use larger keys in ssl tests (#922)Alex Gaynor2020-08-031-3/+3
* Remove RPM build script that we have no idea if it works (#923)Alex Gaynor2020-08-032-2/+0
* Add SSL.Context.set_keylog_callback (#910)Maximilian Hils2020-07-283-1/+64
* Paint it Black by the Rolling Stones (#920)Alex Gaynor2020-07-2323-1023/+1466
* Fix Travis CI build config validation issues (#918)Christian Clauss2020-07-121-2/+2
* Fix generated test X.509 certificates. (#917)David Benjamin2020-06-242-0/+6
* Remove deprecated tsafe module. (#913)Benjamin Peterson2020-05-223-54/+1
* Remove dead examples directory from flake8 invocation. (#914)Benjamin Peterson2020-05-211-1/+1
* Update to a more modern macOS image (#909)Alex Gaynor2020-04-071-1/+1
* Drop OpenSSL 1.0.1 (#908)Alex Gaynor2020-04-075-236/+198
* Remove asserts (#904)Adrián Chaves2020-03-312-5/+5
* Uhhh, fix twisted tests to actually run twisted (wat) (#906)Alex Gaynor2020-03-301-2/+3
* Run twisted tests under py3 (#905)Alex Gaynor2020-03-301-2/+2
* Fix PKey.check for some broken keys (#897)Mrmaxmeier2020-03-112-1/+15
* Make tests pass in the future (now the present) (#888)Alex Gaynor2020-01-121-3/+5
* Drop support for Python 3.4, since cryptography dropped it (#884)Alex Gaynor2019-12-154-10/+3
* Make the code slightly resillient to python4 (#880)Alex Gaynor2019-11-181-2/+2
* Random cleanup around our usage of binary_type (#879)Alex Gaynor2019-11-183-14/+10
* reopen master, call it 20.0 because let's be honest with ourselves (#878)Paul Kehrer2019-11-182-1/+22
* version bump for 19.1 release (#877)19.1.0Paul Kehrer2019-11-172-2/+2
* ALPN: complete handshake without accepting a client's protocols. (#876)Mark Williams2019-11-184-11/+114
* use _ffi.from_buffer() to support bytearray (#852)Daniel Holth2019-11-185-40/+92
* bump the minimum cryptography version (#875)Paul Kehrer2019-11-173-2/+4