| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Format code with black and isort | Ivan Kanakarakis | 2022-10-01 | 1 | -30/+34 |
| | | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
| * | Fix wrong identifiers for ecdsa algos | Mathieu Hinderyckx | 2020-08-11 | 1 | -5/+5 |
| | | |||||
| * | Clean up unclosed files causing ResourceWarnings in tests | Jon Dufresne | 2017-10-11 | 1 | -4/+3 |
| | | | | | | | | * Use better subprocess functions to correctly close pipes. * When opening files, use a context manager to ensure file is closed in a deterministic way. * Close logging handlers | ||||
| * | Fix dsa-sha1 signature URLs. | Andrew Wason | 2017-06-26 | 1 | -1/+1 |
| | | |||||
| * | Used str.splitlines() when parsing list of algorithms from xmlsec. (For ↵ | Jeff Kyllo | 2016-08-01 | 1 | -1/+1 |
| | | | | | example, on Windows) | ||||
| * | Wait until xmlsec program completes to avoid zombies | Jozef Knaperek | 2016-02-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Popen was often used to execute the xmlsec program without calling wait() on the process file handler, which resulted in zombies being left for arbitrary time (depending on gc). Adding the wait() call as implemented by this fix should not cause any delays nor deadlocks since it is always run only after the program finishes - after stdout and stderr are read. It should thus not cause any regressions. For more info about Popen causing zombies, please see: http://stackoverflow.com/questions/2760652/how-to-kill-or-avoid-zombie-processes-with-subprocess-module https://lbolla.info/blog/2014/01/23/die-zombie-die | ||||
| * | Added algsupport | Roland Hedberg | 2015-11-19 | 1 | -0/+76 |
