summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* fix errors with latest flake8 (#710)Alex Gaynor2017-11-201-1/+1
* Convert X509ExtTests to use pytest-style tests (#564)Alex Chan2016-11-181-0/+1
* Polish up examples (somewhat)Hynek Schlawack2016-03-1310-101/+179
* 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
|\
| * 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 ver...Jean-Paul Calderone2008-03-213-12/+6
* Remove expired certificates and add a note about how to generate new ones. A...Jean-Paul Calderone2008-03-1210-82/+6
* initial source importJean-Paul Calderone2008-02-1813-0/+550