Commit History

Author SHA1 Message Date
  Daniel Roesler 19b274cf38 damn python3 bytes-to-strings encoding gets you again... 8 years ago
  Daniel Roesler c4940d229a switched to grabbing the agreement url from /directory, addresses #145, #148, #172, #189 8 years ago
  Maximilian Kaul 9537453586 FIX CN parsing to work with OpenSSL 1.1 8 years ago
  Daniel Roesler ecd26b1e78 updated agreement URL since Let's Encrypt is now rejecting the old agreement 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 10 years ago
  Daniel Roesler 69a457269a fixed error reading for URLErrors and HTTPErrors 10 years ago
  Daniel Roesler d3c6451a4f fixed #48, handle URLErrors in addition to HTTPErrors 10 years ago
  Ralf Jung 7f2325e49f Fix TypeError: 'str' does not support the buffer interface 10 years ago
  Daniel Roesler b37284d218 added error handling tests 10 years ago
  Daniel Roesler e6cad5f0f6 added argparse to requirements for python 2.6 and removed fuse from coverage 10 years ago
  Daniel Roesler e0a874203c added monkey patching via fuse for full integration test 10 years ago
  Daniel Roesler c3493dcba8 tweaked help text on default certificate authority 10 years ago
  Daniel Roesler 862175e92f added kwarg for log to argparse function calling 10 years ago
  Daniel Roesler 406f49aa15 added default CA back at the module level 10 years ago
  Tobias Heinzen 6aa18cc5a2 adding CA parameter to command line utility 10 years ago
  Daniel Roesler b7ee7b8d52 Merge branch 'code-reduction' into logging-rewrite 10 years ago
  somecoder42 ec7b74cfc7 simpify protected 10 years ago
  somecoder42 f940739ba9 shrink pub_exp/pub_mod code 10 years ago
  somecoder42 8d2b46519a Use 'with' when opening wellknown_path 10 years ago
  somecoder42 1a16509caa replace challenge['token'] by token 10 years ago
  Daniel Roesler aebde7ae1a added propper logging, but needs code reduction to bring back below 200 lines 10 years ago
  Daniel Roesler ee20af39be tweaked import formatting for python 2 and 3 10 years ago
  Collin Anderson 0c980e00ec Python 3 support 10 years ago
  Daniel Roesler 3d0e0189e0 consolidated helptext dedent a bit 10 years ago
  Daniel Roesler fdae5f75a1 Merge remote-tracking branch 'jomo/patch-indent' into pull_17 10 years ago
  Daniel Roesler 47ebd611ab updated urlsafe regex to use raw string 10 years ago
  Daniel Roesler fe7cb76489 Merge remote-tracking branch 'jomo/patch-regex' into pull_16 10 years ago
  Daniel Roesler 1775b70654 prevent malicious tokens from being anything but urlsafe base64 10 years ago
  jomo 64465ac88e use textwrap.dedent 10 years ago
  jomo 3f7fe35625 use raw regex string 10 years ago