aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-29Fix for Python 4 (#862)Hugo van Kemenade
2019-08-02Expose OP_NO_TLSv1_3 (#861)Nathaniel J. Smith
2019-07-29Stop lawyers from emailing Hynek (#856)Hynek Schlawack
2019-07-06Mark this test as flaky (#850)Alex Gaynor
2019-07-05Update SSL.py docstring (#849)Daniel Holth
2019-06-02Run tests in random order to weed out issues (#842)Alex Gaynor
2019-05-20Remove deleted files from MANIFEST.in (#841)Alex Gaynor
2019-05-19Delete .mention-bot (#840)Alex Gaynor
2019-05-19Delete examples/simple/ (#837)Alex Gaynor
2019-05-19Delete examples/sni/ (#838)Alex Gaynor
2019-05-19Delete README.rst (#839)Alex Gaynor
2019-05-19Delete SecureXMLRPCServer.py (#836)Alex Gaynor
2019-05-19Delete proxy.py (#835)Alex Gaynor
2019-05-19Delete certgen.py (#834)Alex Gaynor
2019-05-19Delete mk_simple_certs which is definitely not the pyca recommended way to ge...Alex Gaynor
2019-05-19Remove tests of long functionality (#832)Alex Gaynor
2019-04-15Make test_ssl pass in an IPv6-only environment (#827)David Benjamin
2019-02-26skip NPN tests if NPN is not available (#822)Paul Kehrer
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-10Make all of the examples py3 syntax friendly (#816)Alex Gaynor
2019-02-07Removed deprecated Type aliases (#814)Alex Gaynor
2019-02-02Update install docs for suppoted versions of OpenSSL (#813)Alex Gaynor
2019-02-02Update test for us not supporting 0.9.8 (#812)Alex Gaynor
2019-01-30Provide a valid digest option (#811)Wayne Werner
2019-01-21more infra changes (#809)Paul Kehrer
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-21upgrade macos builders to newer travis image (#806)Paul Kehrer
2019-01-21add key types consts (#776)Igr
2019-01-21Fixes incorrect rtype in documentation (#802)Gaurav Malhotra
2019-01-21Handle NULL bytes in get_components() values (#804)Romuald Brunet
2019-01-21Hypothetically fixes pyOpenSSL tests (#805)Paul Kehrer
2018-08-27Update OpenSSL manpage link to x509v3_config (#789)Cyril Stoller
2018-08-27Add note on zero-based certificate version value (#790)Cyril Stoller
2018-08-23X509Store.add_cert no longer raises an error on duplicate cert (#787)Paul Kehrer
2018-08-10Fixes #784 -- bump minimum cryptography version (#785)Alex Gaynor
2018-08-09fix wantWriteError to error even with big socket buffers (#782)catern
2018-07-04Added py37 (#772)Alex Gaynor
2018-06-05Only allocate exponent in the TYPE_RSA path. (#767)David Benjamin
2018-05-22Tone down the comment around SSL_set_tlsext_status_ocsp_resp. (#764)David Benjamin
2018-05-22Fix SSL_CTX_set_tlsext_servername_callback type signature. (#763)David Benjamin
2018-05-16reopen master for 18.1 (#761)Paul Kehrer
2018-05-1618.0.0 release time (#760)Paul Kehrer
2018-05-16tell people to stop using this where possible (#759)Paul Kehrer
2018-05-16Add Connection.get_certificate method (#733)Jeremy Lainé
2018-05-16Make sure a NotImplementedError is always raised on Connection.makefile() (#744)Ayke
2018-05-16Add Context.set_tlsext_use_srtp (#734)Jeremy Lainé