boulder/core
Jacob Hoffman-Andrews 935df44851 Move "Combinations" support to WFE1. (#4155)
Early ACME drafts supported a notion of "combinations" of challenges
that had to be completed together. This was removed from subsequent
drafts. Boulder has only ever supported "combinations" that exactly map
to the list of challenges, 1 for 1.

This removes all the plumbing for combinations, and adds a list of
combinations to the authz JSON right before marshaling it in WFE1.
2019-04-16 11:31:51 -07:00
..
proto Move "Combinations" support to WFE1. (#4155) 2019-04-16 11:31:51 -07:00
challenges.go Remove TLS-SNI-01 (#4114) 2019-03-15 09:05:24 -04:00
challenges_test.go Modify authorization creation to allow for new style storage schema (#3998) 2019-01-17 17:09:38 -08:00
core_test.go Remove TLS-SNI-01 (#4114) 2019-03-15 09:05:24 -04:00
interfaces.go Move "Combinations" support to WFE1. (#4155) 2019-04-16 11:31:51 -07:00
objects.go Move "Combinations" support to WFE1. (#4155) 2019-04-16 11:31:51 -07:00
objects_test.go Remove TLS-SNI-01 (#4114) 2019-03-15 09:05:24 -04:00
util.go core/util: ValidSerial should return false if the serial is not 32 or 36 (#3712) 2018-05-24 15:31:06 -04:00
util_test.go core/util: ValidSerial should return false if the serial is not 32 or 36 (#3712) 2018-05-24 15:31:06 -04:00
va.go Remove GSB support. (#4115) 2019-03-15 10:24:44 -07:00