Re: [OE-core] [docs] [PATCH 1/4] openssl-native.bbclass: add bbclass

2022-10-04 Thread Ross Burton
On 4 Oct 2022, at 14:32, Mikko Rapeli via lists.openembedded.org wrote: > >> >> Somewhere I'm guessing openssl has some common init function? > > Sadly, there isn't. Not even a common header file. Or at least > I did not find any. The engines, modules, config files and certs > are quite differ

Re: [OE-core] [docs] [PATCH 1/4] openssl-native.bbclass: add bbclass

2022-10-04 Thread Mikko Rapeli
Hi, On Tue, Oct 04, 2022 at 02:09:45PM +0100, Richard Purdie wrote: > On Tue, 2022-10-04 at 15:54 +0300, Mikko Rapeli wrote: > > On Tue, Oct 04, 2022 at 01:19:41PM +0100, Richard Purdie wrote: > > > On Tue, 2022-10-04 at 14:38 +0300, Mikko Rapeli wrote: > > > > On Tue, Oct 04, 2022 at 12:09:18PM +

Re: [OE-core] [docs] [PATCH 1/4] openssl-native.bbclass: add bbclass

2022-10-04 Thread Richard Purdie
On Tue, 2022-10-04 at 15:54 +0300, Mikko Rapeli wrote: > On Tue, Oct 04, 2022 at 01:19:41PM +0100, Richard Purdie wrote: > > On Tue, 2022-10-04 at 14:38 +0300, Mikko Rapeli wrote: > > > On Tue, Oct 04, 2022 at 12:09:18PM +0100, Richard Purdie wrote: > > > > > > > I noticed there that the patches h

Re: [OE-core] [docs] [PATCH 1/4] openssl-native.bbclass: add bbclass

2022-10-04 Thread Mikko Rapeli
Hi, On Tue, Oct 04, 2022 at 01:19:41PM +0100, Richard Purdie wrote: > On Tue, 2022-10-04 at 14:38 +0300, Mikko Rapeli wrote: > > On Tue, Oct 04, 2022 at 12:09:18PM +0100, Richard Purdie wrote: > > > > > I noticed there that the patches have thrown some compiler warnings: > > > > > > crypto/conf/

Re: [OE-core] [docs] [PATCH 1/4] openssl-native.bbclass: add bbclass

2022-10-04 Thread Richard Purdie
On Tue, 2022-10-04 at 14:38 +0300, Mikko Rapeli wrote: > On Tue, Oct 04, 2022 at 12:09:18PM +0100, Richard Purdie wrote: > > > I noticed there that the patches have thrown some compiler warnings: > > > > crypto/conf/conf_mod.c:667:20: error: passing 'const char *(int)' to > > parameter of type '

Re: [OE-core] [docs] [PATCH 1/4] openssl-native.bbclass: add bbclass

2022-10-04 Thread Mikko Rapeli
Hi, On Tue, Oct 04, 2022 at 12:09:18PM +0100, Richard Purdie wrote: > Hi Mikko, > > Thanks for working on this, particularly with upstream. > > On Tue, 2022-10-04 at 13:10 +0300, Mikko Rapeli wrote: > > Using openssl-native shared libraries correctly is hard. A number > > of environment variable

Re: [OE-core] [docs] [PATCH 1/4] openssl-native.bbclass: add bbclass

2022-10-04 Thread Richard Purdie
Hi Mikko, Thanks for working on this, particularly with upstream. On Tue, 2022-10-04 at 13:10 +0300, Mikko Rapeli wrote: > Using openssl-native shared libraries correctly is hard. A number > of environment variables need to be correctly set or > the errors may be really confusing. openssl can be