-
Notifications
You must be signed in to change notification settings - Fork 53
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
exhaustive checks on DC tests #63
Comments
Yes, it is expected. It is really not needed to test all the conditions as the other ones will fail one way or another. The added of a I expected to change the way DC test work when the new API lands (next week when I return to work): the usage of callbacks make it almost impossible to check with different algos and variables. |
I'm going to leave this open for a while until the design of the new API is taken into account. |
it is possible to create a factory of functions, so each produced function must use one combination of dc and signature scheme. |
The callbacks will likely disappear in the new API by using the cert ones, so no need of it then. |
Solved now. |
In TestDCHandshakeServerAuth, the external loop iterates over the dcTests, and the internal loops over the signatureSchemes. It seems that the test is not executing all the combinations of (dcTests, signatureSchemes), is this the intended test?
Inspecting the dcCounter value, it runs from 0 to Len only for the first test case.
The text was updated successfully, but these errors were encountered: