aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/python/pyopensslandroid-s-preview-1Bob Badour
2020-12-15Upgrade python/pyopenssl to 20.0.1Haibo Huang
2020-12-15Prepare for 20.0.1 release (#979)Alex Gaynor
2020-12-14Fix for running on OpenSSL 1.1.0 + CI (#978)Alex Gaynor
2020-11-27reopen master for next dev cycle (#969)Paul Kehrer
2020-11-2720.0.0 before 2020 is even over (#968)Paul Kehrer
2020-11-27fix a memleak (#967)Paul Kehrer
2020-11-27Keep reference to SSL verify_call in Connection object (#956)Arne Schwabe
2020-11-13Fix spelling of set in set_verify docstring (#959)Arne Schwabe
2020-11-12Fix typo in debug command output (#957)Michael Lazar
2020-10-26Drop CI for OpenSSL 1.0.2 (#953)Alex Gaynor
2020-10-18Fixing issue #798 (#907)jalberdi004
2020-10-14Correct typos in crypto.py (#949)Felix Yan
2020-10-12crypto._PassphraseHelper: pass non-callable passphrase using callback (#947)Huw Jones
2020-10-12Allow using additional untrusted certificates for chain building in X509Store...Sándor Oroszi
2020-09-11Allow using an OpenSSL hashed directory for verification in X509Store (#943)Sándor Oroszi
2020-08-26I'm back in black (#941)Alex Gaynor
2020-08-13Switch to new notBefore/After APIs (#843)Rosen Penev
2020-08-07Context.set_verify: allow omission of callback (#933)Maximilian Hils
2020-08-05Allow accessing a connection's verfied certificate chain (#894)Shane Harvey
2020-08-05Deprecated pkcs7 and pkcs12 support (#921)Alex Gaynor
2020-08-05focal time (#929)Paul Kehrer
2020-08-03remove npn support entirely. you should be using alpn (#932)Paul Kehrer
2020-08-03newer pypy (#928)Paul Kehrer
2020-07-28Add SSL.Context.set_keylog_callback (#910)Maximilian Hils
2020-07-23Paint it Black by the Rolling Stones (#920)Alex Gaynor
2020-05-22Remove deprecated tsafe module. (#913)Benjamin Peterson
2020-04-07Drop OpenSSL 1.0.1 (#908)Alex Gaynor
2020-03-31Remove asserts (#904)Adrián Chaves
2020-03-11Fix PKey.check for some broken keys (#897)Mrmaxmeier
2019-11-18Make the code slightly resillient to python4 (#880)Alex Gaynor
2019-11-18Random cleanup around our usage of binary_type (#879)Alex Gaynor
2019-11-18reopen master, call it 20.0 because let's be honest with ourselves (#878)Paul Kehrer
2019-11-17version bump for 19.1 release (#877)Paul Kehrer
2019-11-18ALPN: complete handshake without accepting a client's protocols. (#876)Mark Williams
2019-11-18use _ffi.from_buffer() to support bytearray (#852)Daniel Holth
2019-08-29Fix for Python 4 (#862)Hugo van Kemenade
2019-08-02Expose OP_NO_TLSv1_3 (#861)Nathaniel J. Smith
2019-07-05Update SSL.py docstring (#849)Daniel Holth
2019-04-18Merge commit 'c9a71e1' into importKevin Cheng
2019-02-22OpenSSL always has SNI (#821)Alex Gaynor
2019-02-22Deprecated NPN (#820)Alex Gaynor
2019-02-14Raise an Error with "no cipher match" even with TLS 1.3 (#818)Mark Williams
2019-02-07Removed deprecated Type aliases (#814)Alex Gaynor
2019-01-30Provide a valid digest option (#811)Wayne Werner
2019-01-21Reopen master for 19.1 (#810)Alex Gaynor
2019-01-21release 19.0.0 (#808)Paul Kehrer
2019-01-21changelog and call it 19 now (#807)Paul Kehrer
2019-01-21add key types consts (#776)Igr
2019-01-21Fixes incorrect rtype in documentation (#802)Gaurav Malhotra