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

x/crypto/ocsp: Support multiple OCSP responses/requests #17950

Closed
rolandshoemaker opened this issue Nov 16, 2016 · 1 comment
Closed

x/crypto/ocsp: Support multiple OCSP responses/requests #17950

rolandshoemaker opened this issue Nov 16, 2016 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@rolandshoemaker
Copy link
Member

The CreateRequest/ParseRequest and CreateResponse/ParseResponse functions should either have counterparts which support, or themselves support, creating and parsing messages that contain multiple requests and responses.

@quentinmit quentinmit added the NeedsFix The path to resolution is known, but the work has not been done. label Nov 17, 2016
@quentinmit quentinmit added this to the Unreleased milestone Nov 17, 2016
@rolandshoemaker
Copy link
Member Author

Closing as I do not believe there is a real life use case for this functionality. Multiple responses would really require online signing which is basically unused in WebPKI for various reasons, and multiple requests are somewhat pointless if you can't do multiple responses.

@golang golang locked and limited conversation to collaborators May 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants