diff options
author | Sharlatan Hellseher <[email protected]> | 2025-01-09 14:02:11 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:47:49 +0000 |
commit | 0edeae417873831063b9c58e0d25a8cd28dc6152 (patch) | |
tree | f6d8757e2da48760f6148c8381a1b83d964026b8 /gnu/packages/golang-crypto.scm | |
parent | 98f7346225ff1cc43755a00ae0e98b448c2283eb (diff) |
gnu: go-gitlab-com-yawning-utls-git: Fix tests.
* gnu/packages/golang-crypto.scm (go-gitlab-com-yawning-utls-git)
[arguments] <test-flags>: Skip 2 tests relaying on dated TLS
certificates.
Change-Id: I289f1a97df83f8c43e029de8457098061528c922
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 |