Skip to content

core/crypto: restrict RSA keys to <= 8192 bits #5937

core/crypto: restrict RSA keys to <= 8192 bits

core/crypto: restrict RSA keys to <= 8192 bits #5937

Triggered via pull request August 2, 2023 23:58
Status Failure
Total duration 6m 6s
Artifacts

go-test.yml

on: pull_request
Matrix: unit
Fit to window
Zoom out
Zoom in

Annotations

30 errors
ubuntu (go 1.19.x): core/crypto/rsa_test.go#L82
cannot assign to maxRsaKeyBits (untyped int constant 8192)
ubuntu (go 1.19.x): core/crypto/rsa_test.go#L83
cannot assign to maxRsaKeyBits (untyped int constant 8192)
ubuntu (go 1.19.x): core/crypto/rsa_test.go#L85
cannot assign to maxRsaKeyBits (untyped int constant 8192)
ubuntu (go 1.19.x): core/crypto/rsa_test.go#L98
cannot assign to maxRsaKeyBits (untyped int constant 8192)
ubuntu (go 1.19.x)
Process completed with exit code 1.
ubuntu (go 1.20.x): core/crypto/rsa_test.go#L82
cannot assign to maxRsaKeyBits (untyped int constant 8192)
ubuntu (go 1.20.x): core/crypto/rsa_test.go#L83
cannot assign to maxRsaKeyBits (untyped int constant 8192)
ubuntu (go 1.20.x): core/crypto/rsa_test.go#L85
cannot assign to maxRsaKeyBits (untyped int constant 8192)
ubuntu (go 1.20.x): core/crypto/rsa_test.go#L98
cannot assign to maxRsaKeyBits (untyped int constant 8192)
ubuntu (go 1.20.x)
Process completed with exit code 1.
macos (go 1.19.x): core/crypto/rsa_test.go#L82
cannot assign to maxRsaKeyBits (untyped int constant 8192)
macos (go 1.19.x): core/crypto/rsa_test.go#L83
cannot assign to maxRsaKeyBits (untyped int constant 8192)
macos (go 1.19.x): core/crypto/rsa_test.go#L85
cannot assign to maxRsaKeyBits (untyped int constant 8192)
macos (go 1.19.x): core/crypto/rsa_test.go#L98
cannot assign to maxRsaKeyBits (untyped int constant 8192)
macos (go 1.19.x)
Process completed with exit code 2.
windows (go 1.19.x): core/crypto/rsa_test.go#L82
cannot assign to maxRsaKeyBits (untyped int constant 8192)
windows (go 1.19.x): core/crypto/rsa_test.go#L83
cannot assign to maxRsaKeyBits (untyped int constant 8192)
windows (go 1.19.x): core/crypto/rsa_test.go#L85
cannot assign to maxRsaKeyBits (untyped int constant 8192)
windows (go 1.19.x): core/crypto/rsa_test.go#L98
cannot assign to maxRsaKeyBits (untyped int constant 8192)
windows (go 1.19.x)
Process completed with exit code 1.
macos (go 1.20.x): core/crypto/rsa_test.go#L82
cannot assign to maxRsaKeyBits (untyped int constant 8192)
macos (go 1.20.x): core/crypto/rsa_test.go#L83
cannot assign to maxRsaKeyBits (untyped int constant 8192)
macos (go 1.20.x): core/crypto/rsa_test.go#L85
cannot assign to maxRsaKeyBits (untyped int constant 8192)
macos (go 1.20.x): core/crypto/rsa_test.go#L98
cannot assign to maxRsaKeyBits (untyped int constant 8192)
macos (go 1.20.x)
Process completed with exit code 1.
windows (go 1.20.x): core/crypto/rsa_test.go#L82
cannot assign to maxRsaKeyBits (untyped int constant 8192)
windows (go 1.20.x): core/crypto/rsa_test.go#L83
cannot assign to maxRsaKeyBits (untyped int constant 8192)
windows (go 1.20.x): core/crypto/rsa_test.go#L85
cannot assign to maxRsaKeyBits (untyped int constant 8192)
windows (go 1.20.x): core/crypto/rsa_test.go#L98
cannot assign to maxRsaKeyBits (untyped int constant 8192)
windows (go 1.20.x)
Process completed with exit code 1.