boulder/ctpolicy
Jacob Hoffman-Andrews a6f93ffca4 Fix staggering of log submission. (#3796)
ctpolicy permutes logs before submitting to them, to give each log a
chance. The stagger feature was meant to sleep for an amount of time
proportional to a log's position in the permuted list. However, it was
actually using the log's position in the un-permuted list, so logs that
appear later in the config would always be submitted to later than logs
earlier in the config.

This fixes that, and does some minor variable renaming for clarity.
2018-07-16 10:07:29 -04:00
..
ctpolicy.go Fix staggering of log submission. (#3796) 2018-07-16 10:07:29 -04:00
ctpolicy_test.go Add stagger to CT log submissions. (#3794) 2018-07-06 16:25:51 -04:00