-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
test failures depending on openssl version/flags #37
Comments
god damn debian, um so what algos are removed from openssl ? |
Notre sure exactly and anyway it's gonna change. Best solution is to not
test unsupported ones.
Le 2 janv. 2018 14:35, "Calvin Metcalf" <notifications@github.com> a écrit :
… god damn debian, um so what algos are removed from openssl ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIBTjt6WB1s-7rmsD--6fVoQ_NL1Mysks5tGjCdgaJpZM4RPMUG>
.
|
so are you actually running into errors or is this theoretical ? |
|
And first failure at:
|
List of failures during tests:
|
Typically, on debian openssl has a stricter set of algorithms and hashes.
Some fixtures will make the test fail, like ec.dsa.
It might be a good idea to not test them, or to catch the error and not fail here:
https://github.com/crypto-browserify/browserify-sign/blob/44a10f6edf5df9dade14cf5600392417da6f966b/test/index.js#L66
The text was updated successfully, but these errors were encountered: