progress: enable xmldsig and do other cleanups

This commit is contained in:
Ross Kinder
2015-12-23 11:31:54 -05:00
parent 45f8aa9eeb
commit b390a3e30a
10 changed files with 655 additions and 381 deletions

View File

@@ -106,7 +106,6 @@ Geka8nz8JjwxpUjAiSWYKLtJhGEaTqCYxCCX2Dw+dOTqUzHOZ7WKv4JXPK5G/Uhr
c.Assert(Cert, Not(IsNil))
/* XXX
err = Verify(Cert, actualPlaintextString, DsigOptions{
XMLID: []XMLIDOption{{
ElementName: "Assertion",
@@ -114,7 +113,6 @@ Geka8nz8JjwxpUjAiSWYKLtJhGEaTqCYxCCX2Dw+dOTqUzHOZ7WKv4JXPK5G/Uhr
AttributeName: "ID",
}}})
c.Assert(err, IsNil)
*/
}
func (testSuite *DecryptTest) TestDecryptWithPadding(c *C) {