Increase minimum RSA keygen size to 1024 bits (#36895)
This commit is contained in:
@@ -18,7 +18,7 @@ rm -f Ksig0.example2.*
|
||||
#
|
||||
# SIG(0) required cryptographic support which may not be configured.
|
||||
#
|
||||
test -r $RANDFILE || $GENRANDOM 400 $RANDFILE
|
||||
test -r $RANDFILE || $GENRANDOM 800 $RANDFILE
|
||||
keyname=`$KEYGEN -q -r $RANDFILE -n HOST -a RSASHA1 -b 1024 -T KEY sig0.example2 2>/dev/null | $D2U`
|
||||
if test -n "$keyname"
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user