summaryrefslogtreecommitdiff
path: root/examples/simple/client.py
Commit message (Collapse)AuthorAgeFilesLines
* Polish up examples (somewhat)Hynek Schlawack2016-03-131-3/+10
| | | | | | | | | - Mention them in the docs (arguably a bit hamfistedly). - Make the README an RST. - Make them pass flake8 and add flake8 to tox.ini They should all be rewritten and made Python 3-friendly but that's out of scope here.
* Don't use SSLv2 or SSLv3 in examples/simpleDaniël van Eeden2016-01-161-0/+2
|
* Remove vestigial comments.Jim Shaver2015-05-031-1/+0
|
* switched to identifying certificate by CN instead of ugly suject. Minor cleanupJim Shaver2015-04-301-3/+5
|
* no longer requires running with 'python2'Jim Shaver2015-04-291-1/+1
|
* update examples/simple/client.py and server.py to work with Python3Jim Shaver2015-04-291-3/+3
|
* Update copyright headers in examplesJean-Paul Calderone2011-03-021-2/+3
|
* Put my copyright on everything I've changed so far, put a more reasonable ↵Jean-Paul Calderone2008-03-211-4/+2
| | | | version number on version.py
* Remove expired certificates and add a note about how to generate new ones. ↵Jean-Paul Calderone2008-03-121-1/+1
| | | | Add some coding declarations where necessary.
* initial source importJean-Paul Calderone2008-02-181-0/+53