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

Returns keysize in bits #691

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

Returns keysize in bits #691

wants to merge 8 commits into from

Commits on Oct 29, 2023

  1. Adding utility to return the actual bit size of the key. Especially n…

    …eeded for key such as X25519 where the size not in byte boundary
    Antrapol committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    14db821 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    7ff3737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b92ee8b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Seems the reporting of keysize is not consistent across different Ope…

    …nSSL versions. Also the spec seems only specified the key length of public key, no mention of private key size
    Antrapol committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0b3fe97 View commit details
    Browse the repository at this point in the history
  2. Add condition to test keysize in bits since OpenSSL version 1.1.1 ret…

    …urns different value then the rest of the versions
    Antrapol committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    370b2f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb17bc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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

Commits on Nov 16, 2023

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