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

kern: Support for the non-Android boringssl library has been added. #555

Merged
merged 1 commit into from
May 26, 2024

Commits on May 26, 2024

  1. kern: Support for the non-Android boringssl library has been added.

    You should know that the version management of boringssl is chaotic, divided into Android version and non-Android version, corresponding to two different code repositories. Also, the OPENSSL_VERSION_TEXT content has not been modified and remains unchanged. It is impossible to distinguish versions based on this field.
    
    Therefore, if you expect eCapture to better support the non-Android boringssl, you need to confirm the version matching situation by yourself. When necessary, you will need to patch it yourself.
    
    Android Boringssl: https://android.googlesource.com/platform/external/boringssl/
    
    Non-Android Boringssl: https://boringssl.googlesource.com/boringssl aka https://github.com/google/boringssl
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d69310f View commit details
    Browse the repository at this point in the history