- 07 Sep, 2018 1 commit
-
-
Chris Snijder authored
Jessie support removed as jessie-backports was shut down. Also removed support for python2 since modern systems either have python3, or can install python3.
-
- 03 Apr, 2018 2 commits
-
-
Chris Snijder authored
-
Chris Snijder authored
Don't delete staple files for invalid certificates, instead zero the file so HAProxy will still serve staples once the certificates are valid again. And fix some PEP8 and pylint issues.
-
- 30 Mar, 2018 1 commit
-
-
Chris Snijder authored
-
- 29 Mar, 2018 1 commit
-
-
Chris Snijder authored
Fix broken exception handling in python 2, version script still contains some instances but it doesn't run in production.
-
- 06 Mar, 2018 2 commits
-
-
Chris Snijder authored
-
Chris Snijder authored
Finalise the parsing of HAProxy config files feature and a whole bunch of cleanup and code readability issues.
-
- 27 Nov, 2017 2 commits
-
-
Chris Snijder authored
-
Chris Snijder authored
Replace ocspd with stapled and OCSPD with Stapled and OCSP\* with Staple\*, move files from any ocsp(d) to staple(d) too.
-
- 01 Mar, 2017 1 commit
-
-
Chris Snijder authored
-
- 15 Feb, 2017 1 commit
-
-
Chris Snijder authored
-
- 01 Feb, 2017 1 commit
-
-
Maarten de Waard authored
-
- 31 Jan, 2017 4 commits
-
-
Chris Snijder authored
Allow config files in /etc/ocspd/ocspd.conf, ~/.ocspd.conf and /home/chris/projects/ocspd/ocspd.conf, read them at startup, give CLI args precedence, add a config template, add a service template.
-
Maarten de Waard authored
excepthandler now gets the argparser from configargparse, parses that to find logdir. __main__.py still needs to be changed though
-
Chris Snijder authored
-
Maarten de Waard authored
-
- 30 Jan, 2017 1 commit
-
-
Chris Snijder authored
-
- 26 Jan, 2017 2 commits
-
-
Chris Snijder authored
-
Chris Snijder authored
First step to back porting to python2.7, fix colourlog for python3 (also fix a few unrelated PEP8 issues)
-
- 24 Jan, 2017 2 commits
-
-
Chris Snijder authored
-
Maarten de Waard authored
re-call sendall in the OCSPAdder's send function and catch a second BrokenPipeError in the ocsp_handle_except function
-