summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Make all of the examples py3 syntax friendly (#816)Alex Gaynor2019-02-103-15/+21
|
* 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-1310-101/+179
| | | | | | | | | - 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
|
* a random set of flake8 and typo fixesAlex Gaynor2015-09-041-1/+1
|
* Corrected spelling mistakekjav2015-09-041-1/+1
|
* Remove vestigial comments.Jim Shaver2015-05-033-3/+0
|
* fix spacing in certgen.pyJim Shaver2015-04-301-1/+1
|
* 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
|
* convert cert and private key creation to use context managersJim Shaver2015-04-291-4/+9
|
* removed unnecessary brackets and listsJim Shaver2015-04-292-4/+4
|
* md5->sha256 in usage detailsJim Shaver2015-04-291-2/+2
|
* no longer requires running with 'python2'Jim Shaver2015-04-292-2/+2
|
* Merge branch 'master' into examplespython3Jim Shaver2015-04-291-10/+13
|\ | | | | | | | | Conflicts: examples/mk_simple_certs.py
| * Removed unnecessary escape characters. Thanks @alexJim Shaver2015-04-251-4/+4
| |
| * md5->sha256, 1024->2048. Also added print statements to tell the story.Jim Shaver2015-04-252-3/+7
| |
* | update examples/simple/client.py and server.py to work with Python3Jim Shaver2015-04-292-15/+15
| |
* | Change md5->sha256 in certgen.pyJim Shaver2015-04-281-2/+2
| |
* | make certgen.py and mk_cer... example scripts python3-ableJim Shaver2015-04-282-6/+12
|/
* Add an example demonstrating SNI usage.Jean-Paul Calderone2011-06-067-0/+182
|
* Update copyright headers in examplesJean-Paul Calderone2011-03-023-6/+9
|
* Put my copyright on everything I've changed so far, put a more reasonable ↵Jean-Paul Calderone2008-03-213-12/+6
| | | | version number on version.py
* Remove expired certificates and add a note about how to generate new ones. ↵Jean-Paul Calderone2008-03-1210-82/+6
| | | | Add some coding declarations where necessary.
* initial source importJean-Paul Calderone2008-02-1813-0/+550