Allow RSA key-generation to specify an arbitrary public exponent. Jelte
authorGeoff Thorpe <geoff@openssl.org>
Mon, 26 Apr 2004 15:31:35 +0000 (15:31 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 26 Apr 2004 15:31:35 +0000 (15:31 +0000)
commitbcfea9fb25738b007cfef48d5070376c4398675a
tree4c60cc4cb29540bf98072e95c712495a129cc646
parentf3f52d7f45967af4f70045921dfa12e6faedcc92
Allow RSA key-generation to specify an arbitrary public exponent. Jelte
proposed the change and submitted the patch, I jiggled it slightly and
adjusted the other parts of openssl that were affected.

PR: 867
Submitted by: Jelte Jansen
Reviewed by: Geoff Thorpe
CHANGES
apps/genrsa.c
apps/req.c
apps/s_server.c
crypto/rsa/rsa.h
crypto/rsa/rsa_depr.c
crypto/rsa/rsa_gen.c
ssl/ssltest.c