Re: openssl-users Digest, Vol 95, Issue 27

2022-10-23 Thread רונן לוי
Subject: Porting OpenSSL to vxWorks (using cygwin) <63509c3b.16160.7ff05...@openssl.pmail.gen.nz> Hi Michael, - Why are you trying to build OpenSSL? My objective is to sign an 'image.bin' with RSA2048 and verify the signature. I managed to build OpenSSL on linux and test the signature and

Re: openssl-users Digest, Vol 95, Issue 27

2022-10-21 Thread רונן לוי
Hi, - Why are you trying to build OpenSSL? My objective is to sign an 'image.bin' with RSA2048 and verify the signature. I managed to build OpenSSL on linux and test the signature and verification with RSA2048 (private & public keys). Now, I would like to port it to vxWorks 7. - Why did you

Re: openssl-users Digest, Vol 95, Issue 24

2022-10-18 Thread רונן לוי
I have downloaded perl strawberry, but I have no clue how to get rid of the built-in perl that comes in cygwin, and point cygwin to use the strawberry perl. Need Assistance! ‫בתאריך יום ג׳, 18 באוק׳ 2022 ב-0:49 מאת <‪openssl-users-requ...@openssl.org ‬‏>:‬ > Send openssl-users mailing list

Re: Build openssl on windows 10 using cygwin

2022-10-17 Thread רונן לוי
Hi Michael, see attached file for cygwin details. The openssl is cloned from: git clone https://github.com/openssl/openssl.git perl Configure *Configuring OpenSSL version 3.2.0-dev for target Cygwin-x86_64* Using os-specific seed configuration Created configdata.pm Running configdata.pm Created

Build openssl on windows 10 using cygwin

2022-10-15 Thread רונן לוי
Hi, I have tried to build openssl using cygwin: 1. perl Configure Cygwin-x86 make 2. perl Configure Cygwin-x86_64 make Both options starts compiling, but end up with error: In file included from providers/implementations/storemgmt/winstore_store.c:27:

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

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