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

2020-05-26 Thread OpenSSL run-checker
Platform and configuration command: $ uname -a Linux run 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux $ CC=clang ../openssl/config -d --strict-warnings no-autoerrinit Commit log since last time: 93f99b681a Fix X509_PUBKEY_cmp(), move to

Errored: openssl/openssl#34996 (master - e978ab7)

2020-05-26 Thread Travis CI
Build Update for openssl/openssl - Build: #34996 Status: Errored Duration: 49 mins and 24 secs Commit: e978ab7 (master) Author: Dr. Matthias St. Pierre Message: doc: fix trace category names The `ENGINE_CONF` and `PROVIDER_CONF` trace categories were merged

Still Failing: openssl/openssl#34995 (master - e847085)

2020-05-26 Thread Travis CI
Build Update for openssl/openssl - Build: #34995 Status: Still Failing Duration: 47 mins and 57 secs Commit: e847085 (master) Author: Rich Salz Message: Clean up some doc nits Mostly "No items in =over/=back list" Reviewed-by: Richard Levitte Reviewed-by:

[openssl] master update

2020-05-26 Thread matthias . st . pierre
The branch master has been updated via e978ab7894e966579fcd372d7cba9e051ba90150 (commit) from e847085914476636d75ee1874b78e1c0e983da6e (commit) - Log - commit e978ab7894e966579fcd372d7cba9e051ba90150 Author: Dr.

[openssl] master update

2020-05-26 Thread matthias . st . pierre
The branch master has been updated via e847085914476636d75ee1874b78e1c0e983da6e (commit) from 93f99b681ab5a1cf7062053323e09b0cad5ff854 (commit) - Log - commit e847085914476636d75ee1874b78e1c0e983da6e Author: Rich Salz

Build completed: openssl master.34436

2020-05-26 Thread AppVeyor
Build openssl master.34436 completed Commit 40cfbad919 by Matt Caswell on 5/26/2020 3:04 PM: fixup! Fail if we fail to fetch the EVP_KEYMGMT Configure your notification preferences

Build failed: openssl master.34435

2020-05-26 Thread AppVeyor
Build openssl master.34435 failed Commit d9de26856f by Bernd Edlinger on 5/26/2020 2:32 PM: fixup! bio printf: Avoid using rounding errors in range check Configure your notification preferences

Still FAILED build of OpenSSL branch master with options -d --strict-warnings no-dtls1_2-method

2020-05-26 Thread OpenSSL run-checker
Platform and configuration command: $ uname -a Linux run 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux $ CC=clang ../openssl/config -d --strict-warnings no-dtls1_2-method Commit log since last time: 9c47a3386d Fix coverity issues in EC after

[web] master update

2020-05-26 Thread Matt Caswell
The branch master has been updated via b8cbeb50101d646908769827e8b03cc7c382 (commit) from a31146714fc598622c0439b595047fa782f0 (commit) - Log - commit b8cbeb50101d646908769827e8b03cc7c382 Author: Matt

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

2020-05-26 Thread OpenSSL run-checker
Platform and configuration command: $ uname -a Linux run 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux $ CC=clang ../openssl/config -d --strict-warnings no-dtls1_2 Commit log since last time: 9c47a3386d Fix coverity issues in EC after #11807

Build completed: openssl master.34425

2020-05-26 Thread AppVeyor
Build openssl master.34425 completed Commit 93f99b681a by Dr. David von Oheimb on 5/26/2020 7:35 AM: Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and document it Configure your notification preferences

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

2020-05-26 Thread OpenSSL run-checker
Platform and configuration command: $ uname -a Linux run 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux $ CC=clang ../openssl/config -d --strict-warnings no-dtls Commit log since last time: 9c47a3386d Fix coverity issues in EC after #11807

Build failed: openssl master.34424

2020-05-26 Thread AppVeyor
Build openssl master.34424 failed Commit 421d10123e by Shane Lontis on 5/26/2020 6:47 AM: Fix RSA oaep in fips mode Configure your notification preferences

Failed: openssl/openssl#34979 (master - 93f99b6)

2020-05-26 Thread Travis CI
Build Update for openssl/openssl - Build: #34979 Status: Failed Duration: 48 mins and 12 secs Commit: 93f99b6 (master) Author: Dr. David von Oheimb Message: Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and document it Fixes #11870

[openssl] master update

2020-05-26 Thread dev
The branch master has been updated via 93f99b681ab5a1cf7062053323e09b0cad5ff854 (commit) via 7674e92324648b59786d86d8e9014bbaed4e6d07 (commit) from 5606922c3d2e8c3d3ffda4347cb9fe3992d75f89 (commit) - Log -

Errored: openssl/openssl#34975 (master - 5606922)

2020-05-26 Thread Travis CI
Build Update for openssl/openssl - Build: #34975 Status: Errored Duration: 53 mins and 58 secs Commit: 5606922 (master) Author: Richard Levitte Message: PROV: Fix RSA-OAEP memory leak The OAEP label wasn't freed when the operation context was freed.