Re: [yocto] openssl

2018-07-16 Thread Alexander Kanavin
You are building something that requires openssl 1.0 (most likely openssh, which is not compatible with 1.1). You have to exclude it from your builds first. Alex 2018-07-16 3:19 GMT+02:00 Russell Peterson : > Hello, > > I’m looking to change to openssl version 1.1. I’m using the rocko branch. >

[yocto] openssl

2018-07-15 Thread Russell Peterson
Hello, I’m looking to change to openssl version 1.1. I’m using the rocko branch. I have set PREFERRED_VERSION_openssl to 1.1%… but it doesn’t seem to work. Anyone? NOTE: Resolving any missing task queue dependencies NOTE: preferred version 1.1.% of openssl not available (for item openssl10) N

[yocto] openssl does not support building for SDK_MACHINE x86_64-mingw32

2018-06-21 Thread Jaewon Lee
Hi all, Since December, glib is pulling python3 for codegen, which because of BBCLASSEXTENDS, tries to build nativesdk-python3 which in turn tries to build nativesdk-openssl, and it looks like openssl does not support it SDK_MACHINE=x86_64-mingw32 There is a do_configure error and I get

Re: [yocto] openssl/Certificate problems when running simple MS IoT Hub sample C application

2017-06-26 Thread Jakob Hasse
Hello Khem, thanks for the answer. I'm pretty sure now that it is an ssl problem (see below). On 26.06.2017 16:28, Khem Raj wrote: On Sun, Jun 25, 2017 at 11:35 PM, Jakob Hasse wrote: Hello, I'm trying to run the Mircosoft Azure IoT hub mqtt example (iothub_client_sample_amqp or simliar)

Re: [yocto] OpenSSL-1.0.1j update making builds failing ...

2014-10-24 Thread Richard Purdie
On Fri, 2014-10-24 at 11:14 +0200, Jens Rehsack wrote: > yesterday applied OpenSSL update on daisy > (https://github.com/rdm-dev/poky/commit/27a877becf76a1410aa96c02a25bb885bfbddf04) > fails to bitbake, because newly added *ptest* files does not exists. Further > patches had been removed from rec

[yocto] OpenSSL-1.0.1j update making builds failing ...

2014-10-24 Thread Jens Rehsack
Hi, yesterday applied OpenSSL update on daisy (https://github.com/rdm-dev/poky/commit/27a877becf76a1410aa96c02a25bb885bfbddf04) fails to bitbake, because newly added *ptest* files does not exists. Further patches had been removed from recipe without removing the files themselves ... The first

Re: [yocto] OpenSSL 1.0.0m

2014-07-24 Thread Mark Evans
Thanks for the nfo. I'll go there and take a look. --MarkE On 7/24/2014 7:51 PM, Khem Raj wrote: On Thu, Jul 24, 2014 at 5:44 PM, Mark Evans wrote: question on the openssl recipes and openssl versions... Point me to the correct distro if this is the incorrect spot to ask this... We're current

Re: [yocto] OpenSSL 1.0.0m

2014-07-24 Thread Khem Raj
On Thu, Jul 24, 2014 at 5:44 PM, Mark Evans wrote: > question on the openssl recipes and openssl versions... Point me to the > correct distro if this is the incorrect spot to ask this... > > We're currently on Danny, 1.3.2. In there, the openssl version is 1.0.0j. > The openssl project is currentl

[yocto] OpenSSL 1.0.0m

2014-07-24 Thread Mark Evans
question on the openssl recipes and openssl versions... Point me to the correct distro if this is the incorrect spot to ask this... We're currently on Danny, 1.3.2. In there, the openssl version is 1.0.0j. The openssl project is currently promoting 1.0.1h. Due to the multiple CVEs being relea

Re: [yocto] openssl and heartbleed

2014-04-16 Thread Michael Halstead
On 04/14/2014 07:41 AM, Martin Jansa wrote: > On Mon, Apr 14, 2014 at 02:37:52PM +, Richard Schmitt wrote: >> Does the Yocto project plan to have some response to the heartbleed exploit >> in openssl in the near term? Has this already been addressed? > It was already addressed for master, dai

Re: [yocto] openssl and heartbleed

2014-04-14 Thread Paul Eggleton
On Monday 14 April 2014 16:41:21 Martin Jansa wrote: > On Mon, Apr 14, 2014 at 02:37:52PM +, Richard Schmitt wrote: > > Does the Yocto project plan to have some response to the heartbleed > > exploit in openssl in the near term? Has this already been addressed? > > It was already addressed for

Re: [yocto] openssl and heartbleed

2014-04-14 Thread Martin Jansa
On Mon, Apr 14, 2014 at 02:37:52PM +, Richard Schmitt wrote: > Does the Yocto project plan to have some response to the heartbleed exploit > in openssl in the near term? Has this already been addressed? It was already addressed for master, daisy, dora and dylan. -- Martin 'JaMa' Jansa

[yocto] openssl and heartbleed

2014-04-14 Thread Richard Schmitt
Does the Yocto project plan to have some response to the heartbleed exploit in openssl in the near term? Has this already been addressed? Thanks, Rich -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] openssl-native doesn't play nice with sstate (mirrors)?

2012-10-19 Thread Chris Larson
On Fri, Oct 19, 2012 at 9:03 AM, Jerrod Peach wrote: > In this case, it seemed openssl wanted to find a config to its original > build location, but it wasn't allowed to find it in this case, because that > directory was owned by a different user. Grepping through the binary and > openssl's *.so

[yocto] openssl-native doesn't play nice with sstate (mirrors)?

2012-10-19 Thread Jerrod Peach
All, I ran into an issue yesterday when trying to run the openssl binary that comes out of the openssl-native package. I had previously built openssl-native in another location as another user, and that sstate entry was copied out to an sstate mirror. I then built openssl-native in my personal w

[yocto] OpenSSL Perl File::Find

2012-06-14 Thread Jack Mitchell
The OpenSSL recipe halts saying it can't find find.pl however I have File::Find installed which brings in file.pl as a perl module (find.pm). Could anyone shed any light on why this might not be found? Log data follows: | DEBUG: Executing python function sysroot_cleansstate | DEBUG: Python func