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.509 Parse Test Cases Dependent on outdated configurations #821

Closed
simonbutcher opened this issue Feb 27, 2017 · 3 comments
Closed

X.509 Parse Test Cases Dependent on outdated configurations #821

simonbutcher opened this issue Feb 27, 2017 · 3 comments

Comments

@simonbutcher
Copy link
Contributor

Some of the test cases in the test_suite_x509parse are dependent on configurations which are no longer defaults in the library (such as MD2, MD5), and are only executed if all configurations are enabled.

That means if you're compiling only the default configuration you will not be executing some test cases which you should and need to.

Therefore the test cases should be reviewed, and anything that requires an old hash unnecessarily, should be upgraded to SHA256 or similar.

@ciarmcom
Copy link

ARM Internal Ref: IOTSSL-1232

@hanno-becker
Copy link

#2430 fixes this.

@Patater
Copy link
Contributor

Patater commented Jun 18, 2019

#2430 has been merged, so this issue can be considered fixed.

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

5 participants