[openssl-commits] Still Failing: FdaSilvaYY/openssl#2071 (master - 0a72002)

Travis CI builds at travis-ci.org
Wed Sep 28 19:39:41 UTC 2016


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

Build: #2071
Status: Still Failing

Duration: 1 hour, 7 minutes, and 17 seconds
Commit: 0a72002 (master)
Author: David Woodhouse
Message: Call ENGINE_init() before trying to use keys from engine

When I said before that s_client "used to work in 1.0.2" that was only
partly true. It worked for engines which provided a default generic
method for some key type, because it called ENGINE_set_default() and
that ended up being an implicit initialisation and functional refcount.

But an engine which doesn't provide generic methods doesn't get initialised,
and then when you try to use it you get an error:

cannot load client certificate private key file from engine
140688147056384:error:26096075:engine routines:ENGINE_load_private_key:not initialised:crypto/engine/eng_pkey.c:66:
unable to load client certificate private key file

cf. https://github.com/OpenSC/libp11/issues/107 (in which we discover
that engine_pkcs11 *used* to provide generic methods that OpenSSL would
try to use for ephemeral DH keys when negotiating ECDHE cipher suites in
TLS, and that didn't work out very well.)

Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1639)

View the changeset: https://github.com/FdaSilvaYY/openssl/compare/243ecf19ddc0...0a72002993b8

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

--

You can configure 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/20160928/babdfdce/attachment.html>


More information about the openssl-commits mailing list