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

Add RSASSA-PSS signature signing support #285

Merged
merged 8 commits into from
Sep 27, 2018
Merged

Add RSASSA-PSS signature signing support #285

merged 8 commits into from
Sep 27, 2018

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    da2ac2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    598be5c View commit details
    Browse the repository at this point in the history
  3. Adds specs for PS* signing algorithm

    Oliver committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    fa92222 View commit details
    Browse the repository at this point in the history
  4. Sets OpenSSL dependency, as versions before OpenSSL 2.1.0 did not inc…

    …lude RSASSA-PSS support
    Oliver committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    0979f73 View commit details
    Browse the repository at this point in the history
  5. Refactors repeated code for algorithm translation and class type to i…

    …t's own variables.
    Oliver committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    5d841fa View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Makes OpenSSL +2.1 an optional gem, however it is required for the PS…

    …* algorithms.
    Oliver committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    c14d70b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d16558 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Replaces usage of Gem#loaded_specs with Object#const_defined? to requ…

    …ire OpenSSL +2.1. Replaces RequiredGemError with RequiredDependencyError
    Oliver committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    df315b5 View commit details
    Browse the repository at this point in the history