Skip to content

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

Merged
cfc4n merged 1 commit into
masterfrom
support-non-android-boringssl
May 26, 2024
Merged

kern: Support for the non-Android boringssl library has been added.#555
cfc4n merged 1 commit into
masterfrom
support-non-android-boringssl

Conversation

@cfc4n
Copy link
Copy Markdown
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
@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.

1 participant