You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why. Android NDK 27 now provides EVP_PKEY_get0_RSA in its OpenSSL headers, conflicting with the shim declaration in opensslshim.h. This blocks all Android builds (arm, arm64, x64, x86, both CoreCLR and Mono).
Impact. All android-* platforms (arm, arm64, x64, x86) in runtime-extra-platforms build #1388505. Compiler error: opensslshim.h:221:12: error: conflicting types for 'EVP_PKEY_get0_RSA'.
Trace. First seen in runtime-extra-platforms build #1388505. Affects multiple jobs: android-arm Release AllSubsets_Mono, android-x64 Release AllSubsets_CoreCLR, android-x64 Release NativeAOT, and 3 more. Sanitized excerpt:
/__w/1/s/src/native/libs/System.Security.Cryptography.Native/apibridge_30.c:4:
In file included from opensslshim.h:221:12:
error: conflicting types for 'EVP_PKEY_get0_RSA'
const RSA* EVP_PKEY_get0_RSA(const EVP_PKEY* pkey);
Note
🔒 Integrity filter blocked 3 items
The following items were blocked because they don't meet the GitHub integrity level.
#126805search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#106748search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#119255search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Why. Android NDK 27 now provides EVP_PKEY_get0_RSA in its OpenSSL headers, conflicting with the shim declaration in opensslshim.h. This blocks all Android builds (arm, arm64, x64, x86, both CoreCLR and Mono).
Impact. All android-* platforms (arm, arm64, x64, x86) in runtime-extra-platforms build #1388505. Compiler error:
opensslshim.h:221:12: error: conflicting types for 'EVP_PKEY_get0_RSA'.Trace. First seen in runtime-extra-platforms build #1388505. Affects multiple jobs: android-arm Release AllSubsets_Mono, android-x64 Release AllSubsets_CoreCLR, android-x64 Release NativeAOT, and 3 more. Sanitized excerpt:
Note
🔒 Integrity filter blocked 3 items
The following items were blocked because they don't meet the GitHub integrity level.
search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: