diff options
Diffstat (limited to 'gnu/packages/golang-crypto.scm')
-rw-r--r-- | gnu/packages/golang-crypto.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index 4c88150ad3..f3aa7df336 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -2336,7 +2336,11 @@ obfuscated via the Elligator 2 mapping "TestUTLSHandshakeClientParrotGolang" ;; Fails with error: expected "key size too small ;; for PSS signature". - "TestKeyTooSmallForRSAPSS") + "TestKeyTooSmallForRSAPSS" + ;; Time bomb tests, certs are not valid after + ;; certain date. + "TestResumption/TLSv12" + "TestResumption/TLSv13") "|")))) (propagated-inputs (list go-github-com-dsnet-compress |