summaryrefslogtreecommitdiff
path: root/OpenSSL/SSL.py
Commit message (Expand)AuthorAgeFilesLines
...
* | make use_certificate_chain_file can accept unicode tooJean-Paul Calderone2014-01-181-1/+5
* | Do the other initialization that is probably required.Jean-Paul Calderone2014-01-181-0/+14
* | Accept bytes or text in set_cipher_listJean-Paul Calderone2014-01-181-1/+7
|/
* Lots of Python 3.2 porting workJean-Paul Calderone2014-01-111-5/+5
* This is another one that is missing on OSXJean-Paul Calderone2014-01-081-1/+4
* Make some optional things optional by mirroring their absenseJean-Paul Calderone2014-01-081-2/+8
* Python 2.6 compatibilityJean-Paul Calderone2013-12-301-2/+9
* Replace all of the ZeroDivisionErrors in SSL with proper (yet untested) excep...Jean-Paul Calderone2013-12-291-31/+29
* This is never used.Jean-Paul Calderone2013-12-291-1/+0
* add some missing docstringsJean-Paul Calderone2013-12-291-1/+3
* Put some shared code into a shared module and start using it from all three o...Jean-Paul Calderone2013-12-291-54/+59
* Re-enable TLSv1_1 and TLSv1_2 if the backend supports themJean-Paul Calderone2013-12-291-9/+12
* Switch from opentls to cryptographyJean-Paul Calderone2013-12-281-219/+223
* Guess at how this might look on the cffi bindingsJean-Paul Calderone2013-11-031-0/+6
* Use the new optional-sslv2 features of opentlsJean-Paul Calderone2013-03-201-2/+6
* A few more tests, still incompleteJean-Paul Calderone2013-03-191-6/+38
* Add a test for and proper handling of exceptions out of verify callbacksJean-Paul Calderone2013-03-061-20/+41
* Fixes and more tests for Context.use_certificate_file and Context.use_certifi...Jean-Paul Calderone2013-03-061-9/+24
* Remove obsolete TODO: I added the free for name_stack a while ago. Also fix ...Jean-Paul Calderone2013-03-051-2/+1
* "Support" memoryview and partial writesJean-Paul Calderone2013-03-051-4/+9
* Fix some memory leaks and memory corruptionJean-Paul Calderone2013-03-051-7/+10
* The rest of ContextTests passing and almost all of Connection-related tests p...Jean-Paul Calderone2013-03-051-38/+342
* All of ContextTests passesJean-Paul Calderone2013-03-051-5/+502
* A big chunk of ContextTests passingJean-Paul Calderone2013-03-051-0/+445
* SSLeay_versionJean-Paul Calderone2013-03-041-0/+8
* Some basic constantsJean-Paul Calderone2013-03-041-0/+38