[openssl-commits] Still FAILED build of OpenSSL branch master with options -d --strict-warnings no-tls

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-tls

Commit log since last time:

f8aa157 Check that async_jobs is not negative and not too high.
607c926 Code health: ssl/ssl_locl.h unused macros
48ce800 VMS: compensate for gmtime_r() parameter pointer size
15d95dd Don't use deprecated EVP_CIPHER_CTX_cleanup() internally
2f0ca54 Remove some obsolete/obscure internal define switches:
06611d0 Remove OPENSSL_indirect_call()
5c6c4c5 Don't free in cleanup routine
695ecf8 crypto/des: remove unreferenced rcp_enc.c module.

Build log ended with (last 100 lines):

../../openssl/test/recipes/20-test_passwd.t ... ok
../../openssl/test/recipes/25-test_crl.t .. ok
../../openssl/test/recipes/25-test_d2i.t .. ok
../../openssl/test/recipes/25-test_pkcs7.t  ok
../../openssl/test/recipes/25-test_req.t .. ok
../../openssl/test/recipes/25-test_sid.t .. ok
../../openssl/test/recipes/25-test_verify.t ... ok
../../openssl/test/recipes/25-test_x509.t . ok
../../openssl/test/recipes/30-test_afalg.t  ok
../../openssl/test/recipes/30-test_engine.t ... ok
../../openssl/test/recipes/30-test_evp.t .. ok
../../openssl/test/recipes/30-test_evp_extra.t  ok
../../openssl/test/recipes/30-test_pbelu.t  ok
../../openssl/test/recipes/30-test_pkey_meth.t  ok
../../openssl/test/recipes/40-test_rehash.t ... ok
../../openssl/test/recipes/60-test_x509_store.t ... ok
../../openssl/test/recipes/60-test_x509_time.t  ok
../../openssl/test/recipes/70-test_asyncio.t .. skipped: No TLS/SSL 
protocols are supported by this OpenSSL build
../../openssl/test/recipes/70-test_bad_dtls.t . ok
../../openssl/test/recipes/70-test_clienthello.t .. skipped: No TLS/SSL 
protocols are supported by this OpenSSL build
../../openssl/test/recipes/70-test_key_share.t  skipped: test_key_share 
needs TLS1.3 enabled
../../openssl/test/recipes/70-test_packet.t ... ok
../../openssl/test/recipes/70-test_renegotiation.t  skipped: 
test_renegotiation needs TLS <= 1.2 enabled
../../openssl/test/recipes/70-test_sslcbcpadding.t  skipped: 
test_sslcbcpadding needs TLSv1.2 enabled
../../openssl/test/recipes/70-test_sslcertstatus.t  skipped: 
test_sslcertstatus needs TLS enabled
../../openssl/test/recipes/70-test_sslextension.t . skipped: 
test_sslextension needs TLS enabled
../../openssl/test/recipes/70-test_sslmessages.t .. skipped: 
test_sslmessages needs TLS enabled
../../openssl/test/recipes/70-test_sslrecords.t ... skipped: 
test_sslrecords needs TLSv1.2 enabled
../../openssl/test/recipes/70-test_sslsessiontick.t ... skipped: 
test_sslsessiontick needs SSLv3, TLSv1, TLSv1.1 or TLSv1.2 enabled
../../openssl/test/recipes/70-test_sslsigalgs.t ... skipped: 
test_sslsigalgs needs TLS1.2 or TLS1.3 enabled
../../openssl/test/recipes/70-test_sslsignature.t . skipped: 
test_sslsignature needs TLS enabled
../../openssl/test/recipes/70-test_sslskewith0p.t . skipped: 
test_sslskewith0p needs TLS enabled
../../openssl/test/recipes/70-test_sslversions.t .. skipped: 
test_sslversions needs TLS1.3, TLS1.2 and TLS1.1 enabled
../../openssl/test/recipes/70-test_sslvertol.t  skipped: 
test_sslextension needs TLS enabled
../../openssl/test/recipes/70-test_tls13kexmodes.t  skipped: 
test_tls13kexmodes needs TLSv1.3 enabled
../../openssl/test/recipes/70-test_tls13messages.t  skipped: 
test_tls13messages needs TLSv1.3 enabled
../../openssl/test/recipes/70-test_tlsextms.t . skipped: test_tlsextms 
needs TLSv1.0, TLSv1.1 or TLSv1.2 enabled
../../openssl/test/recipes/70-test_verify_extra.t . ok
../../openssl/test/recipes/70-test_wpacket.t .. ok
../../openssl/test/recipes/80-test_ca.t ... ok
../../openssl/test/recipes/80-test_cipherbytes.t .. skipped: No SSL/TLS 
protocol is supported by this OpenSSL build.
../../openssl/test/recipes/80-test_cipherlist.t ... skipped: No SSL/TLS 
protocol is supported by this OpenSSL build.
../../openssl/test/recipes/80-test_cms.t .. ok
../../openssl/test/recipes/80-test_ct.t ... ok
../../openssl/test/recipes/80-test_dane.t . ok
../../openssl/test/recipes/80-test_dtls.t . ok
../../openssl/test/recipes/80-test_dtls_mtu.t . ok
../../openssl/test/recipes/80-test_dtlsv1listen.t . ok
../../openssl/test/recipes/80-test_ocsp.t . ok
../../openssl/test/recipes/80-test_pkcs12.t ... ok

#   Failed test 'Comparing generated sources.'
#   at ../../openssl/test/recipes/80-test_ssl_new.t line 124.
#  got: '1'
# expected: '0'
# Looks like you failed 1 test of 3.

#   Failed test 'Test configuration 05-sni.conf'
#   at ../../openss

[openssl-commits] Still FAILED build of OpenSSL branch master with options -d --strict-warnings enable-ubsan -DPEDANTIC -fno-sanitize=alignment

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings enable-ubsan -DPEDANTIC 
-fno-sanitize=alignment

Commit log since last time:

f8aa157 Check that async_jobs is not negative and not too high.
607c926 Code health: ssl/ssl_locl.h unused macros
48ce800 VMS: compensate for gmtime_r() parameter pointer size
15d95dd Don't use deprecated EVP_CIPHER_CTX_cleanup() internally
2f0ca54 Remove some obsolete/obscure internal define switches:
06611d0 Remove OPENSSL_indirect_call()
5c6c4c5 Don't free in cleanup routine
695ecf8 crypto/des: remove unreferenced rcp_enc.c module.

Build log ended with (last 100 lines):

#   Failed test 'x509 -- first x.509 v3 certificate'
#   at ../../openssl/test/recipes/25-test_x509.t line 27.

#   Failed test 'p -> d'
#   at ../../openssl/test/recipes/tconversion.pl line 61.

#   Failed test 'p -> p'
#   at ../../openssl/test/recipes/tconversion.pl line 61.

#   Failed test 'd -> d'
#   at ../../openssl/test/recipes/tconversion.pl line 71.

#   Failed test 'p -> d'
#   at ../../openssl/test/recipes/tconversion.pl line 71.

#   Failed test 'd -> p'
#   at ../../openssl/test/recipes/tconversion.pl line 71.

#   Failed test 'p -> p'
#   at ../../openssl/test/recipes/tconversion.pl line 71.

#   Failed test 'comparing orig to p'
#   at ../../openssl/test/recipes/tconversion.pl line 80.
#  got: '1'
# expected: '0'
# Looks like you failed 7 tests of 10.

#   Failed test 'x509 -- second x.509 v3 certificate'
#   at ../../openssl/test/recipes/25-test_x509.t line 30.

#   Failed test at ../../openssl/test/recipes/25-test_x509.t line 33.
# Looks like you failed 1 test of 1.

#   Failed test 'x509 -- pathlen'
#   at ../../openssl/test/recipes/25-test_x509.t line 34.
# Looks like you failed 4 tests of 5.
../../openssl/test/recipes/25-test_x509.t . 
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/5 subtests 
../../openssl/test/recipes/30-test_afalg.t  ok
../../openssl/test/recipes/30-test_engine.t ... ok

#   Failed test 'running evp_test evptests.txt'
#   at ../../openssl/test/recipes/30-test_evp.t line 18.
# Looks like you failed 1 test of 1.
../../openssl/test/recipes/30-test_evp.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

#   Failed test 'running evp_extra_test'
#   at ../../openssl/test/recipes/30-test_evp_extra.t line 18.
# Looks like you failed 1 test of 1.
../../openssl/test/recipes/30-test_evp_extra.t  
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
../../openssl/test/recipes/30-test_pbelu.t  ok
../../openssl/test/recipes/30-test_pkey_meth.t  ok

#   Failed test 'Testing normal rehash operations'
#   at ../../openssl/test/recipes/40-test_rehash.t line 30.

#   Failed test 'Testing rehash operations on readonly files'
#   at ../../openssl/test/recipes/40-test_rehash.t line 36.
# Looks like you failed 2 tests of 5.
../../openssl/test/recipes/40-test_rehash.t ... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/5 subtests 

#   Failed test 'Rehashing'
#   at ../../openssl/test/recipes/60-test_x509_store.t line 45.

#   Failed test 'verify ee-cert'
#   at ../../openssl/test/recipes/60-test_x509_store.t line 48.
# Looks like you failed 2 tests of 3.
../../openssl/test/recipes/60-test_x509_store.t ... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests 
../../openssl/test/recipes/60-test_x509_time.t  ok

#   Failed test 'running asynciotest'
#   at ../../openssl/test/recipes/70-test_asyncio.t line 20.
# Looks like you failed 1 test of 1.
../../openssl/test/recipes/70-test_asyncio.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
../../openssl/test/recipes/70-test_bad_dtls.t . ok
../../openssl/test/recipes/70-test_clienthello.t .. ok
../../openssl/test/recipes/70-test_key_share.t  skipped: test_key_share 
needs TLS1.3 enabled
../../openssl/test/recipes/70-test_packet.t ... ok
Failed to start up server (localhost,4443): Connection refused
../../openssl/test/recipes/70-test_renegotiation.t  skipped: Unable to 
start up Proxy for tests
Failed to start up server (localhost,4443): Connection refused
../../openssl/test/recipes/70-test_sslcbcpadding.t  skipped: Unable to 
start up Proxy for tests
Failed to start up server (localhost,4443): Connection refused
../../openssl/test/recipes/70-test_sslcertstatus.t  skipped: Unable to 
start up Proxy for tests
Failed to start up server (localhost,4443): Connection refused
../../openssl/test/recipes/70-test_sslextension.t . skipped: Unable to 
start up Proxy for tests
make[1]: *** wait: No child processes.  Stop.
make[1]: *** Waiting for unfinished jobs
make[1]: 

[openssl-commits] [openssl] master update

2017-03-01 Thread Richard Levitte
The branch master has been updated
   via  45632ee3bb7ab4ed405d5251d76dd5b94d782adb (commit)
  from  f8aa15728ba960137faf77b298fa60c1e63dc50f (commit)


