haikuwebkit/Source/WebCore/crypto/keys
Kate Cheney 786b33f7ff CrashTracer: com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::CryptoKeyRSA::exportJwk const
https://bugs.webkit.org/show_bug.cgi?id=228878
<rdar://problem/60147231>

Reviewed by Brent Fulgham.

exportData() could return nullptr. We should check the value of
rsaComponents before trying to use it.

* crypto/keys/CryptoKeyRSA.cpp:
(WebCore::CryptoKeyRSA::exportJwk const):


Canonical link: https://commits.webkit.org/240333@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280747 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-07 01:16:27 +00:00
..
CryptoAesKeyAlgorithm.h
CryptoAesKeyAlgorithm.idl
CryptoEcKeyAlgorithm.h
CryptoEcKeyAlgorithm.idl
CryptoHmacKeyAlgorithm.h
CryptoHmacKeyAlgorithm.idl
CryptoKeyAES.cpp
CryptoKeyAES.h
CryptoKeyAlgorithm.h
CryptoKeyAlgorithm.idl
CryptoKeyEC.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
CryptoKeyEC.h [WebCrypto] Support Elliptic Curve P-521 on Mac 2021-07-08 00:25:46 +00:00
CryptoKeyHMAC.cpp
CryptoKeyHMAC.h
CryptoKeyRSA.cpp CrashTracer: com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::CryptoKeyRSA::exportJwk const 2021-08-07 01:16:27 +00:00
CryptoKeyRSA.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
CryptoKeyRSAComponents.cpp
CryptoKeyRSAComponents.h
CryptoKeyRaw.cpp
CryptoKeyRaw.h
CryptoRsaHashedKeyAlgorithm.h
CryptoRsaHashedKeyAlgorithm.idl
CryptoRsaKeyAlgorithm.h
CryptoRsaKeyAlgorithm.idl