Re: Openssl for wince armv4i

2020-10-30 Thread Souju TANAKA
Hi Geetha, On 2020/10/30 23:28, Geetha wrote: But in my machine I couldn't locate this below path set Path=C:\WINCE700\sdk\bin\i386\arm If you don't have C:\WINCE700, you can use arm cross compiler in VisualStudio directory. Please try the following path instead: set Path=C:\Program Files (x

Re: Openssl for wince armv4i

2020-10-30 Thread Geetha
Thanks Souju. But in my machine I couldn't locate this below path set Path=C:\WINCE700\sdk\bin\i386\arm please help to proceed further. Thanks, Geetha On Fri, Oct 30, 2020, 7:21 PM Souju TANAKA wrote: > Hi Geetha, > > On 2020/10/30 18:50, Geetha wrote: > > Hi All, > > > > > > How to compi

Re: Decrypt error when using openssl 1.1.1b during SSL handshake

2020-10-30 Thread Matt Caswell
On 30/10/2020 11:22, Mahendra SP wrote: > Hi Matt, > > Thank you for the inputs. > Yes, we had encountered the padding issue initially. But we added > support for RSA_NO_PADDING in our hardware. That's why we are able to > successfully decrypt the premaster secret in the hardware. > Hence the i

Re: Openssl for wince armv4i

2020-10-30 Thread Souju TANAKA
Hi Geetha, On 2020/10/30 18:50, Geetha wrote: Hi All, How to compile openssl for ARMV4i compiler. Please any one guide. Regards Geetha Please have a look: https://qiita.com/souju/items/94117c024862f57459c3 I wrote it. Regards -- Souju TANAKA

Re: Decrypt error when using openssl 1.1.1b during SSL handshake

2020-10-30 Thread Mahendra SP
Hi Matt, Thank you for the inputs. Yes, we had encountered the padding issue initially. But we added support for RSA_NO_PADDING in our hardware. That's why we are able to successfully decrypt the premaster secret in the hardware. Hence the issue does not seem to be related to padding. We have conf

Re: Decrypt error when using openssl 1.1.1b during SSL handshake

2020-10-30 Thread Matt Caswell
On 30/10/2020 09:18, Mahendra SP wrote: > Hi All. > > We have upgraded openssl version to 1.1.1b > > With this, we are seeing decryption error during SSL handshake for the > below explained scenario. Our device acts as an SSL server. > > We have external hardware to offload RSA private key op

Openssl for wince armv4i

2020-10-30 Thread Geetha
Hi All, How to compile openssl for ARMV4i compiler. Please any one guide. Regards Geetha

Decrypt error when using openssl 1.1.1b during SSL handshake

2020-10-30 Thread Mahendra SP
Hi All. We have upgraded openssl version to 1.1.1b With this, we are seeing decryption error during SSL handshake for the below explained scenario. Our device acts as an SSL server. We have external hardware to offload RSA private key operations using the engine. Decryption of pre-master secret

Re: SMIME signed message verification

2020-10-30 Thread Harald Koch
Dear Michael, > Am 29.10.2020 um 22:55 schrieb Michael Richardson : > >> Yes, the signed message is contained in a HTTP(S) multipart request >> with more payload and header information, sure. The only different part >> is the signed content, all other content has been manually checked, >> they ar