boulder/grpc
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
..
creds Update travis go versions (remove 1.14.1, add 1.15rc1) (#5002) 2020-08-04 12:13:09 -07:00
test_proto Upgrade to latest protoc and protoc-gen-go (#4794) 2020-04-23 18:54:44 -07:00
ca-wrappers.go Return proto from ca.IssueCertificateFromPrecertificate (#4982) 2020-07-23 18:39:10 -07:00
client.go Fix orphan-finder (#4507) 2019-10-25 09:51:14 -07:00
errors.go gRPC: support wrap/unwrap of berrors with suberrors. (#4278) 2019-06-20 16:36:13 -04:00
errors_test.go Fix nits found by staticcheck (#4726) 2020-03-30 10:20:20 -07:00
interceptors.go Fix nits found by staticcheck (#4726) 2020-03-30 10:20:20 -07:00
interceptors_test.go Replace master with main. (#4917) 2020-06-30 16:39:39 -07:00
pb-marshalling.go Introduce new core.AcmeChallenge type (#5012) 2020-08-11 15:02:16 -07:00
pb-marshalling_test.go Remove logic from VA PerformValidation wrapper (#5003) 2020-08-06 10:45:35 -07:00
publisher-wrappers.go Switch to syntax = "proto3" for publisher. (#4820) 2020-05-27 08:57:57 -07:00
ra-wrappers.go WFE2: allow revocation of precertificates. (#4433) 2019-09-16 16:40:07 -04:00
sa-wrappers.go Remove SerialExists. (#4976) 2020-07-22 18:59:34 -07:00
server.go Excise grpc maxConcurrentStreams configuration (#4257) 2019-06-12 09:35:24 -04:00
va-wrappers.go Remove logic from VA PerformValidation wrapper (#5003) 2020-08-06 10:45:35 -07:00