xmlsec & Android boringssl #763
-
Hi all, i tried to integrate and compile xmlsec into the Android AOSP BSP (version 13) without success. Do you have any plan to add support to boringssl ? or could you give me an advice to found an alternative in Android. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Can you share the errors you get? in theory boringssl should be supported but since Google doesn't provide any guarantees about stability of the API, it's hard to say if it actually works or not at any given moment. |
Beta Was this translation helpful? Give feedback.
-
Hi I attached the error log and the Android.bp I'm using. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I created issue #764, let's continue discussion there. This specific error is trivial to fix -- it's just a different signature for the function ("const X509_NAME_ENTRY *const *" vs "const struct X509_name_entry_st **"). I just wish that BoringSSL wouldn't make API changes like this all the time. |
Beta Was this translation helpful? Give feedback.
Thanks, I created issue #764, let's continue discussion there. This specific error is trivial to fix -- it's just a different signature for the function ("const X509_NAME_ENTRY *const *" vs "const struct X509_name_entry_st **"). I just wish that BoringSSL wouldn't make API changes like this all the time.