X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=keyconvert%2Ftest.sh;h=5c5744a981ff4e19b6741683dff5fa5e9c6d7d6d;hb=b71e2b56234bca1d29285a395e6f64c04d9104c4;hp=34fc7c2fe436f3ec16e185111ec2817a17c6cfc9;hpb=d5349a522a0d9b06b98bf0618115fc0dcde72278;p=sfa.git diff --git a/keyconvert/test.sh b/keyconvert/test.sh index 34fc7c2f..5c5744a9 100755 --- a/keyconvert/test.sh +++ b/keyconvert/test.sh @@ -7,19 +7,19 @@ mkdir testout # rsa1 keys # these are in a different format -#./keyconvert test/openssh_rsa1_512.pub testout/openssl_rsa1_512.pem -#./keyconvert test/openssh_rsa1_1024.pub testout/openssl_rsa1_1024.pem -#./keyconvert test/openssh_rsa1_2048.pub testout/openssl_rsa1_2048.pem +#./keyconvert.py test/openssh_rsa1_512.pub testout/openssl_rsa1_512.pem +#./keyconvert.py test/openssh_rsa1_1024.pub testout/openssl_rsa1_1024.pem +#./keyconvert.py test/openssh_rsa1_2048.pub testout/openssl_rsa1_2048.pem # rsa2 keys -./keyconvert test/openssh_rsa_512.pub testout/openssl_rsa_512.pem -./keyconvert test/openssh_rsa_1024.pub testout/openssl_rsa_1024.pem -./keyconvert test/openssh_rsa_2048.pub testout/openssl_rsa_2048.pem +./keyconvert.py test/openssh_rsa_512.pub testout/openssl_rsa_512.pem +./keyconvert.py test/openssh_rsa_1024.pub testout/openssl_rsa_1024.pem +./keyconvert.py test/openssh_rsa_2048.pub testout/openssl_rsa_2048.pem # dsa keys -./keyconvert test/openssh_dsa_512.pub testout/openssl_dsa_512.pem -./keyconvert test/openssh_dsa_1024.pub testout/openssl_dsa_1024.pem -./keyconvert test/openssh_dsa_2048.pub testout/openssl_dsa_2048.pem +./keyconvert.py test/openssh_dsa_512.pub testout/openssl_dsa_512.pem +./keyconvert.py test/openssh_dsa_1024.pub testout/openssl_dsa_1024.pem +./keyconvert.py test/openssh_dsa_2048.pub testout/openssl_dsa_2048.pem # make a test file to encrypt echo "this is a test to see if the key conversion routines work" > test.txt