boulder/sa
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
..
_db Move FasterNewOrdersRateLimit flag to config/ (#4969) 2020-07-20 14:47:31 -07:00
_db-next Move FasterNewOrdersRateLimit flag to config/ (#4969) 2020-07-20 14:47:31 -07:00
proto Use 2-space indents in all proto files (#5006) 2020-08-05 10:38:19 -07:00
satest Consistently used stdlib context package (#4229) 2019-05-28 14:36:16 -04:00
database.go Simplify database interactions (#4949) 2020-07-20 11:12:52 -07:00
database_test.go Update test/config. (#4923) 2020-07-01 17:59:14 -07:00
ip_range_test.go Remove all stray copyright headers and appends the initial line to LICENSE.txt (#1853) 2016-05-31 12:32:04 -07:00
metrics.go Switch away from old style statsd metrics wrappers (#4606) 2019-12-18 11:08:25 -05:00
model.go Introduce new core.AcmeChallenge type (#5012) 2020-08-11 15:02:16 -07:00
model_test.go Deprecate some feature flags (#4771) 2020-04-13 15:49:55 -07:00
precertificates.go Deprecate StoreKeyHashes flag (#4927) 2020-07-06 10:02:39 -07:00
precertificates_test.go Deprecate StoreKeyHashes flag (#4927) 2020-07-06 10:02:39 -07:00
rate_limits.go Increase granularity of new orders rate limit. (#4968) 2020-07-20 14:58:34 -07:00
rate_limits_test.go Increase granularity of new orders rate limit. (#4968) 2020-07-20 14:58:34 -07:00
sa.go Remove SerialExists. (#4976) 2020-07-22 18:59:34 -07:00
sa_test.go Anchor all referenced loop variables (#4991) 2020-07-29 12:57:30 -07:00
test-cert.der Store a DB of issued names. 2015-09-28 19:37:50 -07:00
test-cert2.der Implement rate limiting by domain name. 2015-10-04 21:04:26 -07:00
type-converter.go Update go-gorp and run go mod tidy. (#4860) 2020-06-10 16:18:37 -07:00
type-converter_test.go core: split identifier types into separate package. (#4225) 2019-05-23 13:24:41 -07:00
www.eff.org.der Add initial certificate status in SA. 2015-04-23 19:52:34 -07:00