use the python implementation for keyconvert
[sfa.git] / keyconvert / test.sh
index 34fc7c2..5c5744a 100755 (executable)
@@ -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