Failed: openssl/openssl#30153 (master - 1640d48)

Travis CI builds at travis-ci.org
Thu Nov 14 11:38:07 UTC 2019


Build Update for openssl/openssl
-------------------------------------

Build: #30153
Status: Failed

Duration: 49 mins and 8 secs
Commit: 1640d48 (master)
Author: Richard Levitte
Message: CORE & PROV: make export of key data leaner through callback

Exporting data from a provider owned domainparams or key is quite an
ordeal, with having to figure out what parameter keys an
implementation supports, call the export function a first time to find
out how large each parameter buffer must be, allocate the necessary
space for it, and call the export function again.

So how about letting the export function build up the key data params
and call back with that?  This change implements exactly such a
mechanism.

Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10414)

View the changeset: https://github.com/openssl/openssl/compare/726ad13c4e72...1640d48c5b4e

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/611788348?utm_medium=notification&utm_source=email

--

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20191114/70884d8c/attachment.html>


More information about the openssl-commits mailing list