Daniel Hensby
Daniel Hensby
Bump. Having this problem too. Trying to do: `` but portable always wins over palm due to order of inclusion.
@jmp909 I think this is a nuanced problem that is a lot to do with approach. I was trying to reduce the number of MQs I needed to use and...
@davidlehn - it'd be really great to have this merged in as pkcs7 is an area I'm working in and having signature verification implemented would be really helpful 🙏
Something that would be useful would be a way to provide the signing certificate instead of the caStore and having the chain validated. Much like the `-noverify` flag for [openssl](https://www.openssl.org/docs/manmaster/man1/openssl-cms.html)...
not the OP but... unauthenticated attributes form part of the CMS standard (https://datatracker.ietf.org/doc/html/rfc5652#section-9.1) In the unauthed attributes you can put data like what is defined here (https://datatracker.ietf.org/doc/html/rfc2985) and that's where...
I experienced this with Azure KV key and the problem was as @carlpett said, permissions on the key to decrypt were missing.
@andrecadete I think those lines are the lines where the code branches aren't covered. I'm pretty sure this comes down to semantics mostly because even though an actual line might...
I have also been directed towards the "standard" retry logic that is implemented in other Azure SDKs (https://github.com/Azure/azure-sdk-for-js/blob/dbd1a3a2e88ce43e650bfaed347898f8e2e77d69/sdk/core/core-http/src/policies/systemErrorRetryPolicy.ts#L101) that show how different errors are automatically handled and retried. A similar...
OK - it's fairly standard practice for a library to export it's dependencies like this otherwise it's not possible for consumers to perform `instanceof` checks or similar. If a consumer...
Yep - that looks like a very well articulated look into what's going on and if that were resolved I think this issue would be too