Commit History

Author SHA1 Message Date
  Daniel Roesler 51ab579635 Merge branch 'setup_merge' into ACMEv2 7 years ago
  Daniel Roesler ea9823d190 removed challenge payload that is no longer needed in new acme spec 7 years ago
  Daniel Roesler d1ccbecdfa consolidated external commandline execution error handling to bring back under 200 lines of code 7 years ago
  Daniel Roesler 68c565ec32 added badNonce retries 7 years ago
  Daniel Roesler c4b79703c8 deprecated CA url in favor of using the direct certificate authority directory url 7 years ago
  Jonas Haag 5289e321ed Merge branch 'master' into pypi 7 years ago
  Daniel Roesler bb248e0012 mostly working ACMEv2, except for letsencrypt/boulder#3367 7 years ago
  Daniel Roesler 19b274cf38 damn python3 bytes-to-strings encoding gets you again... 7 years ago
  Daniel Roesler c4940d229a switched to grabbing the agreement url from /directory, addresses #145, #148, #172, #189 7 years ago
  Maximilian Kaul 9537453586 FIX CN parsing to work with OpenSSL 1.1 8 years ago
  Jonas Haag 002c9e19a3 Merge branch 'master' into pypi 8 years ago
  Daniel Roesler ecd26b1e78 updated agreement URL since Let's Encrypt is now rejecting the old agreement 8 years ago
  Jonas Haag be8e10a174 Merge branch 'master' into pypi 9 years ago
  Daniel Roesler fcb7cd6f66 fixed #58, apparently .reason isn't an attribute on HTTPError in python 2.6 even though it's documented as such 9 years ago
  Jonas Haag 9bc3865d8c Add setup.py 9 years ago
  Daniel Roesler 69a457269a fixed error reading for URLErrors and HTTPErrors 9 years ago
  Daniel Roesler d3c6451a4f fixed #48, handle URLErrors in addition to HTTPErrors 9 years ago
  Ralf Jung 7f2325e49f Fix TypeError: 'str' does not support the buffer interface 9 years ago
  Daniel Roesler b37284d218 added error handling tests 9 years ago
  Daniel Roesler e6cad5f0f6 added argparse to requirements for python 2.6 and removed fuse from coverage 9 years ago
  Daniel Roesler e0a874203c added monkey patching via fuse for full integration test 9 years ago
  Daniel Roesler c3493dcba8 tweaked help text on default certificate authority 9 years ago
  Daniel Roesler 862175e92f added kwarg for log to argparse function calling 9 years ago
  Daniel Roesler 406f49aa15 added default CA back at the module level 9 years ago
  Tobias Heinzen 6aa18cc5a2 adding CA parameter to command line utility 9 years ago
  Daniel Roesler b7ee7b8d52 Merge branch 'code-reduction' into logging-rewrite 9 years ago
  somecoder42 ec7b74cfc7 simpify protected 9 years ago
  somecoder42 f940739ba9 shrink pub_exp/pub_mod code 9 years ago
  somecoder42 8d2b46519a Use 'with' when opening wellknown_path 9 years ago
  somecoder42 1a16509caa replace challenge['token'] by token 9 years ago