core/crypto: restrict RSA keys to <= 8192 bits #5937
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.
|