RE: [LibReSSL] Allow key generation to use arbitrary public exponents

2014-08-13 Thread Dave Thompson
From: owner-openssl-...@openssl.org On Behalf Of Benny Baumann Sent: Sunday, August 10, 2014 08:44 Am 09.08.2014 19:24, schrieb Annie Yousar: Hi Ben, you can generate keys with arbitrary exponents using the genpkey command: openssl genpkey -algorithm rsa \ -pkeyopt

Re: [LibReSSL] Allow key generation to use arbitrary public exponents

2014-08-10 Thread Benny Baumann
Hi Annie, Am 09.08.2014 19:24, schrieb Annie Yousar: Hi Ben, you can generate keys with arbitrary exponents using the genpkey command: openssl genpkey -algorithm rsa \ -pkeyopt rsa_keygen_bits:16384 -pkeyopt rsa_keygen_pubexp:4711 Thanks for this information. Now that you mention this: I

Re: [LibReSSL] Allow key generation to use arbitrary public exponents

2014-08-09 Thread Annie Yousar
Hi Ben, you can generate keys with arbitrary exponents using the genpkey command: openssl genpkey -algorithm rsa \ -pkeyopt rsa_keygen_bits:16384 -pkeyopt rsa_keygen_pubexp:4711 Regards, Ann. Am 09.08.2014 15:21, schrieb Benny Baumann: Hi, I'd like to propose to include the following