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

crypto: use openssl's own memory BIOs in crypto_context.cc #47160

Merged
merged 1 commit into from
May 18, 2023
Merged

crypto: use openssl's own memory BIOs in crypto_context.cc #47160

merged 1 commit into from
May 18, 2023

Commits on Apr 27, 2023

  1. crypto: use openssl's own memory BIOs in crypto_context.cc

    NodeBIO's memory buffer structure does not support BIO_C_FILE_SEEK and B
    IO_C_FILE_TELL. This prevents OpenSSL PEM_read_bio_PrivateKey from readi
    ng some private keys. So I switched to OpenSSL'w own protected memory bu
    ffers.
    
    Fixes: #47008
    GauriSpears committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c44957f View commit details
    Browse the repository at this point in the history