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

Conversation

cfc4n
Copy link
Member

@cfc4n cfc4n commented May 26, 2024

feat: #552

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

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 cfc4n added the enhancement New feature or request label May 26, 2024
@cfc4n cfc4n merged commit 8e25629 into master May 26, 2024
6 checks passed
@cfc4n cfc4n deleted the support-non-android-boringssl branch May 26, 2024 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant