Re: [OE-core] Add LibreSSL support

2015-11-03 Thread akuster808
Ruslan, On 11/03/2015 04:53 PM, Ruslan Babayev wrote: > Hi Armin, > > It is the latest stable. And it looks like this patch has made it into > 2.2.4 Thanks for double checking. - armin > http://ftp.openbsd.org/pub/OpenBSD/patches/5.8/common/007_obj2txt.patch.sig > > akuster808 writes: > >> R

Re: [OE-core] Add LibreSSL support

2015-11-03 Thread Ruslan Babayev
Hi Armin, It is the latest stable. And it looks like this patch has made it into 2.2.4 http://ftp.openbsd.org/pub/OpenBSD/patches/5.8/common/007_obj2txt.patch.sig akuster808 writes: > Ruslan, > > any reason version 2.3.1 was not picked? > > I believe 2.2.4 is missing (CVE-2015-5333 and CVE-201

Re: [OE-core] Add LibreSSL support

2015-11-03 Thread akuster808
Ruslan, any reason version 2.3.1 was not picked? I believe 2.2.4 is missing (CVE-2015-5333 and CVE-2015-5334) - armin On 11/03/2015 03:34 PM, Ruslan Babayev wrote: > Please find attached the patch to add support for LibreSSL. > > OpenSSL is still preferred, so you'd have add these to your loc

Re: [OE-core] Add LibreSSL support

2015-11-03 Thread Ruslan Babayev
Burton, Ross writes: > > I think I'd prefer oe-core to have just the one provider of the openssl > APIs, so if oe-core sticks with openssl then libressl should go into > another layer, meta-networking maybe? > Thanks for feedback Ross. Moved it to meta-networking. >From 5b41fed5cea2123bffd13c0d

Re: [OE-core] Add LibreSSL support

2015-11-03 Thread Ruslan Babayev
Sorry I meant this: PREFERRED_PROVIDER_openssl ?= "libressl" PREFERRED_PROVIDER_openssl-native ?= "libressl-native" PREFERRED_PROVIDER_nativesdk-openssl ?= "nativesdk-libressl" Ruslan Babayev writes: > Please find attached the patch to add support for LibreSSL. > > OpenSSL is still preferred, so

Re: [OE-core] Add LibreSSL support

2015-11-03 Thread Burton, Ross
On 3 November 2015 at 23:34, Ruslan Babayev wrote: > Please find attached the patch to add support for LibreSSL. > I think I'd prefer oe-core to have just the one provider of the openssl APIs, so if oe-core sticks with openssl then libressl should go into another layer, meta-networking maybe? R

[OE-core] Add LibreSSL support

2015-11-03 Thread Ruslan Babayev
Please find attached the patch to add support for LibreSSL. OpenSSL is still preferred, so you'd have add these to your local.conf PREFERRED_PROVIDER_openssl ?= "openssl" PREFERRED_PROVIDER_openssl-native ?= "openssl-native" PREFERRED_PROVIDER_nativesdk-openssl ?= "nativesdk-openssl" >From db63d