Commit History

Author SHA1 Message Date
  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
  Daniel Roesler ecd26b1e78 updated agreement URL since Let's Encrypt is now rejecting the old agreement 8 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
  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
  Daniel Roesler aebde7ae1a added propper logging, but needs code reduction to bring back below 200 lines 9 years ago
  Daniel Roesler ee20af39be tweaked import formatting for python 2 and 3 9 years ago
  Collin Anderson 0c980e00ec Python 3 support 9 years ago
  Daniel Roesler 3d0e0189e0 consolidated helptext dedent a bit 9 years ago
  Daniel Roesler fdae5f75a1 Merge remote-tracking branch 'jomo/patch-indent' into pull_17 9 years ago
  Daniel Roesler 47ebd611ab updated urlsafe regex to use raw string 9 years ago
  Daniel Roesler fe7cb76489 Merge remote-tracking branch 'jomo/patch-regex' into pull_16 9 years ago
  Daniel Roesler 1775b70654 prevent malicious tokens from being anything but urlsafe base64 9 years ago
  jomo 64465ac88e use textwrap.dedent 9 years ago