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

Commits on Apr 8, 2020

  1. Enable export_to functions to have access to the libctx

    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 committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    3688277 View commit details
    Browse the repository at this point in the history