-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…502) (When verifying `SignedData` values, not when producing them) This is actually the correct way to represent RAMF messages, but PKI.js unfortunately generates an `OCTET-STRING` containing an `OCTET-STRING` containing a `SEQUENCE` (because PKI.js parses the `OCTET-STRINGS` eagerly). Bouncy Castle (used by the JVM lib) does the right thing but the JS lib fails to process such values -- hence this PR. This is needed in relaycorp/awala-jvm#254
- Loading branch information
Showing
2 changed files
with
8 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters