Search code examples
androidandroid-6.0-marshmallowboringssl

Do you have to patch the security provider when the device runs Android M?


Android M came packed with the new security provider: BoringSSL. Therefore I wonder: do I still have to update the SecurityProvider on Android M devices using the Dynamic Security Provider from Google Play Services (e.g.: ProviderInstaller.installIfNeeded(getContext());) ?


Solution

  • The Answer is, for now: allways patch it! Because, basically: you don't know whether any of the-by-the-manufacturer-provided Security providers within Android are patched correctly! So I am patching always.