On Sun, 29 Jan 2017 22:35:12 +1100
Matt Oliver wrote:
> Well perhaps making a tls_libressl implementation would be the better
> way to go as the APIs are only going to diverge further. So perhaps
> in order to support LibreSSL there should be a separate
> implementation using LibreSSLs independen
On 29 January 2017 at 01:00, Marek Behun wrote:
> On Sat, 28 Jan 2017 14:07:45 +0100
> wm4 wrote:
>
> > On Sat, 28 Jan 2017 13:01:54 +
> > Mark Thompson wrote:
> >
> > > On 28/01/17 11:28, wm4 wrote:
> > > > On Fri, 27 Jan 2017 19:53:50 +
> > > > Mark Thompson wrote:
> > > >
> > > >> O
On Sat, 28 Jan 2017 14:07:45 +0100
wm4 wrote:
> On Sat, 28 Jan 2017 13:01:54 +
> Mark Thompson wrote:
>
> > On 28/01/17 11:28, wm4 wrote:
> > > On Fri, 27 Jan 2017 19:53:50 +
> > > Mark Thompson wrote:
> > >
> > >> On 27/01/17 19:15, Marek Behun wrote:
> > >>> On Fri, 27 Jan
On Sat, 28 Jan 2017 13:01:54 +
Mark Thompson wrote:
> On 28/01/17 11:28, wm4 wrote:
> > On Fri, 27 Jan 2017 19:53:50 +
> > Mark Thompson wrote:
> >
> >> On 27/01/17 19:15, Marek Behun wrote:
> >>> On Fri, 27 Jan 2017 18:41:09 +
> >>> Mark Thompson wrote:
> >>>
> On 27
On 28/01/17 11:28, wm4 wrote:
> On Fri, 27 Jan 2017 19:53:50 +
> Mark Thompson wrote:
>
>> On 27/01/17 19:15, Marek Behun wrote:
>>> On Fri, 27 Jan 2017 18:41:09 +
>>> Mark Thompson wrote:
>>>
On 27/01/17 17:31, Marek Behún wrote:
> Use the LIBRESSL_VERSION_NUMBER macro to
On Fri, 27 Jan 2017 19:53:50 +
Mark Thompson wrote:
> On 27/01/17 19:15, Marek Behun wrote:
> > On Fri, 27 Jan 2017 18:41:09 +
> > Mark Thompson wrote:
> >
> >> On 27/01/17 17:31, Marek Behún wrote:
> >>> Use the LIBRESSL_VERSION_NUMBER macro to determine if building with
> >>> Libr
On 27/01/17 21:42, Marek Behún wrote:
> In configure, check if the function BIO_meth_new is defined in the
> corresponding OpenSSL/LibreSSL library, and if yes, define
> HAVE_OPENSSL_BIO_METH_CALLS variable to 1 in config.h, or to 0
> otherwise.
>
> Change the heuristics preprocessor check
> #if
In configure, check if the function BIO_meth_new is defined in the
corresponding OpenSSL/LibreSSL library, and if yes, define
HAVE_OPENSSL_BIO_METH_CALLS variable to 1 in config.h, or to 0
otherwise.
Change the heuristics preprocessor check
#if OPENSSL_VERSION_NUMBER >= 0x101fL
to
#if HAVE
On 27/01/17 19:15, Marek Behun wrote:
> On Fri, 27 Jan 2017 18:41:09 +
> Mark Thompson wrote:
>
>> On 27/01/17 17:31, Marek Behún wrote:
>>> Use the LIBRESSL_VERSION_NUMBER macro to determine if building with
>>> LibreSSL instead of OpenSSL. This is pretty straightforward, since
>>> it is eno
On Fri, 27 Jan 2017 18:41:09 +
Mark Thompson wrote:
> On 27/01/17 17:31, Marek Behún wrote:
> > Use the LIBRESSL_VERSION_NUMBER macro to determine if building with
> > LibreSSL instead of OpenSSL. This is pretty straightforward, since
> > it is enough to add this check to existing #if macros.
On 27/01/17 17:31, Marek Behún wrote:
> Use the LIBRESSL_VERSION_NUMBER macro to determine if building with
> LibreSSL instead of OpenSSL. This is pretty straightforward, since
> it is enough to add this check to existing #if macros.
>
> Signed-off-by: Marek Behun
> ---
> libavformat/tls_openssl
Use the LIBRESSL_VERSION_NUMBER macro to determine if building with
LibreSSL instead of OpenSSL. This is pretty straightforward, since
it is enough to add this check to existing #if macros.
Signed-off-by: Marek Behun
---
libavformat/tls_openssl.c | 12 ++--
1 file changed, 6 insertions(+
12 matches
Mail list logo