[WebView] Sub-resource integrity check fails on Windows and Linux

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • jfx13
    • Affects Version/s: jfx11, 8
    • Component/s: javafx
    • web

        Currently subresource integrity check is not working in Linux and Windows due to missing implementation of `PAL::CryptoDigest` on those platforms. However it works in macOS because we rely on CommonCrypto based CryptoDigest implementation from WebCore.

        The goal of this enhancement is to implement `PAL::CryptoDigest` using `java.security.MessageDigest`., so that the sub resource integrity can be supported across all the platforms.

              Assignee:
              Arunprasad Rajkumar
              Reporter:
              Arunprasad Rajkumar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: