Rename rsa_oaep_test to the more appropriate name rsa_test for the
authorUlf Möller <ulf@openssl.org>
Tue, 18 Jan 2000 15:08:49 +0000 (15:08 +0000)
committerUlf Möller <ulf@openssl.org>
Tue, 18 Jan 2000 15:08:49 +0000 (15:08 +0000)
benefit of MS-DOS users.

crypto/rsa/Makefile.ssl
crypto/rsa/rsa_test.c [moved from crypto/rsa/rsa_oaep_test.c with 100% similarity]
ms/test.bat
test/Makefile.ssl
test/tests.com

index 96333d7cf514a293417bf705f5fa4b623aecf018..010b02bdc6bda793f992fe45c0ffe73b6102b49d 100644 (file)
@@ -18,7 +18,7 @@ AR=           ar r
 CFLAGS= $(INCLUDES) $(CFLAG)
 
 GENERAL=Makefile
 CFLAGS= $(INCLUDES) $(CFLAG)
 
 GENERAL=Makefile
-TEST=rsa_oaep_test.c
+TEST=rsa_test.c
 APPS=
 
 LIB=$(TOP)/libcrypto.a
 APPS=
 
 LIB=$(TOP)/libcrypto.a
index a40f7478d7aa2ec213cb7d8dcee4cc403fec8b46..9a54afe065fc17f8348969736227be5dd9979a02 100755 (executable)
@@ -7,8 +7,8 @@ set OPENSSL_CONF=..\apps\openssl.cnf
 \r
 rem run this from inside the bin directory\r
 \r
 \r
 rem run this from inside the bin directory\r
 \r
-echo rsa_oaep_test\r
-rsa_oaep_test\r
+echo rsa_test\r
+rsa_test\r
 if errorlevel 1 goto done\r
 \r
 echo destest\r
 if errorlevel 1 goto done\r
 \r
 echo destest\r
index cbc5a09d173fe7696b86e1d66c7eecba18dd5616..0e095464d98070f7a36b83f700c9c303049fb858 100644 (file)
@@ -50,7 +50,7 @@ DHTEST=               dhtest
 DSATEST=       dsatest
 METHTEST=      methtest
 SSLTEST=       ssltest
 DSATEST=       dsatest
 METHTEST=      methtest
 SSLTEST=       ssltest
-RSATEST=       rsa_oaep_test
+RSATEST=       rsa_test
 
 EXE=   $(BNTEST) $(IDEATEST) $(MD2TEST)  $(MD5TEST) $(HMACTEST) \
        $(RC2TEST) $(RC4TEST) $(RC5TEST) \
 
 EXE=   $(BNTEST) $(IDEATEST) $(MD2TEST)  $(MD5TEST) $(HMACTEST) \
        $(RC2TEST) $(RC4TEST) $(RC5TEST) \
@@ -364,11 +364,11 @@ rc2test.o: ../include/openssl/opensslconf.h ../include/openssl/rc2.h
 rc4test.o: ../include/openssl/opensslconf.h ../include/openssl/rc4.h
 rc5test.o: ../include/openssl/rc5.h
 rmdtest.o: ../include/openssl/ripemd.h
 rc4test.o: ../include/openssl/opensslconf.h ../include/openssl/rc4.h
 rc5test.o: ../include/openssl/rc5.h
 rmdtest.o: ../include/openssl/ripemd.h
-rsa_oaep_test.o: ../include/openssl/bn.h ../include/openssl/crypto.h
-rsa_oaep_test.o: ../include/openssl/e_os.h ../include/openssl/e_os2.h
-rsa_oaep_test.o: ../include/openssl/err.h ../include/openssl/opensslconf.h
-rsa_oaep_test.o: ../include/openssl/opensslv.h ../include/openssl/rand.h
-rsa_oaep_test.o: ../include/openssl/rsa.h ../include/openssl/stack.h
+rsa_test.o: ../include/openssl/bn.h ../include/openssl/crypto.h
+rsa_test.o: ../include/openssl/e_os.h ../include/openssl/e_os2.h
+rsa_test.o: ../include/openssl/err.h ../include/openssl/opensslconf.h
+rsa_test.o: ../include/openssl/opensslv.h ../include/openssl/rand.h
+rsa_test.o: ../include/openssl/rsa.h ../include/openssl/stack.h
 sha1test.o: ../include/openssl/sha.h
 shatest.o: ../include/openssl/sha.h
 ssltest.o: ../include/openssl/asn1.h ../include/openssl/bio.h
 sha1test.o: ../include/openssl/sha.h
 shatest.o: ../include/openssl/sha.h
 ssltest.o: ../include/openssl/asn1.h ../include/openssl/bio.h
index a9c2f6ee9bf85c6e1044f886065deeb2809abd85..955ecbcb89f6bcaf47352f3aa70774a687b070c3 100644 (file)
@@ -48,7 +48,7 @@ $     DHTEST :=       dhtest
 $      DSATEST :=      dsatest
 $      METHTEST :=     methtest
 $      SSLTEST :=      ssltest
 $      DSATEST :=      dsatest
 $      METHTEST :=     methtest
 $      SSLTEST :=      ssltest
-$      RSATEST :=      rsa_oaep_test
+$      RSATEST :=      rsa_test
 $
 $      tests_i = 0
 $ loop_tests:
 $
 $      tests_i = 0
 $ loop_tests: