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

LibreSSL 3.5.0 has PEM_write_bio_PrivateKey_traditional #499

Closed
wants to merge 4 commits into from

Commits on Feb 1, 2022

  1. Add 'ciphersuites=' method to allow setting of TLSv1.3 cipher suites …

    …along with some unit tests (ruby#493)
    
    Add OpenSSL::SSL::SSLContext#ciphersuites= method along with unit tests.
    kmdz1 committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    12250c7 View commit details
    Browse the repository at this point in the history
  2. Rakefile: remove outdated sync tasks

    I use ruby.git's tool/sync_default_gems.rb and simple git cherry-pick
    instead nowadays.
    
    These tasks actually don't correctly work because they use outdated
    path references and expect ruby.git to be using git-svn, which is not
    the case anymore.
    
    Reported-by: rkoster <hi@rkoster.dev>
    Fixes: ruby#495
    rhenium committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    ac1eccc View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Update LibreSSL CI

    vishwin committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    80524c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e83e45e View commit details
    Browse the repository at this point in the history