boulder/sa
Jacob Hoffman-Andrews ffcd1c866d Make challenge URI a display-time property.
Challenge URIs should be determined by the WFE at fetch time, rather than stored
alongside the challenge in the DB. This simplifies a lot of the logic, and
allows to to remove a code path in NewAuthorization where we create an
authorization, then immediately save it with modifications to the challenges.

This change also gives challenges their own endpoint, which contains the
challenge id rather than the challenge's offset within its parent authorization.
This is also a first step towards replacing UpdateAuthorization with
UpdateChallenge: https://github.com/letsencrypt/boulder/issues/760.
2015-09-09 16:23:45 -04:00
..
_db Make challenge URI a display-time property. 2015-09-09 16:23:45 -04:00
satest add goose as the migration tool 2015-08-25 12:02:31 -07:00
database.go rename pending_authz table to pendingAuthorizations 2015-09-04 14:51:52 -07:00
database_test.go use MariaDB in the unit tests 2015-08-14 17:13:15 -07:00
model.go Make challenge URI a display-time property. 2015-09-09 16:23:45 -04:00
storage-authority.go Make challenge URI a display-time property. 2015-09-09 16:23:45 -04:00
storage-authority_test.go Make challenge URI a display-time property. 2015-09-09 16:23:45 -04:00
test-cert.der Add initial certificate status in SA. 2015-04-23 19:52:34 -07:00
type-converter.go Marshal AcmeURL in the model handler instead of type converter 2015-08-21 13:12:01 -07:00
type-converter_test.go Marshal AcmeURL in the model handler instead of type converter 2015-08-21 13:12:01 -07:00
www.eff.org.der Add initial certificate status in SA. 2015-04-23 19:52:34 -07:00