-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add openssl support in univers #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the research on openssl!! There are a few things that I'd like you to consider...
228fc29
to
cf36b09
Compare
- closes aboutcode-org#36 - For `OpenSSL-FIPS Module` see aboutcode-org#41 Signed-off-by: Keshav Priyadarshi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you ++
See some comments inline for your consideration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey :) I added a few more comments... also I did unresolve a few of the comments you had marked as resolved as I could not see the corresponding change applied... I realize now thst this may be just because you have not pushed your changes yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you merge the latest main back in your branch the tests should not run anymore on older mac/linux/windows (and should therefore no longer fail)
Signed-off-by: Keshav Priyadarshi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great. We can merge as is...Thank you ++
Can you please add an issue to add an extra test that would use the list of all the OpenSSL version ever released to date and ensure that sorting this list gives the correct order?
Yeah, I will raise an issue for that. |
OpenSSL-FIPS Module
see TreatOpenSSL
andOpenSSL-FIPS Module
as a separate entity #41Signed-off-by: Keshav Priyadarshi [email protected]