Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

voucher_status example in A.2 should be a POST request #47

Closed
EskoDijk opened this issue Feb 7, 2020 · 1 comment
Closed

voucher_status example in A.2 should be a POST request #47

EskoDijk opened this issue Feb 7, 2020 · 1 comment

Comments

@EskoDijk
Copy link
Collaborator

EskoDijk commented Feb 7, 2020

In A.2, the voucher_status request (/est/vs) is a CoAP GET. It should be a POST with payload as defined in https://tools.ietf.org/html/draft-ietf-anima-bootstrapping-keyinfra-35#section-5.7

@EskoDijk
Copy link
Collaborator Author

EskoDijk commented Sep 18, 2020

See also #50

Update: the payload format should be a "CBOR equivalent" of the JSON payload in https://tools.ietf.org/html/draft-ietf-anima-bootstrapping-keyinfra-43#section-5.7 . Current CBOR payload in the example is outdated.

  • check value types (e.g. bool, uint instead of strings)
  • check capitals of key names
  • success response should not have 'reason' fields in them, only failure responses.
  • (possibly more)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant