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

Consistently load OpenSSL libraries among different platforms. #884

Open
wants to merge 1 commit into
base: openj9
Choose a base branch
from

Commits on Nov 12, 2024

  1. Consistently load OpenSSL libraries among different platforms.

    As part of this pull request, these changes are performed:
    - Allow loading specific user-defined OpenSSL library using the
    -Djdk.native.openssl.lib option.
    - OpenSSL library loading is consolidated into a single file using ifdefs.
    - The platform-specific MD files are no longer needed and are thus deleted.
    - Additional traces are added to indicate the attempts and actual OpenSSL
    library laoded.
    - The location of the library loaded is printed.
    
    Moreover, the order of preference for loading a library is updated to
    follow this order:
    
    1. Explicitly load what was specified via JVM property. Fail if loading
    fails.
    2. Search within the Semeru directories for a bundled version.
    3. Search the system for existing libraries and attempt to find the higher
    version.
    4. If all of the previous steps fail, revert to original Java
    implementation for crypto.
    
    Co-authored by: Paritosh Kumar <[email protected]>
    Co-authored by: Kostas Tsiounis <[email protected]>
    
    Signed-off-by: Kostas Tsiounis <[email protected]>
    paritkum authored and KostasTsiounis committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a25ccf8 View commit details
    Browse the repository at this point in the history