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

[release/6.0] Add dynamic shim for SSL_CTX_set_options and SSL_set_options #67145

Merged
merged 5 commits into from
Apr 13, 2022

Commits on Mar 25, 2022

  1. Add dynamic shim for SSL_CTX_set_options

    This works around ABI breaking change made between OpenSSL 1.1 and 3.0 where argument type and return type was changed from unsigned long to uint64_t, which caused issues on arm32 architectures with OpenSSL 3.0 installed.
    rzikm authored and github-actions committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    529106e View commit details
    Browse the repository at this point in the history
  2. Fix typo

    rzikm authored and github-actions committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    c5e7caf View commit details
    Browse the repository at this point in the history
  3. Update src/native/libs/System.Security.Cryptography.Native/pal_ssl.c

    Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
    2 people authored and github-actions committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    c825fcd View commit details
    Browse the repository at this point in the history
  4. Update src/native/libs/System.Security.Cryptography.Native/pal_ssl.c

    Co-authored-by: Tomas Weinfurt <tweinfurt@yahoo.com>
    2 people authored and github-actions committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    27d27b3 View commit details
    Browse the repository at this point in the history
  5. Code review feedback

    rzikm authored and github-actions committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    f50df4f View commit details
    Browse the repository at this point in the history