Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix support for Dynamic Algorithm Identifiers #82

Merged
merged 7 commits into from
Aug 23, 2023

Commits on Aug 22, 2023

  1. Initial Commit.

    Massimiliano Pala committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    28c5101 View commit details
    Browse the repository at this point in the history
  2. Added missing test file.

    Massimiliano Pala committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3346466 View commit details
    Browse the repository at this point in the history
  3. Fix PKEY encrypt/decrypt (pkey_type vs. pkey_id).

    Massimiliano Pala committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    19672ae View commit details
    Browse the repository at this point in the history
  4. Added new PKI_X509_KEYPAIR_get_ossl_type() function (and the associat…

    …ed PKI_X509_KEYPAIR_VALUE_get_ossl_type() one) to correctly retrieve the PKEY type in OSSL 3.x.
    Massimiliano Pala committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    fd15059 View commit details
    Browse the repository at this point in the history
  5. Updated PKI_X509_KEYPAIR_get_id() function to explicitly return the E…

    …VP_PKEY type from the openssl layer that works with OpenSSL both 1.1.1x and 3.x.
    Massimiliano Pala committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f64fe10 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    72df2a9 View commit details
    Browse the repository at this point in the history
  2. Memory error fix when failing to set the TOKEN's algorithm (tk->algor…

    …ithm). Continuing exploration of OID generation/fixes.
    Massimiliano Pala committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9823b09 View commit details
    Browse the repository at this point in the history