diff options
| author | Merlin Scholz <merlin@scholz.ruhr> | 2026-05-15 14:04:54 +0200 |
|---|---|---|
| committer | Merlin Scholz <merlin@scholz.ruhr> | 2026-05-15 14:04:54 +0200 |
| commit | 33f2e67748895fbf4e2fa91029d1195c33b4adee (patch) | |
| tree | d7b83a886b1a0d93feee7bf3c0a0ea00e9f250e6 /xmldsig.go | |
| parent | 228e752ad7c5a4bdff1c1ed659d2855937bb8481 (diff) | |
HPB *sending* worksmain
Diffstat (limited to 'xmldsig.go')
| -rw-r--r-- | xmldsig.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ type DSIGSignatureType struct { type DSIGSignedInfo struct { XMLName xml.Name `xml:"ds:SignedInfo"` + Xmlns string `xml:"xmlns,attr"` + Ds string `xml:"xmlns:ds,attr"` CanonicalizationMethod DSIGCanonicalizationMethod `xml:"ds:CanonicalizationMethod"` SignatureMethod DSIGSignatureMethod `xml:"ds:SignatureMethod"` Reference DSIGReference `xml:"ds:Reference"` |