- Log -
commit 45632ee3bb7ab4ed405d5251d76dd5b94d782adb
Author: Richard Levitte 
Date:   Wed Mar 1 23:43:03 2017 +0100

Add NOTES.UNIX, with a description on how to deal with runpaths

[skip ci]

Reviewed-by: Rich Salz 
(Merged from https://github.com/openssl/openssl/pull/2818)

---

Summary of changes:
 INSTALL|  1 +
 NOTES.UNIX | 30 ++
 2 files changed, 31 insertions(+)
 create mode 100644 NOTES.UNIX

diff --git a/INSTALL b/INSTALL
index 26cbe30..64055ac 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,6 +18,7 @@
  For additional platform specific requirements, solutions to specific
  issues and other details, please read one of these:
 
+  * NOTES.UNIX (any supported Unix like system)
   * NOTES.VMS (OpenVMS)
   * NOTES.WIN (any supported Windows)
   * NOTES.DJGPP (DOS platform with DJGPP)
diff --git a/NOTES.UNIX b/NOTES.UNIX
new file mode 100644
index 000..43146e9
--- /dev/null
+++ b/NOTES.UNIX
@@ -0,0 +1,30 @@
+
+ NOTES FOR UNIX LIKE PLATFORMS
+ =
+
+ For Unix/POSIX runtime systems on Windows, please see NOTES.WIN.
+
+
+ Shared libraries and installation in non-standard locations
+ ---
+
+ Binaries on Unix variants expect to find shared libraries in standard
+ locations, such as /usr/lib, /usr/local/lib and some other locations
+ configured in the system (for example /etc/ld.so.conf on some systems).
+ If the libraries are installed in non-standard locations, binaries
+ will not find them and therefore fail to run unless they get a bit of
+ help from a defined RPATH or RUNPATH.  This can be applied by adding
+ the appropriate linker flags to the configuration command, such as
+ this (/usr/local/ssl was the default location for OpenSSL installation
+ in versions before 1.1.0):
+
+$ ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \
+-Wl,-rpath,/usr/local/ssl/lib
+
+ Because the actual library location may vary further (for example on
+ multilib installations), there is a convenience variable in Makefile
+ that holds the exact installation directory and that can be used like
+ this:
+
+$ ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \
+-Wl,-rpath,'$(LIBRPATH)'
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

2017-03-01 Thread Richard Levitte
The branch OpenSSL_1_1_0-stable has been updated
   via  41371618f72b93bdf3e0a4be369e4df6b65334cd (commit)
  from  4cdf91ef7d6cd05706027c341d36db867276ea47 (commit)


- Log -
commit 41371618f72b93bdf3e0a4be369e4df6b65334cd
Author: Richard Levitte 
Date:   Wed Mar 1 23:43:03 2017 +0100

Add NOTES.UNIX, with a description on how to deal with runpaths

[skip ci]

Reviewed-by: Rich Salz 
(Merged from https://github.com/openssl/openssl/pull/2818)
(cherry picked from commit 45632ee3bb7ab4ed405d5251d76dd5b94d782adb)

---

Summary of changes:
 INSTALL|  1 +
 NOTES.UNIX | 30 ++
 2 files changed, 31 insertions(+)
 create mode 100644 NOTES.UNIX

diff --git a/INSTALL b/INSTALL
index 61b13c4..4547f19 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,6 +18,7 @@
  For additional platform specific requirements, solutions to specific
  issues and other details, please read one of these:
 
+  * NOTES.UNIX (any supported Unix like system)
   * NOTES.VMS (OpenVMS)
   * NOTES.WIN (any supported Windows)
   * NOTES.DJGPP (DOS platform with DJGPP)
diff --git a/NOTES.UNIX b/NOTES.UNIX
new file mode 100644
index 000..43146e9
--- /dev/null
+++ b/NOTES.UNIX
@@ -0,0 +1,30 @@
+
+ NOTES FOR UNIX LIKE PLATFORMS
+ =
+
+ For Unix/POSIX runtime systems on Windows, please see NOTES.WIN.
+
+
+ Shared libraries and installation in non-standard locations
+ ---
+
+ Binaries on Unix variants expect to find shared libraries in standard
+ locations, such as /usr/lib, /usr/local/lib and some other locations
+ configured in the system (for example /etc/ld.so.conf on some systems).
+ If the libraries are installed in non-standard locations, binaries
+ will not find them and therefore fail to run unless they get a bit of
+ help from a defined RPATH or RUNPATH.  This can be applied by adding
+ the appropriate linker flags to the configuration command, such as
+ this (/usr/local/ssl was the default location for OpenSSL installation
+ in versions before 1.1.0):
+
+$ ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \
+-Wl,-rpath,/usr/local/ssl/lib
+
+ Because the actual library location may vary further (for example on
+ multilib installations), there is a convenience variable in Makefile
+ that holds the exact installation directory and that can be used like
+ this:
+
+$ ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \
+-Wl,-rpath,'$(LIBRPATH)'
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Still FAILED build of OpenSSL branch master with options -d --strict-warnings no-ec

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

f8aa157 Check that async_jobs is not negative and not too high.
607c926 Code health: ssl/ssl_locl.h unused macros
48ce800 VMS: compensate for gmtime_r() parameter pointer size
15d95dd Don't use deprecated EVP_CIPHER_CTX_cleanup() internally
2f0ca54 Remove some obsolete/obscure internal define switches:
06611d0 Remove OPENSSL_indirect_call()
5c6c4c5 Don't free in cleanup routine
695ecf8 crypto/des: remove unreferenced rcp_enc.c module.

Build log ended with (last 100 lines):

../../openssl/test/recipes/15-test_dh.t ... ok
../../openssl/test/recipes/15-test_dsa.t .. ok
../../openssl/test/recipes/15-test_ec.t ... ok
../../openssl/test/recipes/15-test_ecdh.t . skipped: ec is not 
supported by this OpenSSL build
../../openssl/test/recipes/15-test_ecdsa.t  skipped: ec is not 
supported by this OpenSSL build
../../openssl/test/recipes/15-test_rsa.t .. ok
../../openssl/test/recipes/20-test_enc.t .. ok
../../openssl/test/recipes/20-test_enc_more.t . ok
../../openssl/test/recipes/20-test_passwd.t ... ok
../../openssl/test/recipes/25-test_crl.t .. ok
../../openssl/test/recipes/25-test_d2i.t .. ok
../../openssl/test/recipes/25-test_pkcs7.t  ok
../../openssl/test/recipes/25-test_req.t .. ok
../../openssl/test/recipes/25-test_sid.t .. skipped: test_sid needs 
EC to run
../../openssl/test/recipes/25-test_verify.t ... ok
../../openssl/test/recipes/25-test_x509.t . ok
../../openssl/test/recipes/30-test_afalg.t  ok
../../openssl/test/recipes/30-test_engine.t ... ok
../../openssl/test/recipes/30-test_evp.t .. ok
../../openssl/test/recipes/30-test_evp_extra.t  ok
../../openssl/test/recipes/30-test_pbelu.t  ok
../../openssl/test/recipes/30-test_pkey_meth.t  ok
../../openssl/test/recipes/40-test_rehash.t ... ok
../../openssl/test/recipes/60-test_x509_store.t ... ok
../../openssl/test/recipes/60-test_x509_time.t  ok
../../openssl/test/recipes/70-test_asyncio.t .. ok
../../openssl/test/recipes/70-test_bad_dtls.t . ok
../../openssl/test/recipes/70-test_clienthello.t .. ok
../../openssl/test/recipes/70-test_key_share.t  skipped: test_key_share 
needs TLS1.3 enabled
../../openssl/test/recipes/70-test_packet.t ... ok
../../openssl/test/recipes/70-test_renegotiation.t  ok
../../openssl/test/recipes/70-test_sslcbcpadding.t  ok
../../openssl/test/recipes/70-test_sslcertstatus.t  ok
../../openssl/test/recipes/70-test_sslextension.t . ok
../../openssl/test/recipes/70-test_sslmessages.t .. ok
../../openssl/test/recipes/70-test_sslrecords.t ... ok
../../openssl/test/recipes/70-test_sslsessiontick.t ... ok
# Looks like you planned 16 tests but ran 15.
../../openssl/test/recipes/70-test_sslsigalgs.t ... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/16 subtests 
(less 14 skipped subtests: 1 okay)
../../openssl/test/recipes/70-test_sslsignature.t . ok
../../openssl/test/recipes/70-test_sslskewith0p.t . ok
../../openssl/test/recipes/70-test_sslversions.t .. skipped: 
test_sslversions needs TLS1.3, TLS1.2 and TLS1.1 enabled
../../openssl/test/recipes/70-test_sslvertol.t  ok
../../openssl/test/recipes/70-test_tls13kexmodes.t  skipped: 
test_tls13kexmodes needs TLSv1.3 enabled
../../openssl/test/recipes/70-test_tls13messages.t  skipped: 
test_tls13messages needs TLSv1.3 enabled
../../openssl/test/recipes/70-test_tlsextms.t . ok
../../openssl/test/recipes/70-test_verify_extra.t . ok
../../openssl/test/recipes/70-test_wpacket.t .. ok
../../openssl/test/recipes/80-test_ca.t ... ok
../../openssl/test/recipes/80-test_cipherbytes.t .. ok
../../openssl/test/recipes/80-test_cipherlist.t ... ok
../../openssl/test/recipes/80-test_cms.t .. ok
../../openssl/test/recipes/80-test_ct.t ... skipped: ct and ec are 
not supported by this OpenSSL build
../../openssl/test/recipes/80-test_dane.t . skipped: test_dane uses 
ec which is not supported by this OpenSSL build
../../openssl/test/recipes/80-test_dtls.t . ok
../../openssl/test/recipes/80-test_dtls_mtu.t . ok
../../openssl/test/recipes/80-test_dtlsv1listen.t . ok
../../openssl/test/recipes/80-test_ocsp.t . ok
../../openssl/test/recipes/80-test_pkcs12.t ... ok
../../openssl/test/recipes/80-test_ssl_new.t .. ok
../../openssl/test/recipes/80-test_ssl_old.t .. ok
../../openssl/test/recipes/80-test_ssl_test_ctx.t . ok
../../openssl/test/recipes/80-test_sslcorrupt.t ... ok
../..

[openssl-commits] Still FAILED build of OpenSSL branch master with options -d --strict-warnings no-ct

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ct

Commit log since last time:

f8aa157 Check that async_jobs is not negative and not too high.
607c926 Code health: ssl/ssl_locl.h unused macros
48ce800 VMS: compensate for gmtime_r() parameter pointer size
15d95dd Don't use deprecated EVP_CIPHER_CTX_cleanup() internally
2f0ca54 Remove some obsolete/obscure internal define switches:
06611d0 Remove OPENSSL_indirect_call()
5c6c4c5 Don't free in cleanup routine
695ecf8 crypto/des: remove unreferenced rcp_enc.c module.

Build log ended with (last 100 lines):

../../openssl/test/recipes/15-test_ec.t ... ok
../../openssl/test/recipes/15-test_ecdh.t . ok
../../openssl/test/recipes/15-test_ecdsa.t  ok
../../openssl/test/recipes/15-test_rsa.t .. ok
../../openssl/test/recipes/20-test_enc.t .. ok
../../openssl/test/recipes/20-test_enc_more.t . ok
../../openssl/test/recipes/20-test_passwd.t ... ok
../../openssl/test/recipes/25-test_crl.t .. ok
../../openssl/test/recipes/25-test_d2i.t .. ok
../../openssl/test/recipes/25-test_pkcs7.t  ok
../../openssl/test/recipes/25-test_req.t .. ok
../../openssl/test/recipes/25-test_sid.t .. ok
../../openssl/test/recipes/25-test_verify.t ... ok
../../openssl/test/recipes/25-test_x509.t . ok
../../openssl/test/recipes/30-test_afalg.t  ok
../../openssl/test/recipes/30-test_engine.t ... ok
../../openssl/test/recipes/30-test_evp.t .. ok
../../openssl/test/recipes/30-test_evp_extra.t  ok
../../openssl/test/recipes/30-test_pbelu.t  ok
../../openssl/test/recipes/30-test_pkey_meth.t  ok
../../openssl/test/recipes/40-test_rehash.t ... ok
../../openssl/test/recipes/60-test_x509_store.t ... ok
../../openssl/test/recipes/60-test_x509_time.t  ok
../../openssl/test/recipes/70-test_asyncio.t .. ok
../../openssl/test/recipes/70-test_bad_dtls.t . ok
../../openssl/test/recipes/70-test_clienthello.t .. ok
../../openssl/test/recipes/70-test_key_share.t  skipped: test_key_share 
needs TLS1.3 enabled
../../openssl/test/recipes/70-test_packet.t ... ok
../../openssl/test/recipes/70-test_renegotiation.t  ok
../../openssl/test/recipes/70-test_sslcbcpadding.t  ok
../../openssl/test/recipes/70-test_sslcertstatus.t  ok
../../openssl/test/recipes/70-test_sslextension.t . ok
../../openssl/test/recipes/70-test_sslmessages.t .. ok
../../openssl/test/recipes/70-test_sslrecords.t ... ok
../../openssl/test/recipes/70-test_sslsessiontick.t ... ok
../../openssl/test/recipes/70-test_sslsigalgs.t ... ok
../../openssl/test/recipes/70-test_sslsignature.t . ok
../../openssl/test/recipes/70-test_sslskewith0p.t . ok
../../openssl/test/recipes/70-test_sslversions.t .. skipped: 
test_sslversions needs TLS1.3, TLS1.2 and TLS1.1 enabled
../../openssl/test/recipes/70-test_sslvertol.t  ok
../../openssl/test/recipes/70-test_tls13kexmodes.t  skipped: 
test_tls13kexmodes needs TLSv1.3 enabled
../../openssl/test/recipes/70-test_tls13messages.t  skipped: 
test_tls13messages needs TLSv1.3 enabled
../../openssl/test/recipes/70-test_tlsextms.t . ok
../../openssl/test/recipes/70-test_verify_extra.t . ok
../../openssl/test/recipes/70-test_wpacket.t .. ok

#   Failed test 'creating new pre-certificate'
#   at ../../openssl/test/recipes/80-test_ca.t line 46.
# Looks like you failed 1 test of 5.
../../openssl/test/recipes/80-test_ca.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests 
../../openssl/test/recipes/80-test_cipherbytes.t .. ok
../../openssl/test/recipes/80-test_cipherlist.t ... ok
../../openssl/test/recipes/80-test_cms.t .. ok
../../openssl/test/recipes/80-test_ct.t ... skipped: ct and ec are 
not supported by this OpenSSL build
../../openssl/test/recipes/80-test_dane.t . ok
../../openssl/test/recipes/80-test_dtls.t . ok
../../openssl/test/recipes/80-test_dtls_mtu.t . ok
../../openssl/test/recipes/80-test_dtlsv1listen.t . ok
../../openssl/test/recipes/80-test_ocsp.t . ok
../../openssl/test/recipes/80-test_pkcs12.t ... ok
../../openssl/test/recipes/80-test_ssl_new.t .. ok
../../openssl/test/recipes/80-test_ssl_old.t .. ok
../../openssl/test/recipes/80-test_ssl_test_ctx.t . ok
../../openssl/test/recipes/80-test_sslcorrupt.t ... ok
../../openssl/test/recipes/80-test_tsa.t .. ok
../../openssl/test/recipes/80-test_x509aux.t .. ok
../../openssl/test/recipes/90-test_async.t  ok
../../openssl/test/recipes/90-test_bio_enc.t .. ok
../../openssl/test/recipes/90-test_biopri

[openssl-commits] Build completed: openssl master.8456

2017-03-01 Thread AppVeyor


Build openssl master.8456 completed



Commit a6202f5f37 by edelangh on 2/17/2017 12:23 PM:

use OSSLzu instead of lu format for size_t display


Configure your notification preferences

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Build failed: openssl master.8455

2017-03-01 Thread AppVeyor



Build openssl master.8455 failed


Commit 70aaacf3f1 by Richard Levitte on 3/1/2017 9:42 PM:

[to be squashed] fixups of test/uri_internal_test.c


Configure your notification preferences

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Still Failing: openssl/openssl#9133 (OpenSSL_1_1_0-stable - 4cdf91e)

2017-03-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #9133
Status: Still Failing

Duration: 1 minute and 7 seconds
Commit: 4cdf91e (OpenSSL_1_1_0-stable)
Author: Bernd Edlinger
Message: Check that async_jobs is not negative and not too high.

Reviewed-by: Matt Caswell 
Reviewed-by: Rich Salz 
(Merged from https://github.com/openssl/openssl/pull/2693)
(cherry picked from commit f8aa15728ba960137faf77b298fa60c1e63dc50f)

View the changeset: 
https://github.com/openssl/openssl/compare/1c78765f2dcc...4cdf91ef7d6c

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/206689624

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Errored: openssl/openssl#9132 (master - f8aa157)

2017-03-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #9132
Status: Errored

Duration: 4 minutes and 13 seconds
Commit: f8aa157 (master)
Author: Bernd Edlinger
Message: Check that async_jobs is not negative and not too high.

Reviewed-by: Matt Caswell 
Reviewed-by: Rich Salz 
(Merged from https://github.com/openssl/openssl/pull/2693)

View the changeset: 
https://github.com/openssl/openssl/compare/607c9268560f...f8aa15728ba9

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/206689450

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] master update

2017-03-01 Thread Rich Salz
The branch master has been updated
   via  f8aa15728ba960137faf77b298fa60c1e63dc50f (commit)
  from  607c9268560fb2f47b2bd2e96ad1ad76d18acdc7 (commit)


- Log -
commit f8aa15728ba960137faf77b298fa60c1e63dc50f
Author: Bernd Edlinger 
Date:   Tue Feb 21 06:58:04 2017 +0100

Check that async_jobs is not negative and not too high.

Reviewed-by: Matt Caswell 
Reviewed-by: Rich Salz 
(Merged from https://github.com/openssl/openssl/pull/2693)

---

Summary of changes:
 apps/speed.c | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/apps/speed.c b/apps/speed.c
index c10a8ee..50522ae 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -1214,7 +1214,7 @@ int speed_main(int argc, char **argv)
 #ifndef NO_FORK
 int multi = 0;
 #endif
-int async_jobs = 0;
+unsigned int async_jobs = 0;
 #if !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_DSA) \
 || !defined(OPENSSL_NO_EC)
 long rsa_count = 1;
@@ -1393,6 +1393,12 @@ int speed_main(int argc, char **argv)
prog);
 goto opterr;
 }
+if (async_jobs > 9) {
+BIO_printf(bio_err,
+   "%s: too many async_jobs\n",
+   prog);
+goto opterr;
+}
 #endif
 break;
 case OPT_MISALIGN:
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

2017-03-01 Thread Rich Salz
The branch OpenSSL_1_1_0-stable has been updated
   via  4cdf91ef7d6cd05706027c341d36db867276ea47 (commit)
  from  1c78765f2dcc0d30bcc1ac279cc03cb388808c95 (commit)


- Log -
commit 4cdf91ef7d6cd05706027c341d36db867276ea47
Author: Bernd Edlinger 
Date:   Tue Feb 21 06:58:04 2017 +0100

Check that async_jobs is not negative and not too high.

Reviewed-by: Matt Caswell 
Reviewed-by: Rich Salz 
(Merged from https://github.com/openssl/openssl/pull/2693)
(cherry picked from commit f8aa15728ba960137faf77b298fa60c1e63dc50f)

---

Summary of changes:
 apps/speed.c | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/apps/speed.c b/apps/speed.c
index df22422..ad2daab 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -1235,7 +1235,7 @@ int speed_main(int argc, char **argv)
 #ifndef NO_FORK
 int multi = 0;
 #endif
-int async_jobs = 0;
+unsigned int async_jobs = 0;
 #if !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_DSA) \
 || !defined(OPENSSL_NO_EC)
 long rsa_count = 1;
@@ -1414,6 +1414,12 @@ int speed_main(int argc, char **argv)
prog);
 goto opterr;
 }
+if (async_jobs > 9) {
+BIO_printf(bio_err,
+   "%s: too many async_jobs\n",
+   prog);
+goto opterr;
+}
 #endif
 break;
 case OPT_MISALIGN:
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Still FAILED build of OpenSSL branch OpenSSL_1_1_0-stable with options -d --strict-warnings no-asm -ansi

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-asm -ansi

Commit log since last time:

1bc45dd Test framework: Add the possibility to have a test specific data dir
0adaabf Don't free in cleanup routine
0272117 Add AGL's "beer mug" PEM file as another test input
b837f04 Add test corpus for PEM reading
3588a2b Code health: make update
238b2bc Code health: Remove VAX exceptions in util/mkdef.pl
f664251 Code health: Remove unused VAX transfer vector for engines
3cca3e2 Exdata test was never enabled.
4ba808d Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
0ddda82 Update year, wording tweak
2ac9a5e Code cleanup: remove the VMS specific reimplementation of gmtime

Build log ended with (last 100 lines):

make[1]: Leaving directory '/home/openssl/run-checker-1.1.0/no-asm_-ansi'
make[1]: Entering directory '/home/openssl/run-checker-1.1.0/no-asm_-ansi'
clang  -I. -Icrypto/include -Iinclude -I../openssl -I../openssl/crypto/include 
-I../openssl/include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" 
-DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -Wall -O0 -g -pthread -m64 
-DL_ENDIAN -Wextra -Qunused-arguments  -DDEBUG_UNUSED -DPEDANTIC -pedantic 
-Wno-long-long -Wall -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat 
-Wtype-limits -Wundef -Werror -Qunused-arguments -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializers -Wno-language-extension-token 
-Wno-extended-offsetof -Wconditional-uninitialized 
-Wincompatible-pointer-types-discards-qualifiers 
-Wmissing-variable-declarations -ansi -fPIC -DOPENSSL_USE_NODELETE -MMD -MF 
crypto/aes/aes_cbc.d.tmp -MT crypto/aes/aes_cbc.o -c -o crypto/aes/aes_cbc.o 
../openssl/crypto/aes/aes_cbc.c
clang  -I. -Icrypto/include -Iinclude -I../openssl -I../openssl/crypto/include 
-I../openssl/include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" 
-DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -Wall -O0 -g -pthread -m64 
-DL_ENDIAN -Wextra -Qunused-arguments  -DDEBUG_UNUSED -DPEDANTIC -pedantic 
-Wno-long-long -Wall -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat 
-Wtype-limits -Wundef -Werror -Qunused-arguments -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializers -Wno-language-extension-token 
-Wno-extended-offsetof -Wconditional-uninitialized 
-Wincompatible-pointer-types-discards-qualifiers 
-Wmissing-variable-declarations -ansi -fPIC -DOPENSSL_USE_NODELETE -MMD -MF 
crypto/aes/aes_cfb.d.tmp -MT crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o 
../openssl/crypto/aes/aes_cfb.c
clang  -I. -Icrypto/include -Iinclude -I../openssl -I../openssl/crypto/include 
-I../openssl/include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" 
-DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -Wall -O0 -g -pthread -m64 
-DL_ENDIAN -Wextra -Qunused-arguments  -DDEBUG_UNUSED -DPEDANTIC -pedantic 
-Wno-long-long -Wall -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat 
-Wtype-limits -Wundef -Werror -Qunused-arguments -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializers -Wno-language-extension-token 
-Wno-extended-offsetof -Wconditional-uninitialized 
-Wincompatible-pointer-types-discards-qualifiers 
-Wmissing-variable-declarations -ansi -fPIC -DOPENSSL_USE_NODELETE -MMD -MF 
crypto/aes/aes_core.d.tmp -MT crypto/aes/aes_core.o -c -o crypto/aes/aes_core.o 
../openssl/crypto/aes/aes_core.c
clang  -I. -Icrypto/include -Iinclude -I../openssl -I../openssl/crypto/include 
-I../openssl/include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" 
-DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -Wall -O0 -g -pthread -m64 
-DL_ENDIAN -Wextra -Qunused-arguments  -DDEBUG_UNUSED -DPEDANTIC -pedantic 
-Wno-long-long -Wall -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat 
-Wtype-limits -Wundef -Werror -Qunused-arguments -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializers -Wno-language-extension-token 
-Wno-extended-offsetof -Wconditional-uninitialized 
-Wincompatible-pointer-types-discards-qualifiers 
-Wmissing-variable-declarations -ansi -fPIC -DOPENSSL_USE_NODELETE -MMD -MF 
crypto/aes/aes_ecb.d.tmp -MT crypto/aes/aes_ecb.o -c -o crypto/aes/aes_ecb.o 
../openssl/crypto/aes/aes_ecb.c
clang  -I. -Icrypto/include -Iinclude -I../openssl -I../openssl/crypto/include 
-I../openssl/include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" 
-DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -Wall -O0 -g -pthread -m64 
-DL_ENDIAN -Wextra -Qunused-arguments  -DDEBUG_UNUSED -DPEDANTIC -pedantic 
-Wno-long-long -Wall -Wsign-compare -Wmissing-prototypes -Wshadow -Wforma

[openssl-commits] SUCCESSFUL build of OpenSSL branch OpenSSL_1_1_0-stable with options -d --strict-warnings no-dtls1_2-method

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-dtls1_2-method

Commit log since last time:

1bc45dd Test framework: Add the possibility to have a test specific data dir
0adaabf Don't free in cleanup routine
0272117 Add AGL's "beer mug" PEM file as another test input
b837f04 Add test corpus for PEM reading
3588a2b Code health: make update
238b2bc Code health: Remove VAX exceptions in util/mkdef.pl
f664251 Code health: Remove unused VAX transfer vector for engines
3cca3e2 Exdata test was never enabled.
4ba808d Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
0ddda82 Update year, wording tweak
2ac9a5e Code cleanup: remove the VMS specific reimplementation of gmtime
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch OpenSSL_1_1_0-stable with options -d --strict-warnings no-tls1_2-method

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-tls1_2-method

Commit log since last time:

1bc45dd Test framework: Add the possibility to have a test specific data dir
0adaabf Don't free in cleanup routine
0272117 Add AGL's "beer mug" PEM file as another test input
b837f04 Add test corpus for PEM reading
3588a2b Code health: make update
238b2bc Code health: Remove VAX exceptions in util/mkdef.pl
f664251 Code health: Remove unused VAX transfer vector for engines
3cca3e2 Exdata test was never enabled.
4ba808d Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
0ddda82 Update year, wording tweak
2ac9a5e Code cleanup: remove the VMS specific reimplementation of gmtime
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch OpenSSL_1_1_0-stable with options -d --strict-warnings no-dtls1_2

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-dtls1_2

Commit log since last time:

1bc45dd Test framework: Add the possibility to have a test specific data dir
0adaabf Don't free in cleanup routine
0272117 Add AGL's "beer mug" PEM file as another test input
b837f04 Add test corpus for PEM reading
3588a2b Code health: make update
238b2bc Code health: Remove VAX exceptions in util/mkdef.pl
f664251 Code health: Remove unused VAX transfer vector for engines
3cca3e2 Exdata test was never enabled.
4ba808d Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
0ddda82 Update year, wording tweak
2ac9a5e Code cleanup: remove the VMS specific reimplementation of gmtime
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch OpenSSL_1_1_0-stable with options -d --strict-warnings no-tls1_2

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-tls1_2

Commit log since last time:

1bc45dd Test framework: Add the possibility to have a test specific data dir
0adaabf Don't free in cleanup routine
0272117 Add AGL's "beer mug" PEM file as another test input
b837f04 Add test corpus for PEM reading
3588a2b Code health: make update
238b2bc Code health: Remove VAX exceptions in util/mkdef.pl
f664251 Code health: Remove unused VAX transfer vector for engines
3cca3e2 Exdata test was never enabled.
4ba808d Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
0ddda82 Update year, wording tweak
2ac9a5e Code cleanup: remove the VMS specific reimplementation of gmtime
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Build failed: openssl master.8439

2017-03-01 Thread AppVeyor



Build openssl master.8439 failed


Commit c05b8ddec8 by Andy Polyakov on 3/1/2017 12:52 PM:

appveyor.yml: fix condition


Configure your notification preferences

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Errored: openssl/openssl#9113 (master - 607c926)

2017-03-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #9113
Status: Errored

Duration: 8 minutes and 45 seconds
Commit: 607c926 (master)
Author: Andy
Message: Code health: ssl/ssl_locl.h unused macros

CLA: trivial

Reviewed-by: Richard Levitte 
Reviewed-by: Matt Caswell 
(Merged from https://github.com/openssl/openssl/pull/2806)

View the changeset: 
https://github.com/openssl/openssl/compare/48ce800aa5a2...607c9268560f

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/206561205

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Errored: openssl/openssl#9111 (master - 48ce800)

2017-03-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #9111
Status: Errored

Duration: 16 minutes and 20 seconds
Commit: 48ce800 (master)
Author: Richard Levitte
Message: VMS: compensate for gmtime_r() parameter pointer size

With VMS C, the second parameter takes a 32-bit pointer.  When
building with 64-bit pointer size default, we must compensate.

Reviewed-by: Andy Polyakov 
(Merged from https://github.com/openssl/openssl/pull/2811)

View the changeset: 
https://github.com/openssl/openssl/compare/15d95dd7ea77...48ce800aa5a2

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/206558974

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Still Failing: openssl/openssl#9112 (OpenSSL_1_1_0-stable - 1c78765)

2017-03-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #9112
Status: Still Failing

Duration: 10 minutes and 19 seconds
Commit: 1c78765 (OpenSSL_1_1_0-stable)
Author: Richard Levitte
Message: VMS: compensate for gmtime_r() parameter pointer size

With VMS C, the second parameter takes a 32-bit pointer.  When
building with 64-bit pointer size default, we must compensate.

Reviewed-by: Andy Polyakov 
(Merged from https://github.com/openssl/openssl/pull/2811)
(cherry picked from commit 48ce800aa5a2ccee204ad3960a20c4ca14acb3a1)

View the changeset: 
https://github.com/openssl/openssl/compare/1bc45dd2cc8b...1c78765f2dcc

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/206560580

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Errored: openssl/openssl#9110 (master - 15d95dd)

2017-03-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #9110
Status: Errored

Duration: 16 minutes and 47 seconds
Commit: 15d95dd (master)
Author: Richard Levitte
Message: Don't use deprecated EVP_CIPHER_CTX_cleanup() internally

Use EVP_CIPHER_CTX_reset() instead

Reviewed-by: Matt Caswell 
(Merged from https://github.com/openssl/openssl/pull/2812)

View the changeset: 
https://github.com/openssl/openssl/compare/2f0ca54c3229...15d95dd7ea77

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/206557742

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] master update

2017-03-01 Thread Matt Caswell
The branch master has been updated
   via  607c9268560fb2f47b2bd2e96ad1ad76d18acdc7 (commit)
  from  48ce800aa5a2ccee204ad3960a20c4ca14acb3a1 (commit)


- Log -
commit 607c9268560fb2f47b2bd2e96ad1ad76d18acdc7
Author: Andy 
Date:   Wed Mar 1 01:07:01 2017 +

Code health: ssl/ssl_locl.h unused macros

CLA: trivial

Reviewed-by: Richard Levitte 
Reviewed-by: Matt Caswell 
(Merged from https://github.com/openssl/openssl/pull/2806)

---

Summary of changes:
 ssl/ssl_locl.h | 13 -
 1 file changed, 13 deletions(-)

diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index a7b21b2..c253c99 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -173,19 +173,6 @@
 # define DTLS_VERSION_LT(v1, v2) (dtls_ver_ordinal(v1) > dtls_ver_ordinal(v2))
 # define DTLS_VERSION_LE(v1, v2) (dtls_ver_ordinal(v1) >= dtls_ver_ordinal(v2))
 
-/* LOCAL STUFF */
-
-# define SSL_DECRYPT 0
-# define SSL_ENCRYPT 1
-
-# define TWO_BYTE_BIT0x80
-# define SEC_ESC_BIT 0x40
-# define TWO_BYTE_MASK   0x7fff
-# define THREE_BYTE_MASK 0x3fff
-
-# define INC32(a)((a)=((a)+1)&0xL)
-# define DEC32(a)((a)=((a)-1)&0xL)
-# define MAX_MAC_SIZE20 /* up from 16 for SSLv3 */
 
 /*
  * Define the Bitmasks for SSL_CIPHER.algorithms.
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

2017-03-01 Thread Richard Levitte
The branch OpenSSL_1_1_0-stable has been updated
   via  1c78765f2dcc0d30bcc1ac279cc03cb388808c95 (commit)
  from  1bc45dd2cc8b4e18d8fc530f68c8949fab335643 (commit)


- Log -
commit 1c78765f2dcc0d30bcc1ac279cc03cb388808c95
Author: Richard Levitte 
Date:   Wed Mar 1 10:33:20 2017 +0100

VMS: compensate for gmtime_r() parameter pointer size

With VMS C, the second parameter takes a 32-bit pointer.  When
building with 64-bit pointer size default, we must compensate.

Reviewed-by: Andy Polyakov 
(Merged from https://github.com/openssl/openssl/pull/2811)
(cherry picked from commit 48ce800aa5a2ccee204ad3960a20c4ca14acb3a1)

---

Summary of changes:
 crypto/o_time.c | 24 +++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/crypto/o_time.c b/crypto/o_time.c
index aa74340..3690232 100755
--- a/crypto/o_time.c
+++ b/crypto/o_time.c
@@ -15,7 +15,29 @@ struct tm *OPENSSL_gmtime(const time_t *timer, struct tm 
*result)
 {
 struct tm *ts = NULL;
 
-#if defined(OPENSSL_THREADS) && !defined(OPENSSL_SYS_WIN32) && 
!defined(OPENSSL_SYS_MACOSX)
+#if defined(OPENSSL_THREADS) && defined(OPENSSL_SYS_VMS)
+{
+/*
+ * On VMS, gmtime_r() takes a 32-bit pointer as second argument.
+ * Since we can't know that |result| is in a space that can easily
+ * translate to a 32-bit pointer, we must store temporarly on stack
+ * and copy the result.  The stack is always reachable with 32-bit
+ * pointers.
+ */
+#if defined(OPENSSL_SYS_VMS) && __INITIAL_POINTER_SIZE
+# pragma pointer_size save
+# pragma pointer_size 32
+#endif
+struct tm data, *ts2 = &data;
+#if defined OPENSSL_SYS_VMS && __INITIAL_POINTER_SIZE
+# pragma pointer_size restore
+#endif
+if (gmtime_r(timer, ts2) == NULL)
+return NULL;
+memcpy(result, ts2, sizeof(struct tm));
+ts = result;
+}
+#elif defined(OPENSSL_THREADS) && !defined(OPENSSL_SYS_WIN32) && 
!defined(OPENSSL_SYS_MACOSX)
 if (gmtime_r(timer, result) == NULL)
 return NULL;
 ts = result;
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] master update

2017-03-01 Thread Richard Levitte
The branch master has been updated
   via  48ce800aa5a2ccee204ad3960a20c4ca14acb3a1 (commit)
  from  15d95dd7ea77e68bf9d8450e52230a6017735ec0 (commit)


- Log -
commit 48ce800aa5a2ccee204ad3960a20c4ca14acb3a1
Author: Richard Levitte 
Date:   Wed Mar 1 10:33:20 2017 +0100

VMS: compensate for gmtime_r() parameter pointer size

With VMS C, the second parameter takes a 32-bit pointer.  When
building with 64-bit pointer size default, we must compensate.

Reviewed-by: Andy Polyakov 
(Merged from https://github.com/openssl/openssl/pull/2811)

---

Summary of changes:
 crypto/o_time.c | 24 +++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/crypto/o_time.c b/crypto/o_time.c
index aa74340..3690232 100755
--- a/crypto/o_time.c
+++ b/crypto/o_time.c
@@ -15,7 +15,29 @@ struct tm *OPENSSL_gmtime(const time_t *timer, struct tm 
*result)
 {
 struct tm *ts = NULL;
 
-#if defined(OPENSSL_THREADS) && !defined(OPENSSL_SYS_WIN32) && 
!defined(OPENSSL_SYS_MACOSX)
+#if defined(OPENSSL_THREADS) && defined(OPENSSL_SYS_VMS)
+{
+/*
+ * On VMS, gmtime_r() takes a 32-bit pointer as second argument.
+ * Since we can't know that |result| is in a space that can easily
+ * translate to a 32-bit pointer, we must store temporarly on stack
+ * and copy the result.  The stack is always reachable with 32-bit
+ * pointers.
+ */
+#if defined(OPENSSL_SYS_VMS) && __INITIAL_POINTER_SIZE
+# pragma pointer_size save
+# pragma pointer_size 32
+#endif
+struct tm data, *ts2 = &data;
+#if defined OPENSSL_SYS_VMS && __INITIAL_POINTER_SIZE
+# pragma pointer_size restore
+#endif
+if (gmtime_r(timer, ts2) == NULL)
+return NULL;
+memcpy(result, ts2, sizeof(struct tm));
+ts = result;
+}
+#elif defined(OPENSSL_THREADS) && !defined(OPENSSL_SYS_WIN32) && 
!defined(OPENSSL_SYS_MACOSX)
 if (gmtime_r(timer, result) == NULL)
 return NULL;
 ts = result;
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] FAILED build of OpenSSL branch OpenSSL_1_1_0-stable with options -d --strict-warnings no-deprecated

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-deprecated

Commit log since last time:

1bc45dd Test framework: Add the possibility to have a test specific data dir
0adaabf Don't free in cleanup routine
0272117 Add AGL's "beer mug" PEM file as another test input
b837f04 Add test corpus for PEM reading
3588a2b Code health: make update
238b2bc Code health: Remove VAX exceptions in util/mkdef.pl
f664251 Code health: Remove unused VAX transfer vector for engines
3cca3e2 Exdata test was never enabled.
4ba808d Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
0ddda82 Update year, wording tweak
2ac9a5e Code cleanup: remove the VMS specific reimplementation of gmtime

Build log ended with (last 100 lines):

clang  -I. -Icrypto/include -Iinclude -I../openssl -I../openssl/crypto/include 
-I../openssl/include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2 
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM 
-DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM 
-DGHASH_ASM -DECP_NISTZ256_ASM -DPADLOCK_ASM -DPOLY1305_ASM 
-DOPENSSL_API_COMPAT=0x1010L -DOPENSSLDIR="\"/usr/local/ssl\"" 
-DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -Wall -O0 -g -pthread -m64 
-DL_ENDIAN -Wextra -Qunused-arguments  -DDEBUG_UNUSED -DPEDANTIC -pedantic 
-Wno-long-long -Wall -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat 
-Wtype-limits -Wundef -Werror -Qunused-arguments -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializers -Wno-language-extension-token 
-Wno-extended-offsetof -Wconditional-uninitialized 
-Wincompatible-pointer-types-discards-qualifiers 
-Wmissing-variable-declarations -fPIC -DOPE
 NSSL_USE_NODELETE -MMD -MF crypto/bf/bf_enc.d.tmp -MT crypto/bf/bf_enc.o -c -o 
crypto/bf/bf_enc.o ../openssl/crypto/bf/bf_enc.c
clang  -I. -Icrypto/include -Iinclude -I../openssl -I../openssl/crypto/include 
-I../openssl/include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2 
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM 
-DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM 
-DGHASH_ASM -DECP_NISTZ256_ASM -DPADLOCK_ASM -DPOLY1305_ASM 
-DOPENSSL_API_COMPAT=0x1010L -DOPENSSLDIR="\"/usr/local/ssl\"" 
-DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -Wall -O0 -g -pthread -m64 
-DL_ENDIAN -Wextra -Qunused-arguments  -DDEBUG_UNUSED -DPEDANTIC -pedantic 
-Wno-long-long -Wall -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat 
-Wtype-limits -Wundef -Werror -Qunused-arguments -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializers -Wno-language-extension-token 
-Wno-extended-offsetof -Wconditional-uninitialized 
-Wincompatible-pointer-types-discards-qualifiers 
-Wmissing-variable-declarations -fPIC -DOPE
 NSSL_USE_NODELETE -MMD -MF crypto/bf/bf_ofb64.d.tmp -MT crypto/bf/bf_ofb64.o 
-c -o crypto/bf/bf_ofb64.o ../openssl/crypto/bf/bf_ofb64.c
clang  -I. -Icrypto/include -Iinclude -I../openssl -I../openssl/crypto/include 
-I../openssl/include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2 
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM 
-DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM 
-DGHASH_ASM -DECP_NISTZ256_ASM -DPADLOCK_ASM -DPOLY1305_ASM 
-DOPENSSL_API_COMPAT=0x1010L -DOPENSSLDIR="\"/usr/local/ssl\"" 
-DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -Wall -O0 -g -pthread -m64 
-DL_ENDIAN -Wextra -Qunused-arguments  -DDEBUG_UNUSED -DPEDANTIC -pedantic 
-Wno-long-long -Wall -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat 
-Wtype-limits -Wundef -Werror -Qunused-arguments -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializers -Wno-language-extension-token 
-Wno-extended-offsetof -Wconditional-uninitialized 
-Wincompatible-pointer-types-discards-qualifiers 
-Wmissing-variable-declarations -fPIC -DOPE
 NSSL_USE_NODELETE -MMD -MF crypto/bf/bf_skey.d.tmp -MT crypto/bf/bf_skey.o -c 
-o crypto/bf/bf_skey.o ../openssl/crypto/bf/bf_skey.c
clang  -I. -Icrypto/include -Iinclude -I../openssl -I../openssl/crypto/include 
-I../openssl/include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2 
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM 
-DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM 
-DGHASH_ASM -DECP_NISTZ256_ASM -DPADLOCK_ASM -DPOLY1305_ASM 
-DOPENSSL_API_COMPAT=0x1010L -DOPENSSLDIR="\"/usr/local/ssl\"" 
-DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -Wall -O0 -g -pthread -m64 
-DL_ENDIAN -Wextra -Qunused-arguments  -DDEBUG_UNUSED -DPEDANTIC -pedantic 
-Wno-long-long -Wall -Wsign-compa

[openssl-commits] [openssl] master update

2017-03-01 Thread Richard Levitte
The branch master has been updated
   via  15d95dd7ea77e68bf9d8450e52230a6017735ec0 (commit)
  from  2f0ca54c32299638e5a1d7577112a7fc07774f00 (commit)


- Log -
commit 15d95dd7ea77e68bf9d8450e52230a6017735ec0
Author: Richard Levitte 
Date:   Wed Mar 1 10:48:34 2017 +0100

Don't use deprecated EVP_CIPHER_CTX_cleanup() internally

Use EVP_CIPHER_CTX_reset() instead

Reviewed-by: Matt Caswell 
(Merged from https://github.com/openssl/openssl/pull/2812)

---

Summary of changes:
 crypto/cmac/cmac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/cmac/cmac.c b/crypto/cmac/cmac.c
index 0f4ca26..46e3cb7 100644
--- a/crypto/cmac/cmac.c
+++ b/crypto/cmac/cmac.c
@@ -60,7 +60,7 @@ CMAC_CTX *CMAC_CTX_new(void)
 
 void CMAC_CTX_cleanup(CMAC_CTX *ctx)
 {
-EVP_CIPHER_CTX_cleanup(ctx->cctx);
+EVP_CIPHER_CTX_reset(ctx->cctx);
 OPENSSL_cleanse(ctx->tbl, EVP_MAX_BLOCK_LENGTH);
 OPENSSL_cleanse(ctx->k1, EVP_MAX_BLOCK_LENGTH);
 OPENSSL_cleanse(ctx->k2, EVP_MAX_BLOCK_LENGTH);
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Still FAILED build of OpenSSL branch master with options -d --strict-warnings no-asm -ansi

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-asm -ansi

Commit log since last time:

43f9e0a Code health: Remove base address setting for mingw
1bcbf65 Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.
a00b956 Add AGL's "beer mug" PEM file as another test input
e8cee55 Add test corpus for PEM reading
5ea564f Code health: Quick note in changes and the OPENSSL_GLOBAL et al changes
9c5e87b Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too
6cef801 Code health: Remove another VAX C-ism, globaldef and globalref
77baccd Code health: make update
96bc5d0 Code health: Remove VAX exceptions in util/mkdef.pl
38a322a Code health: Remove unused VAX transfer vector for engines
629192c Exdata test was never enabled.
d5aa14d Remove memcpy unrolling in bn_lib.c
c26f655 Remove support for HMAC_TEST_PRIVATE_KEY_FORMAT
a2b22cd Remove GENCB_TEST compile flag
4d118fe Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
e9ee653 Fix sslapitest when compiled with no-tls1_2
c5055ad Revert rc4test removal, it performs additional tests not in evptests.txt
a633f26 Remove some commented out code in the tests
38f2837 Remove some commented out code in libssl
7f517c2 Remove some commented out code in libcrypto
9fa36f5 Remove some commented out code in the apps
816060d Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2
a7ab975 Remove a pointless "#ifndef" from bf_enc.c
6bb9006 Remove bf_cbc.c
6faa345 Update year, wording tweak
cec7dfc Remove the file r160test.c
a2121e1 Remove wp_test.c: exactly the same tests are in evptests.txt
1fef2f8 Remove dead code in bn
2722ff5 Remove some #if 0 code in ssl, crypto/bio
14097b6 Code health: Stop using timeb.h / ftime() (VMS only)
e627a13 Code health: Remove obvious VAX C fixups
8a05d6b More Configure cleanup. Remove - util/incore - util/fipslink.pl - the 
unused "baseaddr" configure switch
b53338c Clean up references to FIPS
223a90c Remove BN_DEBUG_TRIX
e546e2c Remove debugging leftovers in apps/opt.c
533b178 Avoid buffer underflow in evp_test.
fa7e9ed Remove unnecessary memset after PR #2583 avoids accessing the 
uninitialized session_id now.
44e2d45 Move the CHIL engine to demos/engines
df15c84 Remove some dead code from libssl
9d70ac9 Code cleanup: remove the VMS specific reimplementation of gmtime
5c2ee53 Remove dead code in crypto/pkcs7
ebc354a Remove methtest.c
d86f2f2 Remove ancient demoCA directory
9664512 Renumber to avoid a error code clash

Build log ended with (last 100 lines):

make[1]: Entering directory '/home/openssl/run-checker/no-asm_-ansi'
clang  -I. -Icrypto/include -Iinclude -I../openssl -I../openssl/crypto/include 
-I../openssl/include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" 
-DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -Wall -O0 -g -pthread -m64 
-DL_ENDIAN -Wextra -Qunused-arguments  -DDEBUG_UNUSED -Wswitch -DPEDANTIC 
-pedantic -Wno-long-long -Wall -Wsign-compare -Wmissing-prototypes -Wshadow 
-Wformat -Wtype-limits -Wundef -Werror -Qunused-arguments -Wextra 
-Wswitch-default -Wno-unused-parameter -Wno-parentheses-equality 
-Wno-missing-field-initializers -Wno-language-extension-token 
-Wno-extended-offsetof -Wconditional-uninitialized 
-Wincompatible-pointer-types-discards-qualifiers 
-Wmissing-variable-declarations -ansi -fPIC -DOPENSSL_USE_NODELETE -MMD -MF 
crypto/aes/aes_cbc.d.tmp -MT crypto/aes/aes_cbc.o -c -o crypto/aes/aes_cbc.o 
../openssl/crypto/aes/aes_cbc.c
clang  -I. -Icrypto/include -Iinclude -I../openssl -I../openssl/crypto/include 
-I../openssl/include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" 
-DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -Wall -O0 -g -pthread -m64 
-DL_ENDIAN -Wextra -Qunused-arguments  -DDEBUG_UNUSED -Wswitch -DPEDANTIC 
-pedantic -Wno-long-long -Wall -Wsign-compare -Wmissing-prototypes -Wshadow 
-Wformat -Wtype-limits -Wundef -Werror -Qunused-arguments -Wextra 
-Wswitch-default -Wno-unused-parameter -Wno-parentheses-equality 
-Wno-missing-field-initializers -Wno-language-extension-token 
-Wno-extended-offsetof -Wconditional-uninitialized 
-Wincompatible-pointer-types-discards-qualifiers 
-Wmissing-variable-declarations -ansi -fPIC -DOPENSSL_USE_NODELETE -MMD -MF 
crypto/aes/aes_cfb.d.tmp -MT crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o 
../openssl/crypto/aes/aes_cfb.c
clang  -I. -Icrypto/include -Iinclude -I../openssl -I../openssl/crypto/include 
-I../openssl/include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" 
-DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -Wall -O0 -g -pthread -m64 
-DL_ENDIAN -Wextra -Qunused-arguments  -DDEBUG_UNUSED -Wswitch -DPEDANTIC 
-pedantic -Wno-long-long -Wall -W

[openssl-commits] Errored: openssl/openssl#9105 (master - 2f0ca54)

2017-03-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #9105
Status: Errored

Duration: 16 minutes and 24 seconds
Commit: 2f0ca54 (master)
Author: Emilia Kasper
Message: Remove some obsolete/obscure internal define switches:

- FLAT_INC
- PKCS1_CHECK (the SSL_OP_PKCS1_CHECK options have been
  no-oped)
- PKCS_TESTVECT (debugging leftovers)
- SSL_AD_MISSING_SRP_USERNAME (unfinished feature)
- DTLS_AD_MISSING_HANDSHAKE_MESSAGE (unfinished feature)
- USE_OBJ_MAC (note this removes a define from the public header but
   very unlikely someone would be depending on it)
- SSL_FORBID_ENULL

Reviewed-by: Rich Salz 
Reviewed-by: Stephen Henson 
Reviewed-by: Andy Polyakov 

View the changeset: 
https://github.com/openssl/openssl/compare/06611d0a1623...2f0ca54c3229

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/206542028

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-dtls1_2-method

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-dtls1_2-method

Commit log since last time:

43f9e0a Code health: Remove base address setting for mingw
1bcbf65 Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.
a00b956 Add AGL's "beer mug" PEM file as another test input
e8cee55 Add test corpus for PEM reading
5ea564f Code health: Quick note in changes and the OPENSSL_GLOBAL et al changes
9c5e87b Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too
6cef801 Code health: Remove another VAX C-ism, globaldef and globalref
77baccd Code health: make update
96bc5d0 Code health: Remove VAX exceptions in util/mkdef.pl
38a322a Code health: Remove unused VAX transfer vector for engines
629192c Exdata test was never enabled.
d5aa14d Remove memcpy unrolling in bn_lib.c
c26f655 Remove support for HMAC_TEST_PRIVATE_KEY_FORMAT
a2b22cd Remove GENCB_TEST compile flag
4d118fe Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
e9ee653 Fix sslapitest when compiled with no-tls1_2
c5055ad Revert rc4test removal, it performs additional tests not in evptests.txt
a633f26 Remove some commented out code in the tests
38f2837 Remove some commented out code in libssl
7f517c2 Remove some commented out code in libcrypto
9fa36f5 Remove some commented out code in the apps
816060d Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2
a7ab975 Remove a pointless "#ifndef" from bf_enc.c
6bb9006 Remove bf_cbc.c
6faa345 Update year, wording tweak
cec7dfc Remove the file r160test.c
a2121e1 Remove wp_test.c: exactly the same tests are in evptests.txt
1fef2f8 Remove dead code in bn
2722ff5 Remove some #if 0 code in ssl, crypto/bio
14097b6 Code health: Stop using timeb.h / ftime() (VMS only)
e627a13 Code health: Remove obvious VAX C fixups
8a05d6b More Configure cleanup. Remove - util/incore - util/fipslink.pl - the 
unused "baseaddr" configure switch
b53338c Clean up references to FIPS
223a90c Remove BN_DEBUG_TRIX
e546e2c Remove debugging leftovers in apps/opt.c
533b178 Avoid buffer underflow in evp_test.
fa7e9ed Remove unnecessary memset after PR #2583 avoids accessing the 
uninitialized session_id now.
44e2d45 Move the CHIL engine to demos/engines
df15c84 Remove some dead code from libssl
9d70ac9 Code cleanup: remove the VMS specific reimplementation of gmtime
5c2ee53 Remove dead code in crypto/pkcs7
ebc354a Remove methtest.c
d86f2f2 Remove ancient demoCA directory
9664512 Renumber to avoid a error code clash
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] master update

2017-03-01 Thread Emilia Kasper
The branch master has been updated
   via  2f0ca54c32299638e5a1d7577112a7fc07774f00 (commit)
  from  06611d0a1623a1ce06275b6cdd7a270d9704bf37 (commit)


- Log -
commit 2f0ca54c32299638e5a1d7577112a7fc07774f00
Author: Emilia Kasper 
Date:   Tue Feb 28 14:13:40 2017 +0100

Remove some obsolete/obscure internal define switches:

- FLAT_INC
- PKCS1_CHECK (the SSL_OP_PKCS1_CHECK options have been
  no-oped)
- PKCS_TESTVECT (debugging leftovers)
- SSL_AD_MISSING_SRP_USERNAME (unfinished feature)
- DTLS_AD_MISSING_HANDSHAKE_MESSAGE (unfinished feature)
- USE_OBJ_MAC (note this removes a define from the public header but
   very unlikely someone would be depending on it)
- SSL_FORBID_ENULL

Reviewed-by: Rich Salz 
Reviewed-by: Stephen Henson 
Reviewed-by: Andy Polyakov 

---

Summary of changes:
 crypto/cryptlib.c |   8 +-
 crypto/rsa/rsa_oaep.c |   5 -
 demos/engines/e_chil.c|   6 +-
 include/openssl/dtls1.h   |   7 +-
 include/openssl/objects.h | 903 +-
 ssl/d1_msg.c  |  13 +-
 ssl/record/rec_layer_d1.c |  36 --
 ssl/record/rec_layer_s3.c |   4 -
 ssl/ssl_ciph.c|   3 -
 ssl/ssl_locl.h|   2 -
 ssl/statem/statem_clnt.c  |   6 -
 test/build.info   |   2 +-
 test/ectest.c |   7 +-
 test/rsa_test.c   |   6 +-
 14 files changed, 15 insertions(+), 993 deletions(-)

diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 01b8ce5..b022365 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -167,7 +167,13 @@ void OPENSSL_showfatal(const char *fmta, ...)
 va_list ap;
 TCHAR buf[256];
 const TCHAR *fmt;
-# ifdef STD_ERROR_HANDLE/* what a dirty trick! */
+/*
+ * First check if it's a console application, in which case the
+ * error message would be printed to standard error.
+ * Windows CE does not have a concept of a console application,
+ * so we need to guard the check.
+ */
+# ifdef STD_ERROR_HANDLE
 HANDLE h;
 
 if ((h = GetStdHandle(STD_ERROR_HANDLE)) != NULL &&
diff --git a/crypto/rsa/rsa_oaep.c b/crypto/rsa/rsa_oaep.c
index 868104f..d583d23 100644
--- a/crypto/rsa/rsa_oaep.c
+++ b/crypto/rsa/rsa_oaep.c
@@ -78,11 +78,6 @@ int RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int 
tlen,
 memcpy(db + emlen - flen - mdlen, from, (unsigned int)flen);
 if (RAND_bytes(seed, mdlen) <= 0)
 return 0;
-#ifdef PKCS_TESTVECT
-memcpy(seed,
-   
"\xaa\xfd\x12\xf6\x59\xca\xe6\x34\x89\xb4\x79\xe5\x07\x6d\xde\xc2\xf0\x6c\xb5\x8f",
-   20);
-#endif
 
 dbmask = OPENSSL_malloc(emlen - mdlen);
 if (dbmask == NULL) {
diff --git a/demos/engines/e_chil.c b/demos/engines/e_chil.c
index 8d81b46..74b9c86 100644
--- a/demos/engines/e_chil.c
+++ b/demos/engines/e_chil.c
@@ -35,11 +35,7 @@
  * The hwcryptohook.h included here is from May 2000.
  * [Richard Levitte]
  */
-#  ifdef FLAT_INC
-#   include "hwcryptohook.h"
-#  else
-#   include "vendor_defns/hwcryptohook.h"
-#  endif
+# include "vendor_defns/hwcryptohook.h"
 
 #  define HWCRHK_LIB_NAME "CHIL engine"
 #  include "e_chil_err.c"
diff --git a/include/openssl/dtls1.h b/include/openssl/dtls1.h
index f4769f8..86a8981 100644
--- a/include/openssl/dtls1.h
+++ b/include/openssl/dtls1.h
@@ -37,12 +37,7 @@ extern "C" {
 
 # define DTLS1_CCS_HEADER_LENGTH  1
 
-# ifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE
-#  define DTLS1_AL_HEADER_LENGTH   7
-# else
-#  define DTLS1_AL_HEADER_LENGTH   2
-# endif
-
+# define DTLS1_AL_HEADER_LENGTH   2
 
 /* Timeout multipliers (timeout slice is defined in apps/timeouts.h */
 # define DTLS1_TMO_READ_COUNT  2
diff --git a/include/openssl/objects.h b/include/openssl/objects.h
index 09d614f..b554add 100644
--- a/include/openssl/objects.h
+++ b/include/openssl/objects.h
@@ -10,908 +10,7 @@
 #ifndef HEADER_OBJECTS_H
 # define HEADER_OBJECTS_H
 
-# define USE_OBJ_MAC
-
-# ifdef USE_OBJ_MAC
-#  include 
-# else
-#  define SN_undef"UNDEF"
-#  define LN_undef"undefined"
-#  define NID_undef   0
-#  define OBJ_undef   0L
-
-#  define SN_Algorithm"Algorithm"
-#  define LN_algorithm"algorithm"
-#  define NID_algorithm   38
-#  define OBJ_algorithm   1L,3L,14L,3L,2L
-
-#  define LN_rsadsi   "rsadsi"
-#  define NID_rsadsi  1
-#  define OBJ_rsadsi  1L,2L,840L,113549L
-
-#  define LN_pkcs "pkcs"
-#  define NID_pkcs2
-#  define OBJ_pkcsOBJ_rsadsi,1L
-
-#  define SN_md2  "M

[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-tls1_2-method

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-tls1_2-method

Commit log since last time:

43f9e0a Code health: Remove base address setting for mingw
1bcbf65 Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.
a00b956 Add AGL's "beer mug" PEM file as another test input
e8cee55 Add test corpus for PEM reading
5ea564f Code health: Quick note in changes and the OPENSSL_GLOBAL et al changes
9c5e87b Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too
6cef801 Code health: Remove another VAX C-ism, globaldef and globalref
77baccd Code health: make update
96bc5d0 Code health: Remove VAX exceptions in util/mkdef.pl
38a322a Code health: Remove unused VAX transfer vector for engines
629192c Exdata test was never enabled.
d5aa14d Remove memcpy unrolling in bn_lib.c
c26f655 Remove support for HMAC_TEST_PRIVATE_KEY_FORMAT
a2b22cd Remove GENCB_TEST compile flag
4d118fe Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
e9ee653 Fix sslapitest when compiled with no-tls1_2
c5055ad Revert rc4test removal, it performs additional tests not in evptests.txt
a633f26 Remove some commented out code in the tests
38f2837 Remove some commented out code in libssl
7f517c2 Remove some commented out code in libcrypto
9fa36f5 Remove some commented out code in the apps
816060d Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2
a7ab975 Remove a pointless "#ifndef" from bf_enc.c
6bb9006 Remove bf_cbc.c
6faa345 Update year, wording tweak
cec7dfc Remove the file r160test.c
a2121e1 Remove wp_test.c: exactly the same tests are in evptests.txt
1fef2f8 Remove dead code in bn
2722ff5 Remove some #if 0 code in ssl, crypto/bio
14097b6 Code health: Stop using timeb.h / ftime() (VMS only)
e627a13 Code health: Remove obvious VAX C fixups
8a05d6b More Configure cleanup. Remove - util/incore - util/fipslink.pl - the 
unused "baseaddr" configure switch
b53338c Clean up references to FIPS
223a90c Remove BN_DEBUG_TRIX
e546e2c Remove debugging leftovers in apps/opt.c
533b178 Avoid buffer underflow in evp_test.
fa7e9ed Remove unnecessary memset after PR #2583 avoids accessing the 
uninitialized session_id now.
44e2d45 Move the CHIL engine to demos/engines
df15c84 Remove some dead code from libssl
9d70ac9 Code cleanup: remove the VMS specific reimplementation of gmtime
5c2ee53 Remove dead code in crypto/pkcs7
ebc354a Remove methtest.c
d86f2f2 Remove ancient demoCA directory
9664512 Renumber to avoid a error code clash
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Still FAILED build of OpenSSL branch master with options -d --strict-warnings no-tls1_1-method

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-tls1_1-method

Commit log since last time:

43f9e0a Code health: Remove base address setting for mingw
1bcbf65 Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.
a00b956 Add AGL's "beer mug" PEM file as another test input
e8cee55 Add test corpus for PEM reading
5ea564f Code health: Quick note in changes and the OPENSSL_GLOBAL et al changes
9c5e87b Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too
6cef801 Code health: Remove another VAX C-ism, globaldef and globalref
77baccd Code health: make update
96bc5d0 Code health: Remove VAX exceptions in util/mkdef.pl
38a322a Code health: Remove unused VAX transfer vector for engines
629192c Exdata test was never enabled.
d5aa14d Remove memcpy unrolling in bn_lib.c
c26f655 Remove support for HMAC_TEST_PRIVATE_KEY_FORMAT
a2b22cd Remove GENCB_TEST compile flag
4d118fe Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
e9ee653 Fix sslapitest when compiled with no-tls1_2
c5055ad Revert rc4test removal, it performs additional tests not in evptests.txt
a633f26 Remove some commented out code in the tests
38f2837 Remove some commented out code in libssl
7f517c2 Remove some commented out code in libcrypto
9fa36f5 Remove some commented out code in the apps
816060d Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2
a7ab975 Remove a pointless "#ifndef" from bf_enc.c
6bb9006 Remove bf_cbc.c
6faa345 Update year, wording tweak
cec7dfc Remove the file r160test.c
a2121e1 Remove wp_test.c: exactly the same tests are in evptests.txt
1fef2f8 Remove dead code in bn
2722ff5 Remove some #if 0 code in ssl, crypto/bio
14097b6 Code health: Stop using timeb.h / ftime() (VMS only)
e627a13 Code health: Remove obvious VAX C fixups
8a05d6b More Configure cleanup. Remove - util/incore - util/fipslink.pl - the 
unused "baseaddr" configure switch
b53338c Clean up references to FIPS
223a90c Remove BN_DEBUG_TRIX
e546e2c Remove debugging leftovers in apps/opt.c
533b178 Avoid buffer underflow in evp_test.
fa7e9ed Remove unnecessary memset after PR #2583 avoids accessing the 
uninitialized session_id now.
44e2d45 Move the CHIL engine to demos/engines
df15c84 Remove some dead code from libssl
9d70ac9 Code cleanup: remove the VMS specific reimplementation of gmtime
5c2ee53 Remove dead code in crypto/pkcs7
ebc354a Remove methtest.c
d86f2f2 Remove ancient demoCA directory
9664512 Renumber to avoid a error code clash

Build log ended with (last 100 lines):

../../openssl/test/recipes/20-test_passwd.t ... ok
../../openssl/test/recipes/25-test_crl.t .. ok
../../openssl/test/recipes/25-test_d2i.t .. ok
../../openssl/test/recipes/25-test_pkcs7.t  ok
../../openssl/test/recipes/25-test_req.t .. ok
../../openssl/test/recipes/25-test_sid.t .. ok
../../openssl/test/recipes/25-test_verify.t ... ok
../../openssl/test/recipes/25-test_x509.t . ok
../../openssl/test/recipes/30-test_afalg.t  ok
../../openssl/test/recipes/30-test_engine.t ... ok
../../openssl/test/recipes/30-test_evp.t .. ok
../../openssl/test/recipes/30-test_evp_extra.t  ok
../../openssl/test/recipes/30-test_pbelu.t  ok
../../openssl/test/recipes/30-test_pkey_meth.t  ok
../../openssl/test/recipes/40-test_rehash.t ... ok
../../openssl/test/recipes/60-test_x509_store.t ... ok
../../openssl/test/recipes/60-test_x509_time.t  ok
../../openssl/test/recipes/70-test_asyncio.t .. ok
../../openssl/test/recipes/70-test_bad_dtls.t . ok
../../openssl/test/recipes/70-test_clienthello.t .. ok
../../openssl/test/recipes/70-test_key_share.t  skipped: test_key_share 
needs TLS1.3 enabled
../../openssl/test/recipes/70-test_packet.t ... ok
../../openssl/test/recipes/70-test_renegotiation.t  ok
../../openssl/test/recipes/70-test_sslcbcpadding.t  ok
../../openssl/test/recipes/70-test_sslcertstatus.t  ok
../../openssl/test/recipes/70-test_sslextension.t . ok
../../openssl/test/recipes/70-test_sslmessages.t .. ok
../../openssl/test/recipes/70-test_sslrecords.t ... ok
../../openssl/test/recipes/70-test_sslsessiontick.t ... ok
../../openssl/test/recipes/70-test_sslsigalgs.t ... ok
../../openssl/test/recipes/70-test_sslsignature.t . ok
../../openssl/test/recipes/70-test_sslskewith0p.t . ok
../../openssl/test/recipes/70-test_sslversions.t .. skipped: 
test_sslversions needs TLS1.3, TLS1.2 and TLS1.1 enabled
../../openssl/test/recipes/70-test_sslvertol.t  ok
../../openssl/test/recipes/70-test_tls13kexmodes.t  skipped: 
test_tls13kexmodes needs TLSv1.3 enabled
../../openssl/test/recipes/70-test_tls13messages.t  skipped: 
test_tls13messages needs TLSv1.3 enabled
../../opens

[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-dtls1_2

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-dtls1_2

Commit log since last time:

43f9e0a Code health: Remove base address setting for mingw
1bcbf65 Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.
a00b956 Add AGL's "beer mug" PEM file as another test input
e8cee55 Add test corpus for PEM reading
5ea564f Code health: Quick note in changes and the OPENSSL_GLOBAL et al changes
9c5e87b Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too
6cef801 Code health: Remove another VAX C-ism, globaldef and globalref
77baccd Code health: make update
96bc5d0 Code health: Remove VAX exceptions in util/mkdef.pl
38a322a Code health: Remove unused VAX transfer vector for engines
629192c Exdata test was never enabled.
d5aa14d Remove memcpy unrolling in bn_lib.c
c26f655 Remove support for HMAC_TEST_PRIVATE_KEY_FORMAT
a2b22cd Remove GENCB_TEST compile flag
4d118fe Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
e9ee653 Fix sslapitest when compiled with no-tls1_2
c5055ad Revert rc4test removal, it performs additional tests not in evptests.txt
a633f26 Remove some commented out code in the tests
38f2837 Remove some commented out code in libssl
7f517c2 Remove some commented out code in libcrypto
9fa36f5 Remove some commented out code in the apps
816060d Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2
a7ab975 Remove a pointless "#ifndef" from bf_enc.c
6bb9006 Remove bf_cbc.c
6faa345 Update year, wording tweak
cec7dfc Remove the file r160test.c
a2121e1 Remove wp_test.c: exactly the same tests are in evptests.txt
1fef2f8 Remove dead code in bn
2722ff5 Remove some #if 0 code in ssl, crypto/bio
14097b6 Code health: Stop using timeb.h / ftime() (VMS only)
e627a13 Code health: Remove obvious VAX C fixups
8a05d6b More Configure cleanup. Remove - util/incore - util/fipslink.pl - the 
unused "baseaddr" configure switch
b53338c Clean up references to FIPS
223a90c Remove BN_DEBUG_TRIX
e546e2c Remove debugging leftovers in apps/opt.c
533b178 Avoid buffer underflow in evp_test.
fa7e9ed Remove unnecessary memset after PR #2583 avoids accessing the 
uninitialized session_id now.
44e2d45 Move the CHIL engine to demos/engines
df15c84 Remove some dead code from libssl
9d70ac9 Code cleanup: remove the VMS specific reimplementation of gmtime
5c2ee53 Remove dead code in crypto/pkcs7
ebc354a Remove methtest.c
d86f2f2 Remove ancient demoCA directory
9664512 Renumber to avoid a error code clash
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-tls1_2

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-tls1_2

Commit log since last time:

43f9e0a Code health: Remove base address setting for mingw
1bcbf65 Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.
a00b956 Add AGL's "beer mug" PEM file as another test input
e8cee55 Add test corpus for PEM reading
5ea564f Code health: Quick note in changes and the OPENSSL_GLOBAL et al changes
9c5e87b Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too
6cef801 Code health: Remove another VAX C-ism, globaldef and globalref
77baccd Code health: make update
96bc5d0 Code health: Remove VAX exceptions in util/mkdef.pl
38a322a Code health: Remove unused VAX transfer vector for engines
629192c Exdata test was never enabled.
d5aa14d Remove memcpy unrolling in bn_lib.c
c26f655 Remove support for HMAC_TEST_PRIVATE_KEY_FORMAT
a2b22cd Remove GENCB_TEST compile flag
4d118fe Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
e9ee653 Fix sslapitest when compiled with no-tls1_2
c5055ad Revert rc4test removal, it performs additional tests not in evptests.txt
a633f26 Remove some commented out code in the tests
38f2837 Remove some commented out code in libssl
7f517c2 Remove some commented out code in libcrypto
9fa36f5 Remove some commented out code in the apps
816060d Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2
a7ab975 Remove a pointless "#ifndef" from bf_enc.c
6bb9006 Remove bf_cbc.c
6faa345 Update year, wording tweak
cec7dfc Remove the file r160test.c
a2121e1 Remove wp_test.c: exactly the same tests are in evptests.txt
1fef2f8 Remove dead code in bn
2722ff5 Remove some #if 0 code in ssl, crypto/bio
14097b6 Code health: Stop using timeb.h / ftime() (VMS only)
e627a13 Code health: Remove obvious VAX C fixups
8a05d6b More Configure cleanup. Remove - util/incore - util/fipslink.pl - the 
unused "baseaddr" configure switch
b53338c Clean up references to FIPS
223a90c Remove BN_DEBUG_TRIX
e546e2c Remove debugging leftovers in apps/opt.c
533b178 Avoid buffer underflow in evp_test.
fa7e9ed Remove unnecessary memset after PR #2583 avoids accessing the 
uninitialized session_id now.
44e2d45 Move the CHIL engine to demos/engines
df15c84 Remove some dead code from libssl
9d70ac9 Code cleanup: remove the VMS specific reimplementation of gmtime
5c2ee53 Remove dead code in crypto/pkcs7
ebc354a Remove methtest.c
d86f2f2 Remove ancient demoCA directory
9664512 Renumber to avoid a error code clash
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Still FAILED build of OpenSSL branch master with options -d --strict-warnings no-tls1_1

2017-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-tls1_1

Commit log since last time:

43f9e0a Code health: Remove base address setting for mingw
1bcbf65 Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.
a00b956 Add AGL's "beer mug" PEM file as another test input
e8cee55 Add test corpus for PEM reading
5ea564f Code health: Quick note in changes and the OPENSSL_GLOBAL et al changes
9c5e87b Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too
6cef801 Code health: Remove another VAX C-ism, globaldef and globalref
77baccd Code health: make update
96bc5d0 Code health: Remove VAX exceptions in util/mkdef.pl
38a322a Code health: Remove unused VAX transfer vector for engines
629192c Exdata test was never enabled.
d5aa14d Remove memcpy unrolling in bn_lib.c
c26f655 Remove support for HMAC_TEST_PRIVATE_KEY_FORMAT
a2b22cd Remove GENCB_TEST compile flag
4d118fe Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
e9ee653 Fix sslapitest when compiled with no-tls1_2
c5055ad Revert rc4test removal, it performs additional tests not in evptests.txt
a633f26 Remove some commented out code in the tests
38f2837 Remove some commented out code in libssl
7f517c2 Remove some commented out code in libcrypto
9fa36f5 Remove some commented out code in the apps
816060d Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2
a7ab975 Remove a pointless "#ifndef" from bf_enc.c
6bb9006 Remove bf_cbc.c
6faa345 Update year, wording tweak
cec7dfc Remove the file r160test.c
a2121e1 Remove wp_test.c: exactly the same tests are in evptests.txt
1fef2f8 Remove dead code in bn
2722ff5 Remove some #if 0 code in ssl, crypto/bio
14097b6 Code health: Stop using timeb.h / ftime() (VMS only)
e627a13 Code health: Remove obvious VAX C fixups
8a05d6b More Configure cleanup. Remove - util/incore - util/fipslink.pl - the 
unused "baseaddr" configure switch
b53338c Clean up references to FIPS
223a90c Remove BN_DEBUG_TRIX
e546e2c Remove debugging leftovers in apps/opt.c
533b178 Avoid buffer underflow in evp_test.
fa7e9ed Remove unnecessary memset after PR #2583 avoids accessing the 
uninitialized session_id now.
44e2d45 Move the CHIL engine to demos/engines
df15c84 Remove some dead code from libssl
9d70ac9 Code cleanup: remove the VMS specific reimplementation of gmtime
5c2ee53 Remove dead code in crypto/pkcs7
ebc354a Remove methtest.c
d86f2f2 Remove ancient demoCA directory
9664512 Renumber to avoid a error code clash

Build log ended with (last 100 lines):

../../openssl/test/recipes/20-test_passwd.t ... ok
../../openssl/test/recipes/25-test_crl.t .. ok
../../openssl/test/recipes/25-test_d2i.t .. ok
../../openssl/test/recipes/25-test_pkcs7.t  ok
../../openssl/test/recipes/25-test_req.t .. ok
../../openssl/test/recipes/25-test_sid.t .. ok
../../openssl/test/recipes/25-test_verify.t ... ok
../../openssl/test/recipes/25-test_x509.t . ok
../../openssl/test/recipes/30-test_afalg.t  ok
../../openssl/test/recipes/30-test_engine.t ... ok
../../openssl/test/recipes/30-test_evp.t .. ok
../../openssl/test/recipes/30-test_evp_extra.t  ok
../../openssl/test/recipes/30-test_pbelu.t  ok
../../openssl/test/recipes/30-test_pkey_meth.t  ok
../../openssl/test/recipes/40-test_rehash.t ... ok
../../openssl/test/recipes/60-test_x509_store.t ... ok
../../openssl/test/recipes/60-test_x509_time.t  ok
../../openssl/test/recipes/70-test_asyncio.t .. ok
../../openssl/test/recipes/70-test_bad_dtls.t . ok
../../openssl/test/recipes/70-test_clienthello.t .. ok
../../openssl/test/recipes/70-test_key_share.t  skipped: test_key_share 
needs TLS1.3 enabled
../../openssl/test/recipes/70-test_packet.t ... ok
../../openssl/test/recipes/70-test_renegotiation.t  ok
../../openssl/test/recipes/70-test_sslcbcpadding.t  ok
../../openssl/test/recipes/70-test_sslcertstatus.t  ok
../../openssl/test/recipes/70-test_sslextension.t . ok
../../openssl/test/recipes/70-test_sslmessages.t .. ok
../../openssl/test/recipes/70-test_sslrecords.t ... ok
../../openssl/test/recipes/70-test_sslsessiontick.t ... ok
../../openssl/test/recipes/70-test_sslsigalgs.t ... ok
../../openssl/test/recipes/70-test_sslsignature.t . ok
../../openssl/test/recipes/70-test_sslskewith0p.t . ok
../../openssl/test/recipes/70-test_sslversions.t .. skipped: 
test_sslversions needs TLS1.3, TLS1.2 and TLS1.1 enabled
../../openssl/test/recipes/70-test_sslvertol.t  ok
../../openssl/test/recipes/70-test_tls13kexmodes.t  skipped: 
test_tls13kexmodes needs TLSv1.3 enabled
../../openssl/test/recipes/70-test_tls13messages.t  skipped: 
test_tls13messages needs TLSv1.3 enabled
../../openssl/test