lego/acmev2
Robert Kästel 5115a955b2 Add External Account Binding support. (#516)
* Second draft of External Account Binding support with xenolf's proposed
changes included.
* Require --eab if the ACME directory says it requires External Account
Binding.
* Inner EAB JWS should not contain any nonce. Ref: https://ietf-wg-acme.github.io/acme/draft-ietf-acme-acme.html#rfc.section.7.3.5
2018-05-30 02:05:57 +02:00
..
testdata Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00
challenges.go Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00
client.go Add External Account Binding support. (#516) 2018-05-30 02:05:57 +02:00
client_test.go ResolveAccountByKey no longer returns an EOF error on success. (#518) 2018-04-19 21:02:13 +02:00
crypto.go Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00
crypto_test.go Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00
dns_challenge.go Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00
dns_challenge_manual.go Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00
dns_challenge_test.go Fix tests in ACMEv2 2018-04-09 01:56:45 +02:00
error.go Refactor error code in obtain functions to return a canonical error 2018-04-17 01:30:54 +02:00
http.go Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00
http_challenge.go Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00
http_challenge_server.go Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00
http_challenge_test.go Fix tests in ACMEv2 2018-04-09 01:56:45 +02:00
http_test.go Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00
jws.go Add External Account Binding support. (#516) 2018-05-30 02:05:57 +02:00
messages.go Add External Account Binding support. (#516) 2018-05-30 02:05:57 +02:00
pop_challenge.go Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00
provider.go Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00
utils.go Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00
utils_test.go Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00