Displaying 3 results from an estimated 3 matches for "openssl_compat".
2017 Jun 24
2
OpenSSL 1.1 support status : what next?
...ssion was to keep the older API to avoid changing the
OpenSSH code so a shim would be to support an "old API in a newer environment(OpenSSL-1.1)".
What we did was to convert OpenSC to the OpenSSL-1.1 API the write the shim
for "new API in an older environment".
Looking at your openssl_compat.h it looks like you have done something similar.
With OpenSC we only added the routines and defines we needed in OpenSC.
>
> This is very similar to the approach taken by Kurt in his patch and to the work I did for OpenVPN
> ? [1]?
> . And I also think it's the way to go since it...
2017 Jun 23
5
OpenSSL 1.1 support status : what next?
OpenSC has taken a different approach to OpenSSL-1.1. Rather then writing
a shim for OpenSSL-1.1, the OpenSC code has been converted to
the OpenSSL-1.1 API and a sc-ossl-compat.h" file consisting of defines and
macros was written to support older versions of OpenSSL and Libressl.
https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/sc-ossl-compat.h
The nice part of this approach is
2017 Oct 15
4
Status of OpenSSL 1.1 support
On Sat, Oct 14, 2017 at 11:40:30AM +1100, Damien Miller wrote:
> On Fri, 13 Oct 2017, Sebastian Andrzej Siewior wrote:
> > more or less a year ago Kurt Roeckx provided an initial port towards the
> > OpenSSL 1.1 API [0]. The patch has been left untouched [1] and it has
> > been complained about a missing compat layer of the new vs the old API
> > within the OpenSSL