certbot/letsencrypt/client
Alex Gaynor efaec60e6b Switched from using urllib2 to requests.
urllib2 is a security hazzard, it does not perform certificate checks against a trust root by default, nor does it perform service_identity checks.

Also, requests has a prettier API.
2014-11-18 08:13:06 -08:00
..
schemata use JSON Schema schemata for ACME protocol validation 2014-11-17 14:50:01 -08:00
.ca_offerings Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
.gitignore Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
__init__.py Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
acme.py use JSON Schema schemata for ACME protocol validation 2014-11-17 14:50:01 -08:00
ca_offerings Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
challenge.py Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
choc_cert_extensions.cnf Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
client.py Switched from using urllib2 to requests. 2014-11-18 08:13:06 -08:00
CONFIG.py consistent naming of PEM files in CONFIG.py 2014-11-17 15:00:36 -08:00
configurator.py Added more notes about testing of configurator 2014-11-18 03:38:00 -08:00
crypto_util.py Formatting changes before demo 2014-11-13 01:49:32 -08:00
display.py Formatted output of filter_names selection for --text mode 2014-11-18 02:59:28 -08:00
interactive_challenge.py Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
le_util.py Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
logger.py Cleaned up --text option by wrapping all lines at 80 chars 2014-11-13 13:05:03 -08:00
options-ssl.conf Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
payment_challenge.py Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
recovery_contact_challenge.py Switched from using urllib2 to requests. 2014-11-18 08:13:06 -08:00
recovery_token_challenge.py Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
setup.sh Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
sni_challenge.py Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
validator.py Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00