Displaying 1 result from an estimated 1 matches for "rounds_list".
2020 Apr 25
2
[PATCH 1/3] Add private key protection information extraction to ssh-keygen
...gt; /dev/null 2>&1; then
+?? ??? ?fail "ssh-keygen -yv output is not the expected value for $t-key"
+?? ??? ?diff $exp $OBJ/$t-tmp
+?? ?fi
+?? ?rm -f $OBJ/$t-pub $OBJ/$t-tmp $exp
+}
+
+for fmt in '' PKCS8 PEM ; do
+?? ?for secret in '' 'secret1'; do
+?? ??? ?rounds_list="0"
+?? ??? ?test -n "$secret" -a -z "$fmt" && rounds_list="2 16"
+?? ??? ?for rounds in $rounds_list; do
+?? ??? ??? ?for t in $SSH_KEYTYPES; do
+?? ??? ??? ??? ?trace "generating $t key in '$fmt' format with
'$secret' passphrase...