Skip to content

Commit

Permalink
certutil/helpers.go: Allow 3072 RSA key sizes. (#8343)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpds authored and andaley committed Jul 17, 2020
1 parent ce51ca1 commit bc37ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/helper/certutil/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ func ValidateKeyTypeLength(keyType string, keyBits int) error {
case "rsa":
switch keyBits {
case 2048:
case 3072:
case 4096:
case 8192:
default:
Expand Down

0 comments on commit bc37ab8

Please sign in to comment.