[openssl] master update

2019-05-27 Thread Richard Levitte
The branch master has been updated via 3b437400d90fb89ce5e0d74fd79bda9028f185fb (commit) from 6aa2e59e1c52761cc5ad60170106118d7c1aa090 (commit) - Log - commit 3b437400d90fb89ce5e0d74fd79bda9028f185fb Author: Richard

[openssl] OpenSSL_1_1_1-stable update

2019-05-27 Thread Richard Levitte
The branch OpenSSL_1_1_1-stable has been updated via 27a3be20a543fdd44517b898421f154e4619c78a (commit) from 5a070488d8c7b31da9080e6fcce6aefdc86af608 (commit) - Log - commit 27a3be20a543fdd44517b898421f154e4619c78a

Still Failing: openssl/openssl#25307 (master - 3249546)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25307 Status: Still Failing Duration: 18 mins and 54 secs Commit: 3249546 (master) Author: David Makepeace Message: Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF. Reviewed-by: Matt Caswell Reviewed-by:

[openssl] master update

2019-05-27 Thread shane . lontis
The branch master has been updated via 6aa2e59e1c52761cc5ad60170106118d7c1aa090 (commit) from 324954640e7fcb2b4a26cb5ae7923a6e5e79ee14 (commit) - Log - commit 6aa2e59e1c52761cc5ad60170106118d7c1aa090 Author: Shane

Failed: openssl/openssl#25315 (master - 3b43740)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25315 Status: Failed Duration: 31 mins and 23 secs Commit: 3b43740 (master) Author: Richard Levitte Message: Configure: Remove extra warning and sanitizer options from CXXFLAGS We add the extra warning and sanitizer

Errored: openssl/openssl#25309 (master - 6aa2e59)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25309 Status: Errored Duration: 22 mins and 9 secs Commit: 6aa2e59 (master) Author: Shane Lontis Message: Add d2i_KeyParams/i2d_KeyParams API's. Convert EVP_PKEY Parameters to/from binary. This wraps the low level

Still Failing: openssl/openssl#25316 (OpenSSL_1_1_1-stable - 27a3be2)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25316 Status: Still Failing Duration: 29 mins and 9 secs Commit: 27a3be2 (OpenSSL_1_1_1-stable) Author: Richard Levitte Message: Configure: Remove extra warning and sanitizer options from CXXFLAGS We add the extra

Errored: openssl/openssl#25322 (OpenSSL_1_1_1-stable - aa085f8)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25322 Status: Errored Duration: 18 mins and 5 secs Commit: aa085f8 (OpenSSL_1_1_1-stable) Author: Richard Levitte Message: Add advice on setting CXX at the same time as CC Reviewed-by: Paul Dale (Merged from

[openssl] OpenSSL_1_1_1-stable update

2019-05-27 Thread Richard Levitte
The branch OpenSSL_1_1_1-stable has been updated via 87f533c9f622d5f44170fc2aed0d341187d10878 (commit) from aa085f8c10f8d79f80a3bae02936492604b0492d (commit) - Log - commit 87f533c9f622d5f44170fc2aed0d341187d10878

[openssl] OpenSSL_1_1_1-stable update

2019-05-27 Thread Richard Levitte
The branch OpenSSL_1_1_1-stable has been updated via aa085f8c10f8d79f80a3bae02936492604b0492d (commit) via 6a047f0581e3ec4966e626f6bdc1462aee25b081 (commit) via b6f18d3851ef06ee4f690d81b6c878085219a7ba (commit) from 27a3be20a543fdd44517b898421f154e4619c78a (commit)

[openssl] OpenSSL_1_1_0-stable update

2019-05-27 Thread Richard Levitte
The branch OpenSSL_1_1_0-stable has been updated via 6db453c2ca261f663cecd1f05e388513cbcf6309 (commit) from ccbf148e30c5cb5f595c5d9e713c68768fe84248 (commit) - Log - commit 6db453c2ca261f663cecd1f05e388513cbcf6309

[openssl] OpenSSL_1_1_1-stable update

2019-05-27 Thread Richard Levitte
The branch OpenSSL_1_1_1-stable has been updated via 3e3f4e903b4ecc8f271d591010ee5609211ac545 (commit) from 87f533c9f622d5f44170fc2aed0d341187d10878 (commit) - Log - commit 3e3f4e903b4ecc8f271d591010ee5609211ac545

Passed: openssl/openssl#25325 (OpenSSL_1_1_1-stable - 87f533c)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25325 Status: Passed Duration: 19 mins and 37 secs Commit: 87f533c (OpenSSL_1_1_1-stable) Author: Richard Levitte Message: Configure: make 'enable-buildtest-c++' work (not be a regexp) OpenSSL 1.1.1's Configure

Build failed: openssl master.24744

2019-05-27 Thread AppVeyor
Build openssl master.24744 failed Commit 3a65cd0501 by FdaSilvaYY on 5/25/2019 3:50 PM: style nit fix, plus constifcation. Configure your notification preferences

FAILED build of OpenSSL branch master with options -d --strict-warnings no-ec

2019-05-27 Thread OpenSSL run-checker
Platform and configuration command: $ uname -a Linux run 4.4.0-135-generic #161-Ubuntu SMP Mon Aug 27 10:45:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux $ CC=clang ../openssl/config -d --strict-warnings no-ec Commit log since last time: 3b437400d9 Configure: Remove extra warning and sanitizer

Still Failing: openssl/openssl#25294 (OpenSSL_1_1_1-stable - 9f08445)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25294 Status: Still Failing Duration: 23 mins and 36 secs Commit: 9f08445 (OpenSSL_1_1_1-stable) Author: FdaSilvaYY Message: OCSP: fix memory leak in OCSP_url_svcloc_new method. Add a few coverage test case. Fixes

Coverity Scan: Analysis completed for OpenSSL-1.0.2

2019-05-27 Thread scan-admin
Your request for analysis of OpenSSL-1.0.2 has been completed successfully. The results are available at

Still Failing: openssl/openssl#25293 (master - 5b3accd)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25293 Status: Still Failing Duration: 26 mins and 13 secs Commit: 5b3accd (master) Author: FdaSilvaYY Message: OCSP: fix memory leak in OCSP_url_svcloc_new method. Add a few coverage test case. Fixes #8949 [extended

Still Failing: openssl/openssl#25292 (master - d4d89a0)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25292 Status: Still Failing Duration: 27 mins and 28 secs Commit: d4d89a0 (master) Author: Simo Sorce Message: Fix input checks wrt legacy code In all legacy code ctx->cipher is dereferenced without checks, so it

Still Failing: openssl/openssl#25290 (master - 7817e74)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25290 Status: Still Failing Duration: 19 mins and 25 secs Commit: 7817e74 (master) Author: Daniƫl van Eeden Message: Use fixed length for formatting standard cipher names Example with patch: ``` $ openssl ciphers

Coverity Scan: Analysis completed for openssl/openssl

2019-05-27 Thread scan-admin
Your request for analysis of openssl/openssl has been completed successfully. The results are available at

Still FAILED build of OpenSSL branch master with options -d enable-fuzz-afl no-shared

2019-05-27 Thread OpenSSL run-checker
Platform and configuration command: $ uname -a Linux run 4.4.0-135-generic #161-Ubuntu SMP Mon Aug 27 10:45:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux $ CC=afl-clang-fast ../openssl/config -d enable-fuzz-afl no-shared Commit log since last time: 7817e74dc8 Use fixed length for formatting

[openssl] master update

2019-05-27 Thread Dr . Paul Dale
The branch master has been updated via d4d89a076262aa118c07a4766daf17202aef17f0 (commit) from 2e9d61ecd81a6a512a0700486ccc1b3784b4c969 (commit) - Log - commit d4d89a076262aa118c07a4766daf17202aef17f0 Author: Simo

[openssl] master update

2019-05-27 Thread Dr . Paul Dale
The branch master has been updated via 2e9d61ecd81a6a512a0700486ccc1b3784b4c969 (commit) from 7817e74dc8540abad63d62d8585d8efe9c458fcf (commit) - Log - commit 2e9d61ecd81a6a512a0700486ccc1b3784b4c969 Author: Laszlo

[openssl] master update

2019-05-27 Thread Dr . Paul Dale
The branch master has been updated via 5b3accde606ffe01466426bd59407ffca0690d23 (commit) from d4d89a076262aa118c07a4766daf17202aef17f0 (commit) - Log - commit 5b3accde606ffe01466426bd59407ffca0690d23 Author:

[openssl] OpenSSL_1_1_1-stable update

2019-05-27 Thread Dr . Paul Dale
The branch OpenSSL_1_1_1-stable has been updated via 9f084451a33d60c3da6833739f6e26f203ca85d2 (commit) from 22598dab5665d9218a4da9e98de16253849c0408 (commit) - Log - commit 9f084451a33d60c3da6833739f6e26f203ca85d2

Still Failing: openssl/openssl#25291 (master - 2e9d61e)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25291 Status: Still Failing Duration: 18 mins and 17 secs Commit: 2e9d61e (master) Author: Laszlo Ersek Message: crypto/evp/evp_key.c: #define BUFSIZ if doesn't #define it CLA: trivial Fixes #8904 Commit

[openssl] master update

2019-05-27 Thread Dr . Paul Dale
The branch master has been updated via 7817e74dc8540abad63d62d8585d8efe9c458fcf (commit) via 266481095734f62ca9f1c92f4ac9a9034a019f11 (commit) from 5435a830765a63692b8e1e406142d1602133a5a0 (commit) - Log -

Still Failing: openssl/openssl#25302 (master - 19f43f0)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25302 Status: Still Failing Duration: 19 mins and 43 secs Commit: 19f43f0 (master) Author: Richard Levitte Message: doc/man3/X509_LOOKUP_meth_new.pod: clarify the requirements The documentation of what a X509_LOOKUP

[openssl] master update

2019-05-27 Thread Richard Levitte
The branch master has been updated via 6783944f89a606e09e961d473b70167d2a66f96e (commit) from 5b3accde606ffe01466426bd59407ffca0690d23 (commit) - Log - commit 6783944f89a606e09e961d473b70167d2a66f96e Author: David

Still Failing: openssl/openssl#25300 (master - 6783944)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25300 Status: Still Failing Duration: 25 mins and 24 secs Commit: 6783944 (master) Author: David Makepeace Message: Added Conforming To section to EVP_KDF_TLS1_PRF documentation. Reviewed-by: Paul Dale Reviewed-by:

[openssl] master update

2019-05-27 Thread Richard Levitte
The branch master has been updated via 19f43f02aa5349034d0a7a60c3a750e046f994b5 (commit) from 6783944f89a606e09e961d473b70167d2a66f96e (commit) - Log - commit 19f43f02aa5349034d0a7a60c3a750e046f994b5 Author: Richard

[openssl] OpenSSL_1_1_1-stable update

2019-05-27 Thread Richard Levitte
The branch OpenSSL_1_1_1-stable has been updated via 5a070488d8c7b31da9080e6fcce6aefdc86af608 (commit) from 9f084451a33d60c3da6833739f6e26f203ca85d2 (commit) - Log - commit 5a070488d8c7b31da9080e6fcce6aefdc86af608

Still Failing: openssl/openssl#25303 (OpenSSL_1_1_1-stable - 5a07048)

2019-05-27 Thread Travis CI
Build Update for openssl/openssl - Build: #25303 Status: Still Failing Duration: 26 mins and 38 secs Commit: 5a07048 (OpenSSL_1_1_1-stable) Author: Richard Levitte Message: doc/man3/X509_LOOKUP_meth_new.pod: clarify the requirements The documentation of what

[openssl] master update

2019-05-27 Thread shane . lontis
The branch master has been updated via 324954640e7fcb2b4a26cb5ae7923a6e5e79ee14 (commit) from 19f43f02aa5349034d0a7a60c3a750e046f994b5 (commit) - Log - commit 324954640e7fcb2b4a26cb5ae7923a6e5e79ee14 Author: David