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

Create API to gather curve params from an OpenSSL::PKey::EC::Group #432

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 30, 2021

  1. Seperate EC, Group, and Point tests

    To allow more detailed testing seperating these tests to align with the class hierarchy
    Rick Mark committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    02a905b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Curve parameter getters

    This allows for gathering the field (needed for modulus match for the curve) and other curve parameters that could be set on a new group but not read.
    Rick Mark committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    71fecbb View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Resolves issues raise in PR

    Document the fallback of `field_type`
    Proper newlines
    Split declare initialize for C conformance
    Remove unneeded returns for `rb_raise`
    Rick Mark committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    022ee40 View commit details
    Browse the repository at this point in the history