Re: porting openssl to vxWorks

2022-10-07 Thread Michael Richardson
> I would like to know what is the procedure to build the openssl to > vxWorks/Intel platform? The toolchain is available on windows (most > likely I will need to use cygwin) I suggest that if you paid Vxworks for software, that they ought to provide you with a supported TLS

OpenSSL-3 ENGINESDIR development vs deployment

2022-10-07 Thread Wrestler, C David CTR (USA)
Background, earlier versions of my project were using OpenSSL 1.n.n, the output stayed within it's checkout directory, and the .DLLs deployed to where-ever the project was deployed. Now trying to implement OpenSSL 3, after compiling it seems to be keep referring to the directories it was

Re: porting openssl to vxWorks

2022-10-07 Thread רונן לוי
There are no real time restrictions here. And the functionality is to do: signature verification only On Fri, Oct 7, 2022, 14:45 Michal Suchánek wrote: > On Fri, Oct 07, 2022 at 02:33:03PM +0300, רונן לוי wrote: > > Hi, > > > > I would like to know what is the procedure to build the openssl to

Re: porting openssl to vxWorks

2022-10-07 Thread Matt Caswell
VxWorks is an "unadopted" platform. This means there is some claimed support for it but there is no named maintainer for it and it is not regularly tested. It may or may not work. See our platform policy here: https://www.openssl.org/policies/platformpolicy.html On that page we can see the

Re: porting openssl to vxWorks

2022-10-07 Thread udhayakumar
i think  embedTLS is there for SSL/TLS libraries for embedded. On Friday 07 October 2022 05:15 PM, Michal Suchánek wrote: On Fri, Oct 07, 2022 at 02:33:03PM +0300, רונן לוי wrote: Hi, I would like to know what is the procedure to build the openssl to vxWorks/Intel platform? The toolchain is

Re: porting openssl to vxWorks

2022-10-07 Thread Michal Suchánek
On Fri, Oct 07, 2022 at 02:33:03PM +0300, רונן לוי wrote: > Hi, > > I would like to know what is the procedure to build the openssl to > vxWorks/Intel platform? > The toolchain is available on windows (most likely I will need to use > cygwin) > > Another option is to use only small portion of

porting openssl to vxWorks

2022-10-07 Thread רונן לוי
Hi, I would like to know what is the procedure to build the openssl to vxWorks/Intel platform? The toolchain is available on windows (most likely I will need to use cygwin) Another option is to use only small portion of the open-ssl since I just the SHA256 and RSA2048 to sign an 'image.bin and