[openssl.org #3619] [PATCH] User can specify the public exponent in genrsa

2014-12-02 Thread Quentin Gouchet via RT
From ada36e7188fb42e064520726593120f2d213c30e Mon Sep 17 00:00:00 2001 From: Quentin quentin.gouc...@gmail.com Date: Fri, 14 Nov 2014 16:58:25 -0600 Subject: [PATCH] User can specify the public exponent in genrsa The user can specify as an hexadecimal string the RSA public exponent e in the RSA

[openssl.org #3604] [PATCH] User can specify the public exponent in genrsa

2014-11-17 Thread Quentin Gouchet via RT
The user can specify as an hexadecimal string the RSA public exponent e in the RSA key generation. e has to be odd and greater than 65537. Example: openssl genrsa -public 123456789 -out key.pem 4096 Modified the name of exponent --- apps/genrsa.c | 46