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
In simple terms, I compiled the OpenSSL3 version of libsquic for Android ARM64-v8a based on the documentation, and utilized it within a .NET 8.0 Android project to establish a QUIC connection to the server. https://github.com/microsoft/msquic/blob/main/docs/BUILD.md
So far, three native libraries have been obtained: libcrypto.so, libssl.so, and libmsquic.so.
Here are the exceptions thrown during usage on the Android 14 system. I'm not sure if this is related to OpenSSL? It's important to note that the same code connects successfully on Windows x64.
Describe the bug
In simple terms, I compiled the OpenSSL3 version of libsquic for Android ARM64-v8a based on the documentation, and utilized it within a .NET 8.0 Android project to establish a QUIC connection to the server.
https://github.com/microsoft/msquic/blob/main/docs/BUILD.md
Additionally, OpenSSL for msquic was compiled according to the documentation.
https://github.com/quictls/openssl
So far, three native libraries have been obtained: libcrypto.so, libssl.so, and libmsquic.so.
Here are the exceptions thrown during usage on the Android 14 system. I'm not sure if this is related to OpenSSL?
It's important to note that the same code connects successfully on Windows x64.
Affected OS
Additional OS information
android arm64-v8a
MsQuic version
main
Steps taken to reproduce bug
Expected behavior
proper connection.
Actual outcome
The type initializer for 'Crypto' threw an exception.
Additional details
No response
The text was updated successfully, but these errors were encountered: