boulder/test/load-generator
Aaron Gable e2c8f6743a
Introduce new core.AcmeChallenge type (#5012)
ACME Challenges are well-known strings ("http-01", "dns-01", and
"tlsalpn-01") identifying which kind of challenge should be used
to verify control of a domain. Because they are well-known and
only certain values are valid, it is better to represent them as
something more akin to an enum than as bare strings. This also
improves our ability to ensure that an AcmeChallenge is not
accidentally used as some other kind of string in a different
context. This change also brings them closer in line with the
existing core.AcmeResource and core.OCSPStatus string enums.

Fixes #5009
2020-08-11 15:02:16 -07:00
..
acme Introduce new core.AcmeChallenge type (#5012) 2020-08-11 15:02:16 -07:00
config load-generator: Add revocation-by-account support (#4237) 2019-05-30 11:18:19 -04:00
README.md load-generator: remove acme v1 support. (#4132) 2019-03-25 12:22:18 -04:00
boulder-calls.go Handful of revocation pkg cleanups (#4801) 2020-04-30 17:29:42 -07:00
example-config.json load-generator: remove acme v1 support. (#4132) 2019-03-25 12:22:18 -04:00
latency-charter.py tidy: typo fixes flagged by codespell (#4634) 2020-01-07 14:01:26 -05:00
latency.go Review fixes pt. 3 2017-03-02 15:13:33 -08:00
main.go load-generator: Add revocation-by-account support (#4237) 2019-05-30 11:18:19 -04:00
requirements.txt Review fixes pt. 3 2017-03-02 15:13:33 -08:00
state.go Switch to golangci-lint for our lints. (#4766) 2020-04-09 09:42:24 -07:00

README.md

load-generator

load-generator is a load generator for RFC 8555 which emulates user workflows.