Re: [openssl-users] RDRAND and engine (was: how to generate EC public key from EC private key)

2016-03-22 Thread Jeffrey Walton
On Tue, Mar 22, 2016 at 6:54 PM, Jeffrey Walton wrote: >> Now one small question: how do I ensure that ‎RAND_engine (and therefore >> Intel RDRAND output) is being used for the key generation in >>EVP_PKEY_keygen(ctx, &newkey); >> >> Is just loading RAND_engine enough for that?‎ >> ‎ > > To v

Re: [openssl-users] Removing some systems

2016-03-22 Thread William A Rowe Jr
Just FTR... http://www.osnews.com/story/28933/Blue_Lion_new_OS_2_distribution_due_2016 Not that I'd take that as a mandate to preserve support... We are having the same internal dialog at the ASF httpd project and coming to the same conclusions. On Mar 17, 2016 1:36 PM, "Salz, Rich" wrote: > We

[openssl-users] RDRAND and engine (was: how to generate EC public key from EC private key)

2016-03-22 Thread Jeffrey Walton
> Now one small question: how do I ensure that ‎RAND_engine (and therefore > Intel RDRAND output) is being used for the key generation in >EVP_PKEY_keygen(ctx, &newkey); > > Is just loading RAND_engine enough for that?‎ > ‎ To verify it, I think you need to inspect the default RAND method. It

Re: [openssl-users] Naive: how to generate EC public key from EC private key?

2016-03-22 Thread Blumenthal, Uri - 0553 - MITLL
One more hurdle passed. The code is working perfect, AFAIK. ‎ Now one small question: how do I ensure that ‎RAND_engine (and therefore Intel RDRAND output) is being used for the key generation in    EVP_PKEY_keygen(ctx, &newkey); Is just loading RAND_engine enough for that?‎ ‎ Sent from my BlackB