Re: [openssl-users] RSA Key generation time

2017-01-28 Thread Mithun P
Hi, I tried the same key generation on the default linux port from freescale on the same board and i am getting an average of 20 seconds with the same board. Do you think that there is such a huge performance margin with OS. The only other difference that i can see is that on the VX works port o

Re: [openssl-users] RSA Key generation time

2017-01-28 Thread Frank Migge
Hi Mithun, >> I have a embedded board P1010 RDB running openssl on VXWORKS 5.4 . >> I am generating RSA 2048 and 3072 bit key pairs. >> I am providing entropy to openssl by using RAND_seed from a HW RNG. >> My average generation time for RSA 2048 key pair is 2 Minutes and 3072 is 8 minutes.

Re: [openssl-users] RSA Key generation time

2017-01-24 Thread Jakob Bohm
I'm afraid you will have to look at the OpenSSL source code, I haven't paid much attention to that CPU recently. On 23/01/2017 08:09, Mithun P wrote: Hi Jakob, Can you please give me some reference/example of bignum optimization which I can check on powerpc architectures. Is this any specific

Re: [openssl-users] RSA Key generation time

2017-01-22 Thread Mithun P
Hi Jakob, Can you please give me some reference/example of bignum optimization which I can check on powerpc architectures. Is this any specific instruction set addition? or something more generic? Thanks & Regards Mithun On Tue, Jan 17, 2017 at 9:38 PM, Jakob Bohm wrote: > On 17/01/2017 07:44,

Re: [openssl-users] RSA Key generation time

2017-01-17 Thread Jakob Bohm
On 17/01/2017 07:44, Mithun P wrote: Hi I have a embedded board P1010 RDB running openssl on VXWORKS 5.4 . I am generating RSA 2048 and 3072 bit key pairs. I am providing entropy to openssl by using RAND_seed from a HW RNG. My average generation time for RSA 2048 key pair is 2 Minutes and 30