summaryrefslogtreecommitdiff
path: root/internal/cryptocore/cryptocore_go1.5_test.go
AgeCommit message (Collapse)Author
2016-09-25cryptocore: add support for GCM-SIVJakob Unterwurzacher
2016-05-05stupidgcm: skip tests on Go 1.4 and olderJakob Unterwurzacher
Quoting from the patch: We compare against Go's built-in GCM implementation. Since stupidgcm only supports 128-bit IVs and Go only supports that from 1.5 onward, we cannot run these tests on older Go versions.
2016-05-05cryptocore: support Go 1.4 in testsJakob Unterwurzacher