Commit graph

10 commits

Author SHA1 Message Date
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
Wyatt Johnson
8a990209a9 Resolved build errors, small changes
- Switched out some value -> pointer returns
  for functions that returned an error
- Switched out previous failures map with an
  error
2018-05-26 13:16:20 -06:00
Matthew Holt
fad2257e11 Fix non-nil error value when there is no error 2018-04-19 18:02:18 -06:00
mikepulaski
823a03a417 ResolveAccountByKey no longer returns an EOF error on success. (#518)
* ResolveAccountByKey no longer returns an EOF error on success.

* Added test for ResolveAccountByKey.
2018-04-19 21:02:13 +02:00
xenolf
6e962fbfb3 Refactor error code in obtain functions to return a canonical error 2018-04-17 01:30:54 +02:00
xenolf
94083744ee Fix error return when Order could not be created 2018-04-17 01:13:09 +02:00
mikepulaski
5d4f14bc6a Fixed CN regression in ACMEv2. (#515) 2018-04-09 02:15:11 +02:00
Unknown
0b6d953434 Fix tests in ACMEv2 2018-04-09 01:56:45 +02:00
xenolf
805eec9756 Add missing return on error when order creation fails 2018-03-14 19:20:23 +01:00
xenolf
3d582c0169 Initial ACMEv2 support WIP 2018-03-14 02:04:09 +01:00