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

test: use stronger curves for keygen #25564

Closed
wants to merge 1 commit into from

Commits on Jan 20, 2019

  1. test: use stronger curves for keygen

    This commit updates the named curves P-192 (prime192v1), and secp192k1
    to 256 bit versions.
    
    The motivation for this is that in Red Hat Enterprise Linux (RHEL) all
    ECC curves < 224 bits are removed from OpenSSL provided by the system.
    I'm not sure if other distributions do this but these 256 bit curves are
    availalbe in OpenSSL 1.1.0j (current version on master) and OpenSSL
    1.1.1 so as far as I can tell it should be safe change to make.
    danbev committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    573f8cf View commit details
    Browse the repository at this point in the history