Errored: openssl/openssl#38805 (master - 172daa7)

2021-02-03 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38805
Status: Errored

Duration: 1564 hrs, 57 mins, and 7 secs
Commit: 172daa7 (master)
Author: Richard Levitte
Message: RSA: correct digestinfo_ripemd160_der[]

A couple of numbers were incorrect.

Fixes #13559

Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/13562)

View the changeset: 
https://github.com/openssl/openssl/compare/26217510d21c...172daa7fc7d8

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/205342930?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Failed: akhand2222/openssl#1 (OpenSSL_1_0_2-stable - cebb31f)

2021-02-01 Thread Travis CI
Build Update for akhand/openssl
-

Build: #1
Status: Failed

Duration: 2 mins and 46 secs
Commit: cebb31f (OpenSSL_1_0_2-stable)
Author: akhand
Message: Update .travis.yml

View the changeset: 
https://github.com/akhand/openssl/compare/3392f4d53d7b...cebb31faf7df

View the full build log and details: 
https://travis-ci.com/github/akhand/openssl/builds/215587979?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the akhand/openssl repository 
going to 
https://travis-ci.com/account/preferences/unsubscribe?repository=18031544_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38802 (master - 2621751)

2020-11-30 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38802
Status: Errored

Duration: 1 hr, 6 mins, and 13 secs
Commit: 2621751 (master)
Author: Ard Biesheuvel
Message: aes/asm/aesv8-armx.pl: avoid 32-bit lane assignment in CTR mode

ARM Cortex-A57 and Cortex-A72 cores running in 32-bit mode are affected
by silicon errata #1742098 [0] and #1655431 [1], respectively, where the
second instruction of a AES instruction pair may execute twice if an
interrupt is taken right after the first instruction consumes an input
register of which a single 32-bit lane has been updated the last time it
was modified.

This is not such a rare occurrence as it may seem: in counter mode, only
the least significant 32-bit word is incremented in the absence of a
carry, which makes our counter mode implementation susceptible to these
errata.

So let's shuffle the counter assignments around a bit so that the most
recent updates when the AES instruction pair executes are 128-bit wide.

[0] ARM-EPM-049219 v23 Cortex-A57 MPCore Software Developers Errata Notice
[1] ARM-EPM-012079 v11.0 Cortex-A72 MPCore Software Developers Errata Notice

Signed-off-by: Ard Biesheuvel 

Reviewed-by: Paul Dale 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13504)

View the changeset: 
https://github.com/openssl/openssl/compare/cbb85bda0c08...26217510d21c

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/205338232?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38801 (master - cbb85bd)

2020-11-30 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38801
Status: Errored

Duration: 1 hr, 1 min, and 59 secs
Commit: cbb85bd (master)
Author: Matt Caswell
Message: Fix builds that specify both no-dh and no-ec

Various sections of code assumed that at least one of dh or ec would be
available. We also now also need to handle cases where a provider has
a key exchange algorithm and TLS-GROUP that we don't know about.

Fixes #13536

Reviewed-by: Richard Levitte 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13549)

View the changeset: 
https://github.com/openssl/openssl/compare/9327b5c9c9e3...cbb85bda0c08

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/205335688?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38798 (master - 9327b5c)

2020-11-30 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38798
Status: Errored

Duration: 1 hr, 1 min, and 27 secs
Commit: 9327b5c (master)
Author: Matt Caswell
Message: Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINT

If OPENSSL_SMALL_FOOTPRINT was defined then the CHACHA20-POLY1305
implementation for TLS went down a different codepath that failed to
adjust the payload length to remove the tag.

Reviewed-by: Paul Dale 
Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/openssl/pull/13513)

View the changeset: 
https://github.com/openssl/openssl/compare/5658470ce7b4...9327b5c9c9e3

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/205334371?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38785 (master - 5658470)

2020-11-29 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38785
Status: Errored

Duration: 1 hr, 0 mins, and 40 secs
Commit: 5658470 (master)
Author: Dr. David von Oheimb
Message: endecode_test.c: Significant speedup in generating DH and DHX keys

Fixes #13495

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

View the changeset: 
https://github.com/openssl/openssl/compare/6568d7a93127...5658470ce7b4

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/205093914?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38778 (master - 6568d7a)

2020-11-28 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38778
Status: Errored

Duration: 50 mins and 55 secs
Commit: 6568d7a (master)
Author: John Baldwin
Message: Collapse two identical if statements into a single body.

These two bodies should be grouped together anyway as the reason for
the call to BIO_flush() is to permit using BIO_set_ktls_ctrl_msg().

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

View the changeset: 
https://github.com/openssl/openssl/compare/d27a8e922ba0...6568d7a93127

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/205077452?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38768 (master - d27a8e9)

2020-11-28 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38768
Status: Errored

Duration: 54 mins and 28 secs
Commit: d27a8e9 (master)
Author: Richard Levitte
Message: TEST: Fix path length in test/ossl_store_test.c

The URI length was set to 80 chars, but the URI being built up may
need more space, all depending on the paths used to get to the files
that are to be loaded.  If the result needs more than 80 chars, the
test will fail.

Fixed by using PATH_MAX.

Reviewed-by: Tomas Mraz 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13546)

View the changeset: 
https://github.com/openssl/openssl/compare/bf4cdd4abfa2...d27a8e922ba0

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/205055804?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38759 (master - bf4cdd4)

2020-11-28 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38759
Status: Errored

Duration: 50 mins and 56 secs
Commit: bf4cdd4 (master)
Author: Liang Liu
Message: [DOC]Fix two broken links in INSTALL.md; Change name of zlib flag to 
the current one.

CLA: trivial

Reviewed-by: Richard Levitte 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13519)

View the changeset: 
https://github.com/openssl/openssl/compare/be501dd556c9...bf4cdd4abfa2

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/205019044?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38758 (master - be501dd)

2020-11-27 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38758
Status: Errored

Duration: 1 hr, 3 mins, and 51 secs
Commit: be501dd (master)
Author: J08nY
Message: README: Move Travis link to .com from .org.

CLA: trivial

Fixes #12423

Reviewed-by: Richard Levitte 
Reviewed-by: Shane Lontis 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13538)

View the changeset: 
https://github.com/openssl/openssl/compare/edb7afb8fb84...be501dd556c9

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/205011910?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38757 (master - edb7afb)

2020-11-27 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38757
Status: Errored

Duration: 50 mins and 56 secs
Commit: edb7afb (master)
Author: Richard Levitte
Message: ERR: drop err_delete_thread_state() TODO marker

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

View the changeset: 
https://github.com/openssl/openssl/compare/b8fa02e8a4a4...edb7afb8fb84

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/205011546?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38751 (master - b8fa02e)

2020-11-27 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38751
Status: Errored

Duration: 56 mins and 10 secs
Commit: b8fa02e (master)
Author: Matt Caswell
Message: Fix no-engine

If we specify no-engine then this should cascade to also mean
no-dynamic-engine. The store test was only checking whether
dynamic-engine was disabled, meaning that some tests were failing
in a no-engine build.

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

View the changeset: 
https://github.com/openssl/openssl/compare/ee46dfbf2c11...b8fa02e8a4a4

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204967386?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38745 (master - ee46dfb)

2020-11-27 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38745
Status: Errored

Duration: 59 mins and 30 secs
Commit: ee46dfb (master)
Author: Dr. David von Oheimb
Message: X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST 
cb operation

Fixes #12680

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/12687)

View the changeset: 
https://github.com/openssl/openssl/compare/888bdbfd398c...ee46dfbf2c11

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204953498?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38743 (master - 888bdbf)

2020-11-27 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38743
Status: Errored

Duration: 51 mins and 1 sec
Commit: 888bdbf (master)
Author: Richard Levitte
Message: EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more 
available

