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 'sigalgs=' method for setting accepted signature algorithms #769

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

Commits on Jun 17, 2024

  1. Add 'sigalgs=' method for setting accepted signature algorithms

    This adds OpenSSL::SSL::SSLContext#sigalgs= method and according unit tests
    to provide access to the OpenSSL SSL_CTX_set1_sigalgs_list() method.
    Using this method, authentication signature algorithms can be configured.
    mj-vivavis committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    206e431 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    778d232 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    2284cf1 View commit details
    Browse the repository at this point in the history