mirror of
https://github.com/FiloSottile/age.git
synced 2026-03-11 08:55:41 +00:00
agessh: use allowed RSA key size in tests
This commit is contained in:
parent
0b895a9340
commit
7a262e1ffd
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import (
|
|||
)
|
||||
|
||||
func TestSSHRSARoundTrip(t *testing.T) {
|
||||
pk, err := rsa.GenerateKey(rand.Reader, 768)
|
||||
pk, err := rsa.GenerateKey(rand.Reader, 2048)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue