-
Notifications
You must be signed in to change notification settings - Fork 50
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
Verify tests for DC #62
Comments
Yes, I see. I'm not really sure why is only flagged in this case of testing but I can take a look at this next week. The problem is that we are providing a mock of a certificate (without the correct root and chain and all), as it is only for testing. We can provide that whole chain, though it might be too much for testing. Or just set the |
I added a PR @armfazh ;) Let me know your thoughts. |
Merged now. |
crypto/tls: Implement draft-ietf-tls-subcerts-10 crypto/tls: fixes individual testing by adding insecure verify #62 crypto/tls: define api for delegated credentials so they are fetched using the same mechanisms used to fetch certificates #67 (#69) Refactor new API Address comments from review Address comments from review 2 Address comments from review 3 crypto/tls: allow the usage of other keyUsage when checking for the dc extension #72 (#73)
crypto/tls: Implement draft-ietf-tls-subcerts-10 crypto/tls: fixes individual testing by adding insecure verify #62 crypto/tls: define api for delegated credentials so they are fetched using the same mechanisms used to fetch certificates #67 (#69) Refactor new API Address comments from review Address comments from review 2 Address comments from review 3 crypto/tls: allow the usage of other keyUsage when checking for the dc extension #72 (#73)
crypto/tls: Implement draft-ietf-tls-subcerts-10 crypto/tls: fixes individual testing by adding insecure verify #62 crypto/tls: define api for delegated credentials so they are fetched using the same mechanisms used to fetch certificates #67 (#69) Refactor new API Address comments from review Address comments from review 2 Address comments from review 3 crypto/tls: allow the usage of other keyUsage when checking for the dc extension #72 (#73)
crypto/tls: Implement draft-ietf-tls-subcerts-10 crypto/tls: fixes individual testing by adding insecure verify #62 crypto/tls: define api for delegated credentials so they are fetched using the same mechanisms used to fetch certificates #67 (#69) Refactor new API Address comments from review Address comments from review 2 Address comments from review 3 crypto/tls: allow the usage of other keyUsage when checking for the dc extension #72 (#73)
crypto/tls: Implement draft-ietf-tls-subcerts-10 crypto/tls: fixes individual testing by adding insecure verify #62 crypto/tls: define api for delegated credentials so they are fetched using the same mechanisms used to fetch certificates #67 (#69) Refactor new API Address comments from review Address comments from review 2 Address comments from review 3 crypto/tls: allow the usage of other keyUsage when checking for the dc extension #72 (#73)
crypto/tls: Implement draft-ietf-tls-subcerts-10 crypto/tls: fixes individual testing by adding insecure verify #62 crypto/tls: define api for delegated credentials so they are fetched using the same mechanisms used to fetch certificates #67 (#69) Refactor new API Address comments from review Address comments from review 2 Address comments from review 3 crypto/tls: allow the usage of other keyUsage when checking for the dc extension #72 (#73)
crypto/tls: Implement draft-ietf-tls-subcerts-10 crypto/tls: fixes individual testing by adding insecure verify #62 crypto/tls: define api for delegated credentials so they are fetched using the same mechanisms used to fetch certificates #67 (#69) Refactor new API Address comments from review Address comments from review 2 Address comments from review 3 crypto/tls: allow the usage of other keyUsage when checking for the dc extension #72 (#73)
crypto/tls: Implement draft-ietf-tls-subcerts-10 crypto/tls: fixes individual testing by adding insecure verify #62 crypto/tls: define api for delegated credentials so they are fetched using the same mechanisms used to fetch certificates #67 (#69) Refactor new API Address comments from review Address comments from review 2 Address comments from review 3 crypto/tls: allow the usage of other keyUsage when checking for the dc extension #72 (#73)
Tests for DCs fail when running isolated, but they pass when invoked as a batch (i.e.
go test -v -run=.
)What did you do?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: