summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup from_buffer now that we just use cffi natively (#989)masterAlex Gaynor2021-01-162-7/+3
* reopen master for dev (#980)Paul Kehrer2020-12-151-1/+1
* Prepare for 20.0.1 release (#979)20.0.1Alex Gaynor2020-12-151-1/+1
* Fix for running on OpenSSL 1.1.0 + CI (#978)Alex Gaynor2020-12-141-1/+4
* reopen master for next dev cycle (#969)Paul Kehrer2020-11-271-1/+1
* 20.0.0 before 2020 is even over (#968)20.0.0Paul Kehrer2020-11-271-2/+2
* fix a memleak (#967)Paul Kehrer2020-11-271-1/+12
* Keep reference to SSL verify_call in Connection object (#956)Arne Schwabe2020-11-271-0/+6
* Fix spelling of set in set_verify docstring (#959)Arne Schwabe2020-11-131-2/+2
* Fix typo in debug command output (#957)Michael Lazar2020-11-121-1/+1
* Drop CI for OpenSSL 1.0.2 (#953)Alex Gaynor2020-10-262-49/+8
* Fixing issue #798 (#907)jalberdi0042020-10-181-1/+4
* Correct typos in crypto.py (#949)Felix Yan2020-10-141-2/+2
* crypto._PassphraseHelper: pass non-callable passphrase using callback (#947)Huw Jones2020-10-121-10/+9
* Allow using additional untrusted certificates for chain building in X509Store...Sándor Oroszi2020-10-121-2/+34
* Allow using an OpenSSL hashed directory for verification in X509Store (#943)Sándor Oroszi2020-09-111-0/+48
* I'm back in black (#941)Alex Gaynor2020-08-261-4/+5
* Switch to new notBefore/After APIs (#843)Rosen Penev2020-08-131-6/+6
* Context.set_verify: allow omission of callback (#933)Maximilian Hils2020-08-071-11/+17
* Allow accessing a connection's verfied certificate chain (#894)Shane Harvey2020-08-052-8/+95
* Deprecated pkcs7 and pkcs12 support (#921)Alex Gaynor2020-08-051-1/+23
* focal time (#929)Paul Kehrer2020-08-051-1/+2
* remove npn support entirely. you should be using alpn (#932)Paul Kehrer2020-08-031-180/+0
* newer pypy (#928)Paul Kehrer2020-08-031-12/+1
* Add SSL.Context.set_keylog_callback (#910)Maximilian Hils2020-07-281-0/+31
* Paint it Black by the Rolling Stones (#920)Alex Gaynor2020-07-235-272/+387
* Remove deprecated tsafe module. (#913)Benjamin Peterson2020-05-221-31/+0
* Drop OpenSSL 1.0.1 (#908)Alex Gaynor2020-04-071-10/+6
* Remove asserts (#904)Adrián Chaves2020-03-312-5/+5
* Fix PKey.check for some broken keys (#897)Mrmaxmeier2020-03-111-1/+1
* 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-182-9/+7
* reopen master, call it 20.0 because let's be honest with ourselves (#878)Paul Kehrer2019-11-181-1/+1
* version bump for 19.1 release (#877)19.1.0Paul Kehrer2019-11-171-1/+1
* ALPN: complete handshake without accepting a client's protocols. (#876)Mark Williams2019-11-181-10/+25
* use _ffi.from_buffer() to support bytearray (#852)Daniel Holth2019-11-182-37/+49
* Fix for Python 4 (#862)Hugo van Kemenade2019-08-291-8/+8
* Expose OP_NO_TLSv1_3 (#861)Nathaniel J. Smith2019-08-021-0/+5
* Update SSL.py docstring (#849)Daniel Holth2019-07-051-1/+1
* OpenSSL always has SNI (#821)Alex Gaynor2019-02-221-8/+0
* Deprecated NPN (#820)Alex Gaynor2019-02-221-0/+9
* Raise an Error with "no cipher match" even with TLS 1.3 (#818)Mark Williams2019-02-141-3/+12
* Removed deprecated Type aliases (#814)Alex Gaynor2019-02-072-85/+0
* Provide a valid digest option (#811)Wayne Werner2019-01-301-1/+1
* Reopen master for 19.1 (#810)Alex Gaynor2019-01-211-1/+1