EVP_PKEY_CTX_set_dsa_ functions were only available when DSA was
enabled ('no-dsa' not configured).  However, that makes it impossible
to use these functions with an engine or a provider that happens to
implement DSA.  This change solves that problem by shuffling these
functions to more appropriate places.

Fixes #13529

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

View the changeset: 
https://github.com/openssl/openssl/compare/a614af95531d...888bdbfd398c

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204923082?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38741 (master - a614af9)

2020-11-27 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38741
Status: Errored

Duration: 51 mins and 3 secs
Commit: a614af9 (master)
Author: ihsinme
Message: Update bio_ok.c

CLA: trivial

Reviewed-by: Matt Caswell 
Reviewed-by: Paul Dale 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13515)

View the changeset: 
https://github.com/openssl/openssl/compare/90c046be9c61...a614af95531d

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204905407?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38740 (master - 90c046b)

2020-11-27 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38740
Status: Errored

Duration: 1 hr, 5 mins, and 50 secs
Commit: 90c046b (master)
Author: Matt Caswell
Message: Remove d2i_DHparams.pod and move documentation to d2i_RSAPrivateKey.pod

d2i_RSAPrivateKey.pod is the more generic page for these deprecated
functions and provides advice and guidance on how to translate the old
style functions into new ones.

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

View the changeset: 
https://github.com/openssl/openssl/compare/abcca5078fc2...90c046be9c61

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204894251?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38738 (master - abcca50)

2020-11-27 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38738
Status: Errored

Duration: 54 mins and 29 secs
Commit: abcca50 (master)
Author: Richard Levitte
Message: TEST: Adapt test/errtest for the 'no-err' configuration

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13510)

View the changeset: 
https://github.com/openssl/openssl/compare/66923436788d...abcca5078fc2

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204889053?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38735 (master - 6692343)

2020-11-27 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38735
Status: Errored

Duration: 50 mins and 55 secs
Commit: 6692343 (master)
Author: Shane Lontis
Message: Fix no-deprecated configuration

pem_read_depr_test needed to be setup in build info so that it only
exists inside an IF[{- !$disabled{'deprecated-3.0'} -}] block.

Reviewed-by: Richard Levitte 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/13543)

View the changeset: 
https://github.com/openssl/openssl/compare/719bc0e82631...66923436788d

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204876747?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38720 (master - 719bc0e)

2020-11-26 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38720
Status: Errored

Duration: 50 mins and 58 secs
Commit: 719bc0e (master)
Author: Shane Lontis
Message: Fix EVP_CIPHER_CTX_set_padding for legacy path

Fixes #13057

When using an engine, there is no cipher->prov so a call to
EVP_CIPHER_CTX_set_padding() returns an error when
evp_do_ciph_ctx_setparams() is called. For the legacy path it needs to
avoid doing the call and just return 1.

Reviewed-by: Richard Levitte 
Reviewed-by: Ben Kaduk 
(Merged from https://github.com/openssl/openssl/pull/13437)

View the changeset: 
https://github.com/openssl/openssl/compare/8dc34b1f579f...719bc0e82631

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204784859?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38717 (master - 8dc34b1)

2020-11-26 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38717
Status: Errored

Duration: 1 hr, 0 mins, and 46 secs
Commit: 8dc34b1 (master)
Author: Daniel Bevenius
Message: EVP: don't touch the lock for evp_pkey_downgrade

This commit tries to address a locking issue in evp_pkey_reset_unlocked
which can occur when it is called from evp_pkey_downgrade.

evp_pkey_downgrade will acquire a lock for pk->lock and if successful
then call evp_pkey_reset_unlocked. evp_pkey_reset_unlocked will call
memset on pk, and then create a new lock and set pk->lock to point to
that new lock. I believe there are two problems with this.

The first is that after the call to memset, another thread would try to
acquire a lock for NULL as that is what the value of pk->lock would be
at that point.

The second issue is that after the new lock has been assigned to
pk->lock, that lock is different from the one currently locked so
another thread trying to acquire the lock will succeed which can lead to
strange behaviour. More details and a reproducer can be found in the
Refs link below.

This changes the evp_pkey_reset_unlocked to not touch the lock
and the creation of a new lock is done in EVP_PKEY_new.

Refs:
https://github.com/danbev/learning-libcrypto/blob/master/notes/issues.md#openssl-investigationtroubleshooting
https://github.com/nodejs/node/issues/29817

Reviewed-by: Richard Levitte 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13374)

View the changeset: 
https://github.com/openssl/openssl/compare/2b407d050868...8dc34b1f579f

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204716971?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38714 (master - 2b407d0)

2020-11-26 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38714
Status: Errored

Duration: 1 hr, 1 min, and 2 secs
Commit: 2b407d0 (master)
Author: Tomas Mraz
Message: Documentation improvements for EVP_DigestInit_ex and related functions

Documenting when EVP_MD_CTX_reset() is implicitly called and when
type can be set to NULL.

Reviewed-by: Dmitry Belyavskiy 
Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/13402)

View the changeset: 
https://github.com/openssl/openssl/compare/e109aaa9797c...2b407d050868

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204695718?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38712 (master - e109aaa)

2020-11-26 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38712
Status: Errored

Duration: 1 hr, 7 mins, and 40 secs
Commit: e109aaa (master)
Author: Matt Caswell
Message: Fix no-posix-io

The "multi" variable should only be used within HTTP_DAEMON guards.
However there were a few spots where this was not the case, which
causes no-posix-io builds to fail.

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13498)

View the changeset: 
https://github.com/openssl/openssl/compare/467f441bc63f...e109aaa9797c

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204689478?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38711 (master - 467f441)

2020-11-26 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38711
Status: Errored

Duration: 1 hr, 0 mins, and 13 secs
Commit: 467f441 (master)
Author: Richard Levitte
Message: APPS: Modify apps/cmp.c to use set_base_ui_method() for its -batch 
option

Fixes #13511

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13512)

View the changeset: 
https://github.com/openssl/openssl/compare/e3197e5ab23f...467f441bc63f

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204685811?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38708 (master - e3197e5)

2020-11-26 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38708
Status: Errored

Duration: 1 hr, 3 mins, and 24 secs
Commit: e3197e5 (master)
Author: Matt Caswell
Message: Prepare for 3.0 alpha 10

Reviewed-by: Tomas Mraz 

View the changeset: 
https://github.com/openssl/openssl/compare/605856d72cbd...e3197e5ab23f

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204677485?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38709 (openssl-3.0.0-alpha9 - 68ec3d4)

2020-11-26 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38709
Status: Errored

Duration: 1 hr, 9 mins, and 24 secs
Commit: 68ec3d4 (openssl-3.0.0-alpha9)
Author: Matt Caswell
Message: Prepare for release of 3.0 alpha 9

Reviewed-by: Tomas Mraz 

View the changeset: 
https://github.com/openssl/openssl/compare/openssl-3.0.0-alpha9

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204677534?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38706 (master - 605856d)

2020-11-26 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38706
Status: Errored

Duration: 1 hr, 3 mins, and 0 secs
Commit: 605856d (master)
Author: Matt Caswell
Message: Update copyright year

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13533)

View the changeset: 
https://github.com/openssl/openssl/compare/c589c1495bda...605856d72cbd

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/204670988?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38693 (master - 276d6c6)

2020-11-26 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38693
Status: Errored

Duration: 148 hrs, 49 mins, and 52 secs
Commit: 276d6c6 (master)
Author: Richard Levitte
Message: SSL: Change SSLerr() to ERR_raise()

This was probably due to a merge

Fixes #13449

Reviewed-by: Matt Caswell 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/13450)

View the changeset: 
https://github.com/openssl/openssl/compare/f2a7151849a5...276d6c687a89

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202992570?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38690 (master - f2a7151)

2020-11-20 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38690
Status: Errored

Duration: 1 hr, 8 mins, and 49 secs
Commit: f2a7151 (master)
Author: Shane Lontis
Message: Fix crash in genpkey app when -pkeyopt digest:name is used for DH or 
DSA.

By the time the keygen is called the references to strings inside the
gen ctx are floating pointers. A strdup solves this problem.

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

View the changeset: 
https://github.com/openssl/openssl/compare/ae2e4d1fd119...f2a7151849a5

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202941932?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38689 (master - ae2e4d1)

2020-11-20 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38689
Status: Errored

Duration: 1 hr, 53 mins, and 14 secs
Commit: ae2e4d1 (master)
Author: David Carlier
Message: Haiku system build fix.

overriding ar and flags from BASE_common mainly.

Reviewed-by: Richard Levitte 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13438)

View the changeset: 
https://github.com/openssl/openssl/compare/15f54941bd4c...ae2e4d1fd119

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202921115?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38687 (master - 15f5494)

2020-11-19 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38687
Status: Errored

Duration: 1 hr, 44 mins, and 22 secs
Commit: 15f5494 (master)
Author: Pauli
Message: test RNG: set state to uninitialised as part of uninstantiate call.

Reviewed-by: Matt Caswell 
Reviewed-by: Matthias St. Pierre 
(Merged from https://github.com/openssl/openssl/pull/13226)

View the changeset: 
https://github.com/openssl/openssl/compare/c34063d7a1e8...15f54941bd4c

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202911063?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38681 (master - c34063d)

2020-11-19 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38681
Status: Errored

Duration: 1 hr, 50 mins, and 25 secs
Commit: c34063d (master)
Author: Matt Caswell
Message: Add a test for setting, popping and clearing error marks

Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13335)

View the changeset: 
https://github.com/openssl/openssl/compare/5b1d94c11c68...c34063d7a1e8

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202788300?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38672 (master - 5b1d94c)

2020-11-19 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38672
Status: Errored

Duration: 1 hr, 49 mins, and 13 secs
Commit: 5b1d94c (master)
Author: Pauli
Message: Fix some warnings from clang 10 in params.c

clang 10 was emitting warnings similar to the following from params.c:

crypto/params.c:411:40: error: implicit conversion from 'long' to 'double' 
changes value from 9223372036854775807 to 9223372036854775808 
[-Werror,-Wimplicit-int-float-conversion]
if (d >= INT64_MIN && d <= INT64_MAX && d == (int64_t)d) {

Also fixed some other conversion problems when sizeof(double) == 4.

Alternative to #13366

Fixes #13365

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

View the changeset: 
https://github.com/openssl/openssl/compare/908c9fc7ed86...5b1d94c11c68

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202705311?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38671 (master - 908c9fc)

2020-11-19 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38671
Status: Errored

Duration: 2 hrs, 30 mins, and 34 secs
Commit: 908c9fc (master)
Author: Dr. David von Oheimb
Message: apps/pkcs12: Clean up the order in which many options are presented

Also do a minor extension on the documentation of the -passcerts option

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/4930)

View the changeset: 
https://github.com/openssl/openssl/compare/d7e498ac55f1...908c9fc7ed86

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202685391?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38657 (master - d7e498a)

2020-11-18 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38657
Status: Errored

Duration: 2 hrs, 1 min, and 51 secs
Commit: d7e498a (master)
Author: Richard Levitte
Message: Deprecate RSA harder

This deprecates all functions that deal with the types RSA and RSA_METHOD

Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13096)

View the changeset: 
https://github.com/openssl/openssl/compare/b24d6c335d3b...d7e498ac55f1

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202588400?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38656 (master - b24d6c3)

2020-11-18 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38656
Status: Errored

Duration: 1 hr, 44 mins, and 45 secs
Commit: b24d6c3 (master)
Author: Pauli
Message: Rename internal drbg_ functions so they have an ossl_ prefix.

These functions are: drbg_enable_locking(), drbg_get_ctx_params(),
drbg_lock(), drbg_set_ctx_params() and drbg_unlock().

Reviewed-by: Tim Hudson 
(Merged from https://github.com/openssl/openssl/pull/13417)

View the changeset: 
https://github.com/openssl/openssl/compare/3800cc6f4d28...b24d6c335d3b

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202574020?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38654 (master - 3800cc6)

2020-11-18 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38654
Status: Errored

Duration: 1 hr, 39 mins, and 22 secs
Commit: 3800cc6 (master)
Author: Richard Levitte
Message: DOC: Fix example in OSSL_PARAM_int.pod

This fixes an incorrect NULL check.

Fixes #11162

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

View the changeset: 
https://github.com/openssl/openssl/compare/f1d6670840b0...3800cc6f4d28

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202427217?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38651 (master - f1d6670)

2020-11-18 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38651
Status: Errored

Duration: 1 hr, 47 mins, and 15 secs
Commit: f1d6670 (master)
Author: Matt Caswell
Message: Swap to FIPS186-2 DSA generation outside of the FIPS module

Inside the FIPS module we continue to use FIPS186-4. We prefer FIPS186-2
in the default provider for backwards compatibility reasons.

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13228)

View the changeset: 
https://github.com/openssl/openssl/compare/d3d2c0dc68e6...f1d6670840b0

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202414570?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38650 (master - d3d2c0d)

2020-11-18 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38650
Status: Still Failing

Duration: 1 hr, 39 mins, and 53 secs
Commit: d3d2c0d (master)
Author: Matt Caswell
Message: Adapt ssltest_old to not use deprecated DH APIs

There are non-deprecated replacements so we should use those instead.

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

View the changeset: 
https://github.com/openssl/openssl/compare/2b93900e28b3...d3d2c0dc68e6

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202404183?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38644 (master - 2b93900)

2020-11-18 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38644
Status: Still Failing

Duration: 1 hr, 27 mins, and 35 secs
Commit: 2b93900 (master)
Author: Richard Levitte
Message: DOC: Rewrite the section on reporting errors in 
doc/man3/ERR_put_error.pod

Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13320)

View the changeset: 
https://github.com/openssl/openssl/compare/bf57cab74b6d...2b93900e28b3

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202356333?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38633 (master - bf57cab)

2020-11-17 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38633
Status: Still Failing

Duration: 1 hr, 22 mins, and 44 secs
Commit: bf57cab (master)
Author: Richard Levitte
Message: util/find-doc-nits: check podchecker() return value

>From the Pod::Checker manual:

> RETURN VALUE
>podchecker returns the number of POD syntax errors found or
>-1 if there were no POD commands at all found in the file.

Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/13416)

View the changeset: 
https://github.com/openssl/openssl/compare/c7d32b6ba520...bf57cab74b6d

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202238410?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Failed: openssl/openssl#38623 (master - c7d32b6)

2020-11-17 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38623
Status: Failed

Duration: 1 hr, 31 mins, and 51 secs
Commit: c7d32b6 (master)
Author: Richard Levitte
Message: util/mkrc.pl: Make sure FILEVERSION and PRODUCTVERSION have four 
numbers

Partially fixes #13414

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

View the changeset: 
https://github.com/openssl/openssl/compare/ef2a44eb31c8...c7d32b6ba520

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202065448?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Failed: openssl/openssl#38622 (master - ef2a44e)

2020-11-17 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38622
Status: Failed

Duration: 1 hr, 21 mins, and 17 secs
Commit: ef2a44e (master)
Author: David Carlier
Message: NetBSD build fix.

getentropy shows up wrongly as weak symbol whereas there is no support.

However NetBSD 10.0 will support getrandom.

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

View the changeset: 
https://github.com/openssl/openssl/compare/ccbf3f90c46c...ef2a44eb31c8

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/202064141?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38604 (master - ccbf3f9)

2020-11-16 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38604
Status: Errored

Duration: 1 hr, 28 mins, and 33 secs
Commit: ccbf3f9 (master)
Author: Richard Levitte
Message: DOC: Fixup the description of the -x509_strict option

POD commands must always be surrounded by blank lines

POD transformers read everything in paragraph mode.  The following
lines become *one* command, where the second line becomes part of the
text of the first, including the command itself.  In other words,
this:

=item something
=item something else

Translates to this in a man-page:

something =item something else

Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/13412)

View the changeset: 
https://github.com/openssl/openssl/compare/4605c5ab4796...ccbf3f90c46c

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201709232?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38603 (master - 4605c5a)

2020-11-16 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38603
Status: Errored

Duration: 1 hr, 30 mins, and 26 secs
Commit: 4605c5a (master)
Author: Shane Lontis
Message: Fix dsa securitycheck for fips.

Fixes #12627

Changed security check for DSA verification to match SP800-131Ar2 when
the security strength is < 112.
Fixed compilation error when using config opt 'no-fips-securitychecks'
Removed TODO's from 20-test_cli_fips.t - there is no longer an TODO error.

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13387)

View the changeset: 
https://github.com/openssl/openssl/compare/e557d4633318...4605c5ab4796

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201696823?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38602 (master - e557d46)

2020-11-16 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38602
Status: Errored

Duration: 1 hr, 26 mins, and 29 secs
Commit: e557d46 (master)
Author: Shane Lontis
Message: Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEY

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13388)

View the changeset: 
https://github.com/openssl/openssl/compare/317b7c57e4eb...e557d4633318

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201696258?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38601 (master - 317b7c5)

2020-11-16 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38601
Status: Errored

Duration: 1 hr, 19 mins, and 47 secs
Commit: 317b7c5 (master)
Author: Shane Lontis
Message: Fixup EVP-MAC-KMAC documentation

Fixes #13232

Added example that shows setup of XOF.

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13385)

View the changeset: 
https://github.com/openssl/openssl/compare/fce56f5b690e...317b7c57e4eb

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201695912?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38594 (master - fce56f5)

2020-11-15 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38594
Status: Errored

Duration: 1 hr, 19 mins, and 19 secs
Commit: fce56f5 (master)
Author: Daniel Bevenius
Message: REF_PRINT: cast pointer to void to avoid warnings

Currently, when configuring OpenSSL and specifying the --strict-warnings
option there are failures like the following one:

crypto/bio/bio_lib.c: In function 'BIO_up_ref':
include/internal/refcount.h:169:25: error: format '%p' expects argument
of type 'void *', but argument 3 has type 'BIO *'
{aka 'struct bio_st *'} [-Werror=format=]
  169 | fprintf(stderr, "%p:%4d:%s\n", b, b->references, a)
  | ^
crypto/bio/bio_lib.c:185:5:
note: in expansion of macro'REF_PRINT_COUNT'
  185 | REF_PRINT_COUNT("BIO", a);
  | ^~~
include/internal/refcount.h:169:27: note: format string is defined here
  169 | fprintf(stderr, "%p:%4d:%s\n", b, b->references, a)
  |  ~^
  |   |
  |   void *
cc1: all warnings being treated as errors

This commit adds casts to avoid the warnings.

Reviewed-by: Tomas Mraz 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13389)

View the changeset: 
https://github.com/openssl/openssl/compare/3084b9d316d4...fce56f5b690e

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201661344?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38593 (master - 3084b9d)

2020-11-15 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38593
Status: Errored

Duration: 1 hr, 18 mins, and 44 secs
Commit: 3084b9d (master)
Author: Pauli
Message: Document the provider KDF API.

Fixes #11351

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13376)

View the changeset: 
https://github.com/openssl/openssl/compare/e76a696273e4...3084b9d316d4

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201647569?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: openssl/openssl#38589 (master - e76a696)

2020-11-15 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38589
Status: Errored

Duration: 1 hr, 18 mins, and 48 secs
Commit: e76a696 (master)
Author: Richard Levitte
Message: test/endecoder_legacy_test.c: new test for legacy comparison

It checks that all of these functions have a corresponding
OSSL_ENCODER implementation, and that the output is the same:

- i2d_{TYPE}PrivateKey
- i2d_{TYPE}PublicKey
- i2d_{TYPE}params
- i2d_{TYPE}_PUBKEY
- PEM_write_bio_{TYPE}PrivateKey
- PEM_write_bio_{TYPE}PublicKey
- PEM_write_bio_{TYPE}Parameters
- PEM_write_bio_{TYPE}_PUBKEY

It also checks that all of these functions have a corresponding
OSSL_DECODER implementation, and that the decoding result matches:

- d2i_{TYPE}PrivateKey()
- d2i_{TYPE}PublicKey(),
- d2i_{TYPE}params(),
- d2i_{TYPE}_PUBKEY(),
- PEM_read_bio_{TYPE}PrivateKey()
- PEM_read_bio_{TYPE}PublicKey()
- PEM_read_bio_{TYPE}params()
- PEM_read_bio_{TYPE}_PUBKEY()

Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13262)

View the changeset: 
https://github.com/openssl/openssl/compare/efb4667f7235...e76a696273e4

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201605248?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38582 (master - efb4667)

2020-11-14 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38582
Status: Still Failing

Duration: 1 hr, 20 mins, and 34 secs
Commit: efb4667 (master)
Author: Richard Levitte
Message: Fix SUPPORT.md for better readability

Most of the text was duplicated, and the second copy had better
section titles that made the intent more prominent.

Reviewed-by: Matt Caswell 
Reviewed-by: Matthias St. Pierre 
(Merged from https://github.com/openssl/openssl/pull/13398)

View the changeset: 
https://github.com/openssl/openssl/compare/322d56cd645f...efb4667f7235

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201505145?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38577 (master - 322d56c)

2020-11-14 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38577
Status: Still Failing

Duration: 1 hr, 23 mins, and 37 secs
Commit: 322d56c (master)
Author: Richard Levitte
Message: Fix a few github file references

https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md ->
https://github.com/openssl/openssl/blob/master/SUPPORT.md

Fixes #13396

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

View the changeset: 
https://github.com/openssl/openssl/compare/a18cf8fc634a...322d56cd645f

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201466723?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38569 (master - a18cf8f)

2020-11-13 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38569
Status: Still Failing

Duration: 1 hr, 19 mins, and 9 secs
Commit: a18cf8f (master)
Author: Rich Salz
Message: Remove -C option from x509 command

Reviewed-by: Paul Dale 
Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/openssl/pull/13384)

View the changeset: 
https://github.com/openssl/openssl/compare/256d41d43717...a18cf8fc634a

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201263403?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38555 (master - 256d41d)

2020-11-13 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38555
Status: Still Failing

Duration: 1 hr, 25 mins, and 56 secs
Commit: 256d41d (master)
Author: Richard Levitte
Message: BIO: Undefine UNICODE in b_addr.c to get POSIX declaration of 
gai_strerror()

When UNICODE is defined, Windows headers push for WCHAR implementations,
which aren't compatible with POSIX declarations.

Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13318)

View the changeset: 
https://github.com/openssl/openssl/compare/31a6b52f6db0...256d41d43717

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201209749?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38553 (master - 31a6b52)

2020-11-13 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38553
Status: Still Failing

Duration: 1 hr, 20 mins, and 54 secs
Commit: 31a6b52 (master)
Author: Richard Levitte
Message: EVP: Adapt EVP_PKEY2PKCS8() to better handle provider-native keys

It doesn't downgread the keys to legacy any more.  Instead, it uses
OSSL_ENCODER to encode the key to DER, and d2i_PKCS8_PRIV_KEY_INFO()
to make a PKCS8_PRIV_KEY_INFO structure from that.

Fixes #12990

Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/12995)

View the changeset: 
https://github.com/openssl/openssl/compare/0bb450fe2fa9...31a6b52f6db0

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201207990?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38541 (master - 0bb450f)

2020-11-12 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38541
Status: Still Failing

Duration: 1 hr, 33 mins, and 19 secs
Commit: 0bb450f (master)
Author: David Carlier
Message: DragonFlyBSD build fix and update.

getentropy call is not supported however getrandom since the 5.7.x branch is.
current LTS stable is 5.8.

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

View the changeset: 
https://github.com/openssl/openssl/compare/a04400fc74bc...0bb450fe2fa9

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201135127?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38540 (master - a04400f)

2020-11-12 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38540
Status: Still Failing

Duration: 1 hr, 31 mins, and 18 secs
Commit: a04400f (master)
Author: Shane Lontis
Message: Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().

These were added when the EVP_MAC work was being done.
I dont think these lightweight wrappers are required, and it seems better to 
remove them,
rather than adding documentation.

Reviewed-by: Dmitry Belyavskiy 
(Merged from https://github.com/openssl/openssl/pull/13372)

View the changeset: 
https://github.com/openssl/openssl/compare/a7da4d488d55...a04400fc74bc

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/201133829?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38538 (master - a7da4d4)

2020-11-12 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38538
Status: Still Failing

Duration: 1 hr, 24 mins, and 53 secs
Commit: a7da4d4 (master)
Author: Nicola Tuveri
Message: [test/recipes] Split test_fuzz into separate recipes

When using `HARNESS_JOBS` to run the tests in parallel, no matter the
level of parallelism that can be used, the monolithic `test_fuzz` takes
a long time to run, conditioning the duration of the whole build.

This commit splits the single `test_fuzz` recipe into separate recipes
for each fuzzer.
The previous mechanism to select individual fuzz tests using the
`FUZZ_TESTS` environment variable is also dropped (and documentation
updated).

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

View the changeset: 
https://github.com/openssl/openssl/compare/9ce8e0d17e60...a7da4d488d55

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/200398719?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38530 (master - 9ce8e0d)

2020-11-12 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38530
Status: Still Failing

Duration: 1 hr, 23 mins, and 55 secs
Commit: 9ce8e0d (master)
Author: XiaokangQian
Message: Optimize AES-XTS mode in OpenSSL for aarch64

Aes-xts mode can be optimized by interleaving cipher operation on
several blocks and loop unrolling. Interleaving needs one ideal
unrolling factor, here we adopt the same factor with aes-cbc,
which is described as below:
If blocks number > 5, select 5 blocks as one iteration,every
loop, decrease the blocks number by 5.
If left blocks < 5, treat them as tail blocks.
Detailed implementation has a little adjustment for squeezing
code space.
With this way, for small size such as 16 bytes, the performance is
similar as before, but for big size such as 16k bytes, the performance
improves a lot, even reaches to 2x uplift, for some arches such as A57,
the improvement even reaches more than 2x uplift. We collect many
performance datas on different micro-archs such as thunderx2,
ampere-emag, a72, a75, a57, a53 and N1, all of which reach 0.5-2x uplift.
The following table lists the encryption performance data on aarch64,
take a72, a75, a57, a53 and N1 as examples. Performance value takes the
unit of cycles per byte, takes the format as comparision of values.
List them as below:

A72:
Before optimization After optimization  Improve
evp-aes-128-xts@16  8.899913518 5.949087263 49.60%
evp-aes-128-xts@64  4.525512668 3.389141845 33.53%
evp-aes-128-xts@256 3.502906908 1.633573479 114.43%
evp-aes-128-xts@10243.174210419 1.155952639 174.60%
evp-aes-128-xts@81923.053019303 1.028134888 196.95%
evp-aes-128-xts@16384   3.025292462 1.02021169  196.54%
evp-aes-256-xts@16  9.971105023 6.754233758 47.63%
evp-aes-256-xts@64  4.931479093 3.786527393 30.24%
evp-aes-256-xts@256 3.746788153 1.943975947 92.74%
evp-aes-256-xts@10243.401743802 1.477394648 130.25%
evp-aes-256-xts@81923.278769327 1.32950421  146.62%
evp-aes-256-xts@16384   3.27093296  1.325276257 146.81%

A75:
Before optimization After optimization  Improve
evp-aes-128-xts@16  8.397965173 5.126839098 63.80%
evp-aes-128-xts@64  4.176860631 2.59817764  60.76%
evp-aes-128-xts@256 3.069126585 1.284561028 138.92%
evp-aes-128-xts@10242.805962699 0.932754655 200.83%
evp-aes-128-xts@81922.725820131 0.829820397 228.48%
evp-aes-128-xts@16384   2.71521905  0.823251591 229.82%
evp-aes-256-xts@16  11.24790935 7.383914448 52.33%
evp-aes-256-xts@64  5.294128847 3.048641998 73.66%
evp-aes-256-xts@256 3.861649617 1.570359905 145.91%
evp-aes-256-xts@10243.537646797 1.200493533 194.68%
evp-aes-256-xts@81923.435353012 1.085345319 216.52%
evp-aes-256-xts@16384   3.437952563 1.097963822 213.12%

A57:
Before optimization After optimization  Improve
evp-aes-128-xts@16  10.57455446 7.165438012 47.58%
evp-aes-128-xts@64  5.418185447 3.721241202 45.60%
evp-aes-128-xts@256 3.855184592 1.747145379 120.66%
evp-aes-128-xts@10243.477199757 1.253049735 177.50%
evp-aes-128-xts@81923.36768104  1.091943159 208.41%
evp-aes-128-xts@16384   3.360373443 1.088942789 208.59%
evp-aes-256-xts@16  12.54559459 8.745489036 43.45%
evp-aes-256-xts@64  6.542808937 4.326387568 51.23%
evp-aes-256-xts@256 4.62668822  2.119908754 118.25%
evp-aes-256-xts@10244.161716505 1.557335554 167.23%
evp-aes-256-xts@81924.032462227 1.377749511 192.68%
evp-aes-256-xts@16384   4.023293877 1.371558933 193.34%

A53:
Before optimization After optimization  Improve
evp-aes-128-xts@16  18.07842135 13.96980808 29.40%
evp-aes-128-xts@64  7.933818397 6.07159276  30.70%
evp-aes-128-xts@256 5.264604704 2.611155744 101.60%
evp-aes-128-xts@10244.606660117 1.722713454 167.40%
evp-aes-128-xts@81924.405160115 1.454379201 202.90%
evp-aes-128-xts@16384   

Still Failing: openssl/openssl#38517 (master - c87a7f3)

2020-11-11 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38517
Status: Still Failing

Duration: 1 hr, 22 mins, and 19 secs
Commit: c87a7f3 (master)
Author: Pauli
Message: apps/passwd: remove the -crypt option.

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

View the changeset: 
https://github.com/openssl/openssl/compare/93c87f745d56...c87a7f31a3db

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/200182584?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38514 (master - 93c87f7)

2020-11-11 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38514
Status: Still Failing

Duration: 1 hr, 21 mins, and 40 secs
Commit: 93c87f7 (master)
Author: Pauli
Message: rsa_test: add return value check

Fixes #13361

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

View the changeset: 
https://github.com/openssl/openssl/compare/d8701e25239d...93c87f745d56

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/200180850?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38510 (master - d8701e2)

2020-11-11 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38510
Status: Still Failing

Duration: 1 hr, 32 mins, and 54 secs
Commit: d8701e2 (master)
Author: Tomas Mraz
Message: Do not prepend $OPENSSL_CONF_INCLUDE to absolute include paths

Also check for malloc failure and do not add '/' when
$OPENSSL_CONF_INCLUDE already ends with directory separator.

Fixes #13302

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

View the changeset: 
https://github.com/openssl/openssl/compare/122e81f0705e...d8701e25239d

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/200024782?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38503 (master - 122e81f)

2020-11-11 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38503
Status: Still Failing

Duration: 1 hr, 26 mins, and 43 secs
Commit: 122e81f (master)
Author: Richard Levitte
Message: test/recipes/30-test_evp_libctx.t: use fips-and-base.cnf

The FIPS provider module doesn't have any encoders, the base provider
is needed for that.

Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13167)

View the changeset: 
https://github.com/openssl/openssl/compare/6debc6ab7499...122e81f0705e

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199968731?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38501 (master - 6debc6a)

2020-11-11 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38501
Status: Still Failing

Duration: 1 hr, 21 mins, and 21 secs
Commit: 6debc6a (master)
Author: Richard Levitte
Message: Convert all {NAME}err() in providers/ to their corresponding 
ERR_raise() call

This was done using util/err-to-raise

Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13319)

View the changeset: 
https://github.com/openssl/openssl/compare/c48ffbcca1d0...6debc6ab7499

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199961865?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38499 (master - c48ffbc)

2020-11-11 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38499
Status: Still Failing

Duration: 1 hr, 24 mins, and 40 secs
Commit: c48ffbc (master)
Author: Richard Levitte
Message: SSL: refactor all SSLfatal() calls

Since SSLfatal() doesn't take a function code any more, we drop that
argument everywhere.  Also, we convert all combinations of SSLfatal()
and ERR_add_data() to an SSLfatal_data() call.

Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13316)

View the changeset: 
https://github.com/openssl/openssl/compare/9787b5b81fd9...c48ffbcca1d0

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199961418?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38497 (master - 9787b5b)

2020-11-11 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38497
Status: Still Failing

Duration: 1 hr, 28 mins, and 46 secs
Commit: 9787b5b (master)
Author: Richard Levitte
Message: OSSL_STORE: Make sure the called OSSL_DECODER knows what to expect

Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/13248)

View the changeset: 
https://github.com/openssl/openssl/compare/f7626d0bfab3...9787b5b81fd9

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199956908?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38494 (master - f7626d0)

2020-11-11 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38494
Status: Still Failing

Duration: 48 mins and 4 secs
Commit: f7626d0 (master)
Author: Dr. David von Oheimb
Message: 25-test_x509.t: Re-add and improve a test on non-existence of ASN.1 
parse errors

Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13353)

View the changeset: 
https://github.com/openssl/openssl/compare/d718521fcad5...f7626d0bfab3

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199937885?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38493 (master - d718521)

2020-11-11 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38493
Status: Still Failing

Duration: 1 hr, 20 mins, and 11 secs
Commit: d718521 (master)
Author: Dr. David von Oheimb
Message: cmp_msg.c: Use issuer of reference cert as default issuer entry in 
certTemplate

Reviewed-by: Shane Lontis 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13357)

View the changeset: 
https://github.com/openssl/openssl/compare/4757a3475191...d718521fcad5

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199937382?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38488 (master - 4757a34)

2020-11-10 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38488
Status: Still Failing

Duration: 1 hr, 28 mins, and 6 secs
Commit: 4757a34 (master)
Author: Shane Lontis
Message: Add support for making all of KBKDF FixedInput fields optional.

Added settable integer parameters OSSL_KDF_PARAM_KBKDF_USE_L, 
OSSL_KDF_PARAM_KBKDF_USE_SEPARATOR.
This is required for CAVS tests that only use a combined blob of
inputdata. A test showing this use case has been added.

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13258)

View the changeset: 
https://github.com/openssl/openssl/compare/2c90e80dec29...4757a3475191

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199860384?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38483 (master - 8b0ec09)

2020-11-10 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38483
Status: Still Failing

Duration: 1 hr, 23 mins, and 50 secs
Commit: 8b0ec09 (master)
Author: Matt Caswell
Message: Fix the reading of DSA parameters files using the dsaparam app

DSA parameters files were failing to load correctly. We also fix a number
of follow on issues which resulted in multiple similar errors messages
being displayed for the same problem, as well as a seg-fault.

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13317)

View the changeset: 
https://github.com/openssl/openssl/compare/dee8eded24fb...8b0ec09934a3

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199702412?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38480 (master - dee8ede)

2020-11-10 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38480
Status: Still Failing

Duration: 1 hr, 21 mins, and 0 secs
Commit: dee8ede (master)
Author: Pali Rohár
Message: Document pkcs12 alg NONE

To generate unencrypted PKCS#12 file it is needed to use options: -keypbe NONE 
-certpbe NONE

CLA: trivial

Reviewed-by: Paul Dale 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/12426)

View the changeset: 
https://github.com/openssl/openssl/compare/acb934ff55e6...dee8eded24fb

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199695614?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.




Still Failing: openssl/openssl#38477 (master - acb934f)

2020-11-10 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38477
Status: Still Failing

Duration: 1 hr, 21 mins, and 44 secs
Commit: acb934f (master)
Author: Dr. David von Oheimb
Message: openssl-cmp.pod.in: Clean up doc of -verify_email, -verify_hostname, 
and -verify_ip

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

View the changeset: 
https://github.com/openssl/openssl/compare/00eae3f9cf4c...acb934ff55e6

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199686896?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38475 (master - 00eae3f)

2020-11-10 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38475
Status: Still Failing

Duration: 1 hr, 23 mins, and 40 secs
Commit: 00eae3f (master)
Author: Richard Levitte
Message: PEM: Always use PEM_def_callback() when cb == NULL in 
pem_read_bio_key()

Too many other functions depend on this being done.

Fixes #13340

Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13346)

View the changeset: 
https://github.com/openssl/openssl/compare/ecd1550be928...00eae3f9cf4c

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199610726?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38465 (master - ecd1550)

2020-11-09 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38465
Status: Still Failing

Duration: 1 hr, 21 mins, and 38 secs
Commit: ecd1550 (master)
Author: Daniel Bevenius
Message: Fix REF_PRINT_COUNT argument in ecx_key_free

Currently, when configuring OpenSSL using -DREF_PRINT the following
compilation error is generated:

In file included from include/crypto/ecx.h:21,
 from crypto/ec/ecx_key.c:11:
crypto/ec/ecx_key.c: In function 'ecx_key_free':
crypto/ec/ecx_key.c:65:32: error: 'r' undeclared
(first use in this function)
   65 | REF_PRINT_COUNT("ECX_KEY", r);
  |^
include/internal/refcount.h:169:40: note: in definition of macro
'REF_PRINT_COUNT'
  169 | fprintf(stderr, "%p:%4d:%s\n", b, b->references, a)
  |^
crypto/ec/ecx_key.c:65:32: note: each undeclared identifier is reported
only once for each function it appears in
   65 | REF_PRINT_COUNT("ECX_KEY", r);
  |^
include/internal/refcount.h:169:40: note: in definition of macro
'REF_PRINT_COUNT'
  169 | fprintf(stderr, "%p:%4d:%s\n", b, b->references, a)
  |^
make[1]: *** [Makefile:14929: crypto/ec/libcrypto-lib-ecx_key.o] Error 1

This commit updates the argument passed in to be the ECX_KEY* key.

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

View the changeset: 
https://github.com/openssl/openssl/compare/8016faf15628...ecd1550be928

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199536563?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38444 (master - 8016faf)

2020-11-08 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38444
Status: Still Failing

Duration: 1 hr, 22 mins, and 10 secs
Commit: 8016faf (master)
Author: Shane Lontis
Message: Remove test that breaks on AIX.

The offending test checks that fopen("anydir/") fails. This looks fairly 
platform
specific. For the test involved this creates a file called
"anydir" on an AIX test machine.

This change was introduced on (Sept 24)
https://github.com/openssl/openssl/commit/29844ea5b3d2b7240d99b043a0d82cb177f0762d

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

View the changeset: 
https://github.com/openssl/openssl/compare/07af94416ff7...8016faf15628

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199167272?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38436 (master - 07af944)

2020-11-08 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38436
Status: Still Failing

Duration: 1 hr, 19 mins, and 13 secs
Commit: 07af944 (master)
Author: Bernd Edlinger
Message: This should fix a lock-order-inversion

Calling OPENSSL_init_crypto before acquiring the
ossl_property_read_lock in ossl_method_store_fetch
makes the second call to OPENSSL_init_crypto
from ossl_ctx_global_properties unnecessary.

Fixes #12869

Reviewed-by: Matt Caswell 
Reviewed-by: Paul Dale 
Reviewed-by: Matthias St. Pierre 
(Merged from https://github.com/openssl/openssl/pull/13321)

View the changeset: 
https://github.com/openssl/openssl/compare/e6774a728970...07af94416ff7

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199101244?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38435 (master - e6774a7)

2020-11-07 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38435
Status: Still Failing

Duration: 1 hr, 30 mins, and 27 secs
Commit: e6774a7 (master)
Author: Richard Levitte
Message: test/evp_extra_test.c: Modify to reflect provider support in 
test_EVP_PKEY_check

With our providers, RSA now supports public key check and key parameter check.

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

View the changeset: 
https://github.com/openssl/openssl/compare/914079d1c33c...e6774a728970

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199035098?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38434 (master - 914079d)

2020-11-07 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38434
Status: Still Failing

Duration: 1 hr, 18 mins, and 57 secs
Commit: 914079d (master)
Author: Richard Levitte
Message: Fix test/recipes/80-test_ca.t to skip_all properly in a subtest

It's perfectlt ok to 'plan skip_all' in a subtest, but in that case,
it must really be inside the subtest.

Fixes #13330

Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13331)

View the changeset: 
https://github.com/openssl/openssl/compare/5800d0414be1...914079d1c33c

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/199034992?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38429 (master - 5800d04)

2020-11-06 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38429
Status: Still Failing

Duration: 1 hr, 21 mins, and 9 secs
Commit: 5800d04 (master)
Author: Matt Caswell
Message: Correct system guessing for solaris64-x86_64-* targets

Previously the system guessing script was choosing a target that did not
exist for these platforms.

Fixes #13323

Reviewed-by: Richard Levitte 
Reviewed-by: Paul Dale 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13327)

View the changeset: 
https://github.com/openssl/openssl/compare/b9b2135d22b9...5800d0414be1

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/198938028?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38422 (master - b9b2135)

2020-11-06 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38422
Status: Still Failing

Duration: 1 hr, 19 mins, and 49 secs
Commit: b9b2135 (master)
Author: Matt Caswell
Message: Don't clear the whole error stack when loading engines

Loading the various built-in engines was unconditionally clearing the
whole error stack. During config file processing processing a .include
directive which fails results in errors being added to the stack - but
we carry on anyway. These errors were then later being removed by the
engine loading code, meaning that problems with the .include directive
never get shown.

Reviewed-by: Paul Dale 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13311)

View the changeset: 
https://github.com/openssl/openssl/compare/3309c4b716c9...b9b2135d22b9

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/198701755?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38420 (master - 3309c4b)

2020-11-06 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38420
Status: Still Failing

Duration: 1 hr, 20 mins, and 10 secs
Commit: 3309c4b (master)
Author: David von Oheimb
Message: x509_vfy.c: Call verification callback individually per strict check 
in check_chain()

Fixes #13283

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13312)

View the changeset: 
https://github.com/openssl/openssl/compare/7bfd93404902...3309c4b716c9

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/198691664?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38415 (master - 7bfd934)

2020-11-05 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38415
Status: Still Failing

Duration: 1 hr, 19 mins, and 3 secs
Commit: 7bfd934 (master)
Author: Dmitry Belyavskiy
Message: Check the configuration file by default

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

View the changeset: 
https://github.com/openssl/openssl/compare/ecabd006444d...7bfd93404902

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/198521281?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Failed: openssl/openssl#38411 (openssl-3.0.0-alpha8 - 20d7295)

2020-11-05 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38411
Status: Failed

Duration: 1 hr, 36 mins, and 43 secs
Commit: 20d7295 (openssl-3.0.0-alpha8)
Author: Matt Caswell
Message: Prepare for release of 3.0 alpha 8

Reviewed-by: Tomas Mraz 

View the changeset: 
https://github.com/openssl/openssl/compare/openssl-3.0.0-alpha8

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/198466835?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38410 (master - ecabd00)

2020-11-05 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38410
Status: Still Failing

Duration: 1 hr, 24 mins, and 7 secs
Commit: ecabd00 (master)
Author: Matt Caswell
Message: Prepare for 3.0 alpha 9

Reviewed-by: Tomas Mraz 

View the changeset: 
https://github.com/openssl/openssl/compare/29d3af040446...ecabd006444d

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/198466808?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38407 (master - 29d3af0)

2020-11-05 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38407
Status: Still Failing

Duration: 1 hr, 38 mins, and 46 secs
Commit: 29d3af0 (master)
Author: Matt Caswell
Message: Update copyright year

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13324)

View the changeset: 
https://github.com/openssl/openssl/compare/649bd87cb466...29d3af040446

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/198461633?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38403 (master - 649bd87)

2020-11-05 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38403
Status: Still Failing

Duration: 1 hr, 33 mins, and 14 secs
Commit: 649bd87 (master)
Author: Pauli
Message: defltprov: remove duplicate algorithm names.

Ed25519 and Ed448 contained aliases that were the same as the primary name.
This removes the aliases leaving ED25519 and ED448 as the canonical names.

Matching is case insensitive, so no functionality is lost.  The FIPS provider
didn't include the duplicates.

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

View the changeset: 
https://github.com/openssl/openssl/compare/9750b4d39c61...649bd87cb466

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/198408024?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38391 (master - 9750b4d)

2020-11-04 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38391
Status: Still Failing

Duration: 1 hr, 39 mins, and 22 secs
Commit: 9750b4d (master)
Author: Randall S. Becker
Message: Moved OPENSSL_fork_prepare,_parent,_child from init.c to 
threads_pthread.c.

These methods should ultimately be deprecated. The move is to insulate
non-UNIX platforms from these undefined symbols.

CLA: Permission is granted by the author to the OpenSSL team to use
these modifications.

Fixes #13273

Signed-off-by: Randall S. Becker 

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

View the changeset: 
https://github.com/openssl/openssl/compare/23fb3661cf91...9750b4d39c61

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/198268388?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38378 (master - 23fb366)

2020-11-04 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38378
Status: Still Failing

Duration: 1 hr, 20 mins, and 27 secs
Commit: 23fb366 (master)
Author: Hu Keping
Message: Do not export the submodules gost-engine

Remove gost-engine from the distribution tarball.

Signed-off-by: Hu Keping 

Reviewed-by: Richard Levitte 
Reviewed-by: Dmitry Belyavskiy 
(Merged from https://github.com/openssl/openssl/pull/13301)

View the changeset: 
https://github.com/openssl/openssl/compare/3ee3c4d2abee...23fb3661cf91

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/198242444?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38362 (master - 3ee3c4d)

2020-11-03 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38362
Status: Still Failing

Duration: 1 hr, 20 mins, and 18 secs
Commit: 3ee3c4d (master)
Author: Ichinose Shogo
Message: fix typo in README

CLA: trivial

Reviewed-by: Paul Dale 
Reviewed-by: Kurt Roeckx 
Reviewed-by: Matthias St. Pierre 
(Merged from https://github.com/openssl/openssl/pull/13289)

View the changeset: 
https://github.com/openssl/openssl/compare/e7a8fecd0b11...3ee3c4d2abee

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/197924102?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38347 (master - e7a8fec)

2020-11-02 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38347
Status: Still Failing

Duration: 1 hr, 21 mins, and 21 secs
Commit: e7a8fec (master)
Author: Benjamin Kaduk
Message: Add more diagnostics to ossl_shim

We had several cases where the connection failed but we did not
have an error message to differentiate which failure condition had
been triggered.  Add some more messages to help clarify what is
going wrong.

[extended tests]

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

View the changeset: 
https://github.com/openssl/openssl/compare/3d7e7e7c4821...e7a8fecd0b11

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/197382849?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38343 (master - 3d7e7e7)

2020-11-02 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38343
Status: Still Failing

Duration: 1 hr, 30 mins, and 23 secs
Commit: 3d7e7e7 (master)
Author: jwalch
Message: Prevent potential UAF in init_thread_deregister()

I discovered the potential for use-after-free on glob_tevent_reg &
its members in this function as a consequence of some static (de-)initialization
fiasco in C++ client code.

Long story short, an EVP_PKEY_free() was happening after
OPENSSL_cleanup(). Aside from being freed the EVP_PKEY object wasn't
actually being used after cleanup, it was basically just an
ordering issue.

Obviously the application behavior here is somewhat suspect,
but IMO is basically benign. Crashing (most typical outcome
of a UAF) doesn't seem the optimal response.

At any rate, the issue can be avoided (at least with regard to this function)
by simply updating the pointer to NULL rather than leaving it pointing
to the freed memory, as is the typical practice.

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

View the changeset: 
https://github.com/openssl/openssl/compare/d1ca39112386...3d7e7e7c4821

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/197234692?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38342 (master - d1ca391)

2020-11-02 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38342
Status: Still Failing

Duration: 1 hr, 29 mins, and 57 secs
Commit: d1ca391 (master)
Author: Daniel Bevenius
Message: EVP: Fix typo in EVP_PKEY_gen comment

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

View the changeset: 
https://github.com/openssl/openssl/compare/3d4c81b09b2b...d1ca39112386

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/197219487?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38341 (master - 3d4c81b)

2020-11-02 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38341
Status: Still Failing

Duration: 1 hr, 20 mins, and 47 secs
Commit: 3d4c81b (master)
Author: jwalch
Message: Initialize outl in evp_enc.c to 0, protect against NULL

Fixes #12734

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

View the changeset: 
https://github.com/openssl/openssl/compare/8ea761bf40e6...3d4c81b09b2b

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/197205541?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38317 (master - 8ea761b)

2020-11-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38317
Status: Still Failing

Duration: 1 hr, 30 mins, and 25 secs
Commit: 8ea761b (master)
Author: Shane Lontis
Message: Add AES KW inverse ciphers to the EVP layer

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

View the changeset: 
https://github.com/openssl/openssl/compare/769302a68bad...8ea761bf40e6

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/197050821?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38309 (master - 769302a)

2020-11-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38309
Status: Still Failing

Duration: 1 hr, 28 mins, and 14 secs
Commit: 769302a (master)
Author: Randall S. Becker
Message: Remove FLOSS from all OSS builds on NonStop except for SPT threading.

The Standard POSIX Threads (SPT) implementation hangs in some test cases
if FLOSS is not used.

CLA: Permission is granted by the author to the OpenSSL team to use
these modifications.

Fixes #13277

Signed-off-by: Randall S. Becker 

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

View the changeset: 
https://github.com/openssl/openssl/compare/08312719bafc...769302a68bad

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/196984804?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38308 (master - 0831271)

2020-11-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38308
Status: Still Failing

Duration: 1 hr, 30 mins, and 30 secs
Commit: 0831271 (master)
Author: Richard Levitte
Message: test/recipes/90-test_shlibload.t: Skip when address sanitizer enabled

Because this test loads the shared libraries dynamically, there are
cases where that results in errors because the ASAN library wasn't
loaded first.  That makes this test unsuitable in an ASAN build.

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

View the changeset: 
https://github.com/openssl/openssl/compare/3b1bfd2160a1...08312719bafc

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/196983469?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38307 (master - 3b1bfd2)

2020-11-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38307
Status: Still Failing

Duration: 1 hr, 17 mins, and 34 secs
Commit: 3b1bfd2 (master)
Author: Richard Levitte
Message: util/find-doc-nits: ignore OSSL_DEPRECATED*, alongside other reserved 
symbols

Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/13240)

View the changeset: 
https://github.com/openssl/openssl/compare/908cf7cefbb2...3b1bfd2160a1

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/196983397?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38299 (master - 908cf7c)

2020-10-30 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38299
Status: Still Failing

Duration: 1 hr, 22 mins, and 48 secs
Commit: 908cf7c (master)
Author: jwalch
Message: Patch leak in EVP_PKEY2PKCS8() error path

Reviewed-by: Tomas Mraz 
Reviewed-by: Matt Caswell 
Reviewed-by: Dmitry Belyavskiy 
(Merged from https://github.com/openssl/openssl/pull/13278)

View the changeset: 
https://github.com/openssl/openssl/compare/62a3614372b8...908cf7cefbb2

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/196715797?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38289 (master - 62a3614)

2020-10-30 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38289
Status: Still Failing

Duration: 53 mins and 35 secs
Commit: 62a3614 (master)
Author: Matt Caswell
Message: Allow empty deprecation macros to be passed as macro arguments

The OSSL_DEPRECATEDIN_3_0 macro introduced in PR #13074 is intended to
be passed as a parameter to the various PEM declaration macros. However,
in some cases OSSL_DEPRECATEDIN_3_0 is defined to be empty, and it is
not allowed to pass empty macro arguments in C90. Therefore we ensure
these macros are always defined. In the case where they were empty
previously we use a no-op value instead.

Reviewed-by: Richard Levitte 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/13227)

View the changeset: 
https://github.com/openssl/openssl/compare/e82f45982cf1...62a3614372b8

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/196421207?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38288 (master - e82f459)

2020-10-30 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38288
Status: Still Failing

Duration: 37 mins and 54 secs
Commit: e82f459 (master)
Author: Matt Caswell
Message: Fix some missed usage of DEFINE_LHASH_OF()

PR#12860 fixed issues with the Lhash code. It replaced usage of
DEFINE_LHASH_OF() in the public headers. Unfortunately it missed a couple
of instances.

Reviewed-by: Paul Dale 
Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/openssl/pull/13274)

View the changeset: 
https://github.com/openssl/openssl/compare/140eee2b3b30...e82f45982cf1

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/196414473?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: openssl/openssl#38284 (master - 140eee2)

2020-10-30 Thread Travis CI
Build Update for openssl/openssl
-

Build: #38284
Status: Still Failing

Duration: 21 mins and 40 secs
Commit: 140eee2 (master)
Author: Richard Levitte
Message: Add easy to digest selector macros for EVP_PKEYs

These are meant to be used with functions like
OSSL_ENCODER_CTX_new_by_EVP_PKEY()

The OSSL_ENCODER_CTX_new_by_EVP_PKEY() manual is also expanded on the
topics of output types and selections.

Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/13189)

View the changeset: 
https://github.com/openssl/openssl/compare/f79289389ede...140eee2b3b30

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/196378152?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



  1   2   3   4   5   6   7   8   9   10   >