Miroshin Stepan
Miroshin Stepan
Please look at your `package-lock.json` file it uses 2 copies of `@peculia/webcrypto` https://github.com/relaycorp/relaynet-internet-gateway/blob/master/package-lock.json#L1747 https://github.com/relaycorp/relaynet-internet-gateway/blob/master/package-lock.json#L11339
Looks I was wrong. It's the same dependency for `@relaycorp/relaynet-core` package. One more thought. Try to remove `package-lock.json` and `node_modules` folder and reinstall dependencies. The structure of `node_modules` has been...
Please check `[email protected]`
Please check `[email protected]`
@halmos Do you have any XML signed file (as an example)? And point which signature it must to verify. I'd debug that case and fix it
Asn1js is dependency of pkijs. What is your version of npm?
Looks like you need Babel polyfill
@gine xmldsig has default value for Reference.Uri https://github.com/PeculiarVentures/xmldsigjs/blob/master/src/xml/reference.ts#L45 URI is optional value in xmldsig XSD https://github.com/PeculiarVentures/xmldsigjs/blob/master/src/xml/reference.ts#L18 You can recompile xmdsig.js file and remove defaultValue from XmlAttribute decorator I think it'll...
@rmhrisk I think so. I'll update library