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

incomplete-chain can be accepted if client actually does verification steps #288

Open
ppietikainen opened this issue Sep 9, 2016 · 0 comments

Comments

@ppietikainen
Copy link
Member

ppietikainen commented Sep 9, 2016

The RFC 5280 specification allows to fetch the missing CA certificates from the location specified in the AIA extension, so accepting it is OK, as long as the certificates are actually fetched.

This could be perhaps tested by controlling the contents of the AIA extension to point to something we control?

Quick'n'dirty fix: Document that FAIL is ok, but use tcpdump to check whether stub fetched CA stuff using HTTP, if it doesn't it either did some caching or we have a real security bug.

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

No branches or pull requests

2 participants