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

Allow SP certificates to be OpenSSL::X509::Certificate #726

Open
wants to merge 3 commits into
base: v2.x
Choose a base branch
from

Commits on Oct 4, 2024

  1. Allow SP certificates to be OpenSSL::X509::Certificate

    This allows settings to accept instances of OpenSSL::X509::Certificate
    as service provider (SP) certificates.
    tobiasamft committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    603f97e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Fix rubocop issue

    tobiasamft committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e58c126 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Return original certificate and key from Utils build functions

    Return the original certificate from Utils.build_cert_object when an
    instance of OpenSSL::X509::Certificate is given. And return the original
    key from Utils.build_private_key_object when an instance of
    OpenSSL::PKey::PKey is given.
    tobiasamft committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2b2c9cf View commit details
    Browse the repository at this point in the history