summaryrefslogtreecommitdiff
path: root/doc/api/ssl.rst
Commit message (Expand)AuthorAgeFilesLines
* Use autodoc for SSL.ConnectiondocstringsAlex Chan2018-02-131-358/+2
* Use autodoc for the SSL.Context classAlex Chan2018-02-131-298/+5
* Improve documentation for passphrase callback (#703)Diego Fernandez2017-10-121-2/+3
* Bend some recent changes to standards (#669)Hynek Schlawack2017-07-201-8/+6
* document set_default_verify_paths caveats (#667)Paul Kehrer2017-07-191-2/+9
* Prepare 16.2.0 (#555)16.2.0Hynek Schlawack2016-10-151-1/+1
* Implement Context.set_session_idHynek Schlawack2016-03-161-13/+5
* Rename state_name to get_state_nameHynek Schlawack2016-03-141-4/+1
* Fix set_cipher_list on modern OpenSSLHynek Schlawack2016-03-111-11/+3
* fix doc stringAkihiro Yamazaki2015-09-061-2/+2
* add OP_SINGLE_ECDH_USEAkihiro Yamazaki2015-09-051-1/+2
* Fixed typokjav2015-08-251-1/+1
* add ssl_peek functionalityMaximilian Hils2015-08-171-4/+4
* fix grammar and english in SSL.py and ssl.rstJim Shaver2015-05-281-3/+4
* Switch get_protocol_version_name back to unicode.Jim Shaver2015-05-281-3/+2
* Fixing the truth in Changelog SSL.py and test_ssl.pyJim Shaver2015-05-281-3/+2
* differentiated the two functions. Updated docs, and testsJim Shaver2015-05-271-3/+12
* Added example and cleanup to doc/apiJim Shaver2015-05-271-1/+3
* added docs to doc/apiJim Shaver2015-05-271-0/+5
* Apparently I'm stylistically immature.Cory Benfield2015-04-131-3/+3
* Add ALPN support.Cory Benfield2015-04-131-0/+36
* Merge remote-tracking branch 'pyca/master' into npnJean-Paul Calderone2015-03-221-0/+8
|\
| * mention flags as wellJean-Paul Calderone2015-03-211-2/+3
| * Implement Connection.recv_into.Cory Benfield2014-06-161-0/+7
* | Implement @alex's code review.Cory Benfield2014-05-151-1/+3
* | Make NPN markups.Cory Benfield2014-05-101-0/+34
|/
* Mirror the OpenSSL API as is our idiom.Jean-Paul Calderone2014-04-191-1/+1
* Switch to an explicit curve object.Jean-Paul Calderone2014-04-181-22/+5
* Merge remote-tracking branch 'pyca/master' into ecdheJean-Paul Calderone2014-04-171-1/+38
|\
| * Merge pull request #84 from exarkun/finished_messagesJean-Paul Calderone2014-04-011-0/+20
| |\
| | * merge masterJean-Paul Calderone2014-03-301-6/+24
| | |\
| | * | Added dependency for cryptography>=0.3.Fedor Brunner2014-03-281-0/+13
| * | | Removed a stray periodAlex Gaynor2014-03-311-1/+1
| | |/ | |/|
| * | merge masterJean-Paul Calderone2014-03-291-6/+0
| |\ \
| * | | Test methods test_get_cipher_* have been split into two sets.Fedor Brunner2014-03-101-0/+17
| | |/ | |/|
* | | ecdh: Use different exception types for different errorsAndy Lutomirski2014-04-041-2/+4
* | | Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdheLaurens Van Houtven2014-03-291-0/+24
|\ \ \ | |_|/ |/| |
| * | Identify elliptic curves by short name, not NIDAndy Lutomirski2014-03-131-16/+18
| * | Added documentationAlex Gaynor2014-01-191-0/+22
| |/
* | Remove references to MODE_NO_COMPRESSIONLaurens Van Houtven2014-03-111-6/+0
|/
* Try exposing TLSv1.1 and TLSv1.2.Jean-Paul Calderone2013-10-031-13/+46
* Add more API documentation for Session objectsJean-Paul Calderone2012-02-161-0/+33
* Add documentation for the new session cache related constants and methodsJean-Paul Calderone2012-02-081-0/+30
* merge trunkJean-Paul Calderone2011-09-111-0/+14
* Various multiples fixes after comparing with the Python's Latex-to-Sphinx con...Jonathan Ballet2011-07-201-24/+29
* Translate the Latex doc to Sphinx docJonathan Ballet2011-07-171-0/+658