summaryrefslogtreecommitdiff
path: root/src/OpenSSL/_util.py
Commit message (Expand)AuthorAgeFilesLines
* Add inline type annotations (#1089)lovetox2022-05-201-7/+9
* Rename path_string to path_bytes since that's what it actually does (#1067)Alex Gaynor2021-12-201-7/+7
* Remove native, it's behavior is confusing (#1069)Alex Gaynor2021-12-201-18/+1
* 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
* py27 going, going, gone (#1047)Paul Kehrer2021-10-041-24/+8
* cleanup from_buffer now that we just use cffi natively (#989)masterAlex Gaynor2021-01-161-3/+0
* newer pypy (#928)Paul Kehrer2020-08-031-12/+1
* Paint it Black by the Rolling Stones (#920)Alex Gaynor2020-07-231-6/+14
* Random cleanup around our usage of binary_type (#879)Alex Gaynor2019-11-181-4/+4
* use _ffi.from_buffer() to support bytearray (#852)Daniel Holth2019-11-181-0/+14
* Fix for Python 4 (#862)Hugo van Kemenade2019-08-291-8/+8
* Don't zero memory when we don't have to. (#578)Cory Benfield2016-11-281-0/+6
* Pluck more unrelated bits from #422Hynek Schlawack2016-03-131-2/+1
* Assert against True explicitlyHynek Schlawack2016-03-111-1/+1
* Fix set_cipher_list on modern OpenSSLHynek Schlawack2016-03-111-2/+19
* Move package into srcHynek Schlawack2015-10-171-0/+125