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

ossl_pkey.c: Workaround: Decode with non-zero selections. #669

Merged
merged 2 commits into from
Aug 25, 2023

Commits on Aug 25, 2023

  1. Remove the pending logics by the pend_on_openssl_issue_21493.

    Because we will add a workaround to avoid this issue.
    junaruga committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d157ba1 View commit details
    Browse the repository at this point in the history
  2. ossl_pkey.c: Workaround: Decode with non-zero selections.

    This is a workaround for the decoding issue in ossl_pkey_read_generic().
    The issue happens in the case that a key management provider is different from
    a decoding provider.
    
    Try all the non-zero selections in order, instead of selection 0 for OpenSSL 3
    to avoid the issue.
    junaruga committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    db688fa View commit details
    Browse the repository at this point in the history