Skip to content

fix(sdk-api): keep browser v1 decrypt to SJCL - #9684

Draft
pranavjain97 wants to merge 1 commit into
masterfrom
pranavjain/wcn-2576-route-browser-v1-sjcl-decrypt-directly-to-legacy-decoder
Draft

fix(sdk-api): keep browser v1 decrypt to SJCL#9684
pranavjain97 wants to merge 1 commit into
masterfrom
pranavjain/wcn-2576-route-browser-v1-sjcl-decrypt-directly-to-legacy-decoder

Conversation

@pranavjain97

Copy link
Copy Markdown
Contributor

crypto-browserify's AES-CCM is reported broken in real browsers, so skip the native attempt there and go directly to sjcl.decrypt after the existing iteration-cap check. Also drops the unused, unreviewed WebCrypto CCM candidate (decryptV1WebCrypto.ts) that had no caller.

TICKET: WCN-2576

crypto-browserify's AES-CCM is reported broken in real browsers, so
skip the native attempt there and go directly to sjcl.decrypt after
the existing iteration-cap check. Also drops the unused, unreviewed
WebCrypto CCM candidate (decryptV1WebCrypto.ts) that had no caller.

TICKET: WCN-2576
@linear-code

linear-code Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

WCN-2576

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant