From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: keyrings@vger.kernel.org
Subject: Re: [PATCH v2 3/4] sign-file: add generic built-in engine key support
Date: Tue, 23 Oct 2018 14:02:35 +0000 [thread overview]
Message-ID: <1540303355.2787.12.camel@HansenPartnership.com> (raw)
In-Reply-To: <1540205215.2815.10.camel@HansenPartnership.com>
On Mon, 2018-10-22 at 14:51 +0100, Mark J Cox wrote:
> Needs revision; OPENSSL_config() is deprecated in OpenSSL 1.1.0+
This doesn't look pleasant: apps/openssl.c now seems to have replaced
this with an open coded equvalent.
The man page says to replace it with OPENSSL_init_crypto() which might
work, or it looks like I might be able to replace it with
CONF_modules_load_file(NULL, NULL, 0);
James
next prev parent reply other threads:[~2018-10-23 14:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-22 10:46 [PATCH v2 3/4] sign-file: add generic built-in engine key support James Bottomley
2018-10-22 11:38 ` David Woodhouse
2018-10-22 13:51 ` Mark J Cox
2018-10-22 13:52 ` James Bottomley
2018-10-22 14:08 ` Mark J Cox
2018-10-23 14:02 ` James Bottomley [this message]
2018-10-27 14:10 ` James Bottomley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1540303355.2787.12.camel@HansenPartnership.com \
--to=james.bottomley@hansenpartnership.com \
--cc=keyrings@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.