-
Notifications
You must be signed in to change notification settings - Fork 14
Allow multiple Trust Anchor values in resolve requests #155
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
Allow multiple Trust Anchor values in resolve requests #155
Conversation
|
I request to move the trust chain in the response as REQUIRED for consistency It makes sense to have It by default |
|
I agree that it's more consistent to always include the |
|
I want to open a discussion on whether the resolver "MAY return a successful resolve response using any one of the Trust Anchor values provided" (current text of the PR) or it SHOULD return the resolve response for the first Trust Anchor that resolves successfully. I would argue for the later, since this gives guidance, but would still allow the resolver to do otherwise. |
|
"First" might depend from the ordering of the trust anchors provided within the array, "Any" might mean that it is only up to the trust evaluator decide which trust anchor to use. Any gives more freedom to the resolver in taking its choice, while "First" sounds like it would be the requestor in deciding the ordering of the trust anchor on the basis of the priority it decides |
Fixes #130