components/openssl/openssl-1.0.1-fips-140/patches/39_test.patch
author Misaki Miyashita <Misaki.Miyashita@Oracle.COM>
Fri, 10 Jul 2015 14:15:09 -0700
branchs11-update
changeset 4626 d5dbb6652eec
parent 4284 2396bbbdaf71
child 5197 19fad24ce8cc
permissions -rw-r--r--
21416447 Upgrade OpenSSL version to 1.0.1p 21416479 problem in LIBRARY/OPENSSL
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4284
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     1
#
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     2
# Patch developed in-house. Solaris-specific; not suitable for upstream.
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     3
#
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     4
# Remove test 'test_ca' because it depends on directories
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     5
# not present in the build directory. The rest of tests are ok.
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     6
#
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     7
--- a/test/Makefile.orig	Thu Apr  2 12:11:12 2015
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     8
+++ b/test/Makefile	Thu Apr  2 12:11:21 2015
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     9
@@ -142,7 +142,7 @@
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    10
 	test_rand test_bn test_ec test_ecdsa test_ecdh \
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    11
 	test_enc test_x509 test_rsa test_crl test_sid \
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    12
 	test_gen test_req test_pkcs7 test_verify test_dh test_dsa \
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    13
-	test_ss test_ca test_engine test_evp test_evp_extra test_ssl test_tsa test_ige \
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    14
+	test_ss test_engine test_evp test_evp_extra test_ssl test_tsa test_ige \
4626
d5dbb6652eec 21416447 Upgrade OpenSSL version to 1.0.1p
Misaki Miyashita <Misaki.Miyashita@Oracle.COM>
parents: 4284
diff changeset
    15
 	test_jpake test_srp test_cms test_heartbeat test_constant_time test_verify_extra
4284
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    16
 
2396bbbdaf71 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    17
 test_evp: