summaryrefslogtreecommitdiff
path: root/examples/simple
Commit message (Collapse)AuthorAgeFilesLines
* fix errors with latest flake8 (#710)Alex Gaynor2017-11-201-1/+1
| | | | | | | | | | * fix errors with latest flake8 * Also fix the macOS builds * fix? * allow urllib3 to fail for now
* Convert X509ExtTests to use pytest-style tests (#564)Alex Chan2016-11-181-0/+1
|
* Polish up examples (somewhat)Hynek Schlawack2016-03-132-12/+35
| | | | | | | | | - 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-162-0/+3
|
* Remove vestigial comments.Jim Shaver2015-05-032-2/+0
|
* switched to identifying certificate by CN instead of ugly suject. Minor cleanupJim Shaver2015-04-302-7/+11
|
* remove last of listsJim Shaver2015-04-291-1/+1
|
* removed unnecessary brackets and listsJim Shaver2015-04-291-1/+1
|
* no longer requires running with 'python2'Jim Shaver2015-04-292-2/+2
|
* update examples/simple/client.py and server.py to work with Python3Jim Shaver2015-04-292-15/+15
|
* Update copyright headers in examplesJean-Paul Calderone2011-03-022-4/+6
|
* Put my copyright on everything I've changed so far, put a more reasonable ↵Jean-Paul Calderone2008-03-212-8/+4
| | | | version number on version.py
* Remove expired certificates and add a note about how to generate new ones. ↵Jean-Paul Calderone2008-03-129-81/+5
| | | | Add some coding declarations where necessary.
* initial source importJean-Paul Calderone2008-02-188-0/+233