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

Fix memory leak when using OpenSSL and threads #1942

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Sep 29, 2024

  1. init OpenSSL when OQS_USE_OPENSSL is enabled in liboqs.

    Signed-off-by: Norman Ashley <[email protected]>
    ashman-p committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    87898ff View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. wrap OPENSSL_init_crypto with OSSL_FUNC.

    Signed-off-by: Norman Ashley <[email protected]>
    ashman-p committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6e37df4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68a58c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Revert files

    Signed-off-by: Norman Ashley <[email protected]>
    ashman-p committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    560f3a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a4d63 View commit details
    Browse the repository at this point in the history
  3. Cleanup threading resources when OpenSSL is used.

    Signed-off-by: Norman Ashley <[email protected]>
    ashman-p committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    a7aa64a View commit details
    Browse the repository at this point in the history
  4. Add OPENSSL_thread_stop to the ossl function list. Cleanup error chec…

    …king.
    
    Signed-off-by: Norman Ashley <[email protected]>
    ashman-p committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    0ffdeea View commit details
    Browse the repository at this point in the history