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

Enable export_to functions to have access to the libctx #11493

Closed
wants to merge 1 commit into from

Conversation

mattcaswell
Copy link
Member

The EC export_to function calls EC_POINT_point2buf that can later
generate a random number in some circumstances. Therefore we pass in a
BN_CTX associated with the library context. This means we have to change
the export_to function signature to accept the library context.

This is needed for alpha1.

The EC export_to function calls EC_POINT_point2buf that can later
generate a random number in some circumstances. Therefore we pass in a
BN_CTX associated with the library context. This means we have to change
the export_to function signature to accept the library context.
@mattcaswell mattcaswell added the branch: master Merge to master branch label Apr 8, 2020
@mattcaswell mattcaswell added this to In progress in 3.0 New Core + FIPS via automation Apr 8, 2020
3.0 New Core + FIPS automation moved this from In progress to Reviewer approved Apr 8, 2020
Copy link
Member

@t8m t8m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved if CI passes.

@kaduk kaduk added the approval: done This pull request has the required number of approvals label Apr 8, 2020
@kaduk
Copy link
Contributor

kaduk commented Apr 8, 2020

Travis failure is just the usual timeout, so setting approval:done per the existing approvals

@mattcaswell
Copy link
Member Author

Pushed. Thanks.

@mattcaswell mattcaswell closed this Apr 9, 2020
3.0 New Core + FIPS automation moved this from Reviewer approved to Done Apr 9, 2020
openssl-machine pushed a commit that referenced this pull request Apr 9, 2020
The EC export_to function calls EC_POINT_point2buf that can later
generate a random number in some circumstances. Therefore we pass in a
BN_CTX associated with the library context. This means we have to change
the export_to function signature to accept the library context.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #11493)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals branch: master Merge to master branch
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants