russellhaering / goxmldsig

Pure Go implementation of XML Digital Signatures
Apache License 2.0
154 stars 127 forks source link

Can we extend enveloped boolean in ConstructSignature #146

Open nejcgorsic opened 3 months ago

nejcgorsic commented 3 months ago

Hello,

Is it possible to extend the enveloped boolean, or perhaps introduce another boolean, to optionally prevent the addition of the Transform tag altogether? We have a scenario where we need to exclude the Transform tag entirely.

Thank you!