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

update to openssl-3.4.x #6184

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

Commits on Nov 15, 2024

  1. openssl: update submodule to 3.4.0

    Signed-off-by: Gerd Hoffmann <[email protected]>
    kraxel committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4b314a9 View commit details
    Browse the repository at this point in the history
  2. openssl: update generated files

    Signed-off-by: Gerd Hoffmann <[email protected]>
    kraxel committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    153fce3 View commit details
    Browse the repository at this point in the history
  3. openssl: adapt stubs to openssl 3.2.x

    Function declarations have changed in openssl-3.2.x, adapt the stubs.
    
    Signed-off-by: Gerd Hoffmann <[email protected]>
    kraxel committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9683592 View commit details
    Browse the repository at this point in the history
  4. openssl: add more stubs for openssl 3.2.x

    openssl-3.2.2 got a few more tls config hooks, add stubs for them.
    
    Signed-off-by: Gerd Hoffmann <[email protected]>
    kraxel committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3a2b8fa View commit details
    Browse the repository at this point in the history
  5. CryptoPkg: add openssl/providers/fips/include to includes

    Needed for openssl 3.4.
    
    Signed-off-by: Gerd Hoffmann <[email protected]>
    kraxel committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c8bbb9a View commit details
    Browse the repository at this point in the history
  6. CryptoPkg/BaseCryptLib: add next parameter to SHA3_squeeze

    Needed for openssl 3.3.
    
    Signed-off-by: Gerd Hoffmann <[email protected]>
    kraxel committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9707063 View commit details
    Browse the repository at this point in the history
  7. CryptoPkg: gcc needs 4k section alignment too

    Signed-off-by: Gerd Hoffmann <[email protected]>
    kraxel committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    eeefc69 View commit details
    Browse the repository at this point in the history
  8. CryptoPkg: CI: update OpensslGen file list

    Signed-off-by: Gerd Hoffmann <[email protected]>
    kraxel committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5d520a2 View commit details
    Browse the repository at this point in the history
  9. openssl: disable visual studio warning tianocore#4189

    4189 is "local variable is initialized but not referenced"
    
    Signed-off-by: Gerd Hoffmann <[email protected]>
    kraxel committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    48ba239 View commit details
    Browse the repository at this point in the history