components/openssl/common/patches/039-internal_tests.patch
author Ronald Jordan <ron.jordan@oracle.com>
Wed, 26 Oct 2016 13:19:33 -0700
branchs11u3-sru
changeset 7163 ee09edbd5876
parent 5197 components/openssl/openssl-1.0.1/patches/39_internal_tests.patch@19fad24ce8cc
permissions -rw-r--r--
24784774 Upgrade 11.3-SRU to OpenSSL 1.0.2 20358335 memory leak in libcrypto 21297601 32-bit FIPS openssl(1) should link to the mediator link 21791492 Workaround to suppress the link check error should be removed 22021385 openssl ts sub-command dumps core 22021787 openssl s_client sub-command dumps core 22445522 openssl makefile contains undeclared dependency on rsync 22859741 Update OpenSSL FIPS module to 2.0.12 23230454 Use DES3 for pkcs12 certificate encryption 23285559 ssh libcrypto`solaris_locking_setup() atfork handler calls malloc() 24377801 solaris_dynlock_create() should check for a ret val of 0 from pthread_mutex_init 24943813 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
7163
ee09edbd5876 24784774 Upgrade 11.3-SRU to OpenSSL 1.0.2
Ronald Jordan <ron.jordan@oracle.com>
parents: 5197
diff changeset
     9
@@ -156,7 +156,7 @@
4284
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 \
7163
ee09edbd5876 24784774 Upgrade 11.3-SRU to OpenSSL 1.0.2
Ronald Jordan <ron.jordan@oracle.com>
parents: 5197
diff changeset
    15
 	test_jpake test_srp test_cms test_ocsp test_v3name test_heartbeat \
ee09edbd5876 24784774 Upgrade 11.3-SRU to OpenSSL 1.0.2
Ronald Jordan <ron.jordan@oracle.com>
parents: 5197
diff changeset
    16
 	test_constant_time test_verify_extra test_clienthello test_sslv2conftest \
ee09edbd5876 24784774 Upgrade 11.3-SRU to OpenSSL 1.0.2
Ronald Jordan <ron.jordan@oracle.com>
parents: 5197
diff changeset
    17
 	test_dtls test_bad_dtls