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

Check for EVP_PKEY_get1_EC_KEY() #484

Closed
wants to merge 4 commits into from
Closed

Check for EVP_PKEY_get1_EC_KEY() #484

wants to merge 4 commits into from

Commits on Jul 30, 2016

  1. Check for EVP_PKEY_get1_EC_KEY()

    Some distributions patch out EC support because of some patents, so check before use.
    jer-gentoo committed Jul 30, 2016
    Copy the full SHA
    0e73382 View commit details
    Browse the repository at this point in the history
  2. Check for HAVE_EVP_PKEY_EC

    Some distributions patch out EC support because of some patents, so check before use.
    jer-gentoo committed Jul 30, 2016
    Copy the full SHA
    b32b994 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2016

  1. Merge remote-tracking branch 'origin/patch-2'

    Jeroen Roovers committed Jul 31, 2016
    Copy the full SHA
    25062f3 View commit details
    Browse the repository at this point in the history
  2. Fix whitespace.

    Jeroen Roovers committed Jul 31, 2016
    Copy the full SHA
    e73cf7e View commit details
    Browse the repository at this point in the history