As with RSA, which was modified recently, this change makes it possible to
authorGeoff Thorpe <geoff@openssl.org>
Wed, 15 Jan 2003 02:01:55 +0000 (02:01 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 15 Jan 2003 02:01:55 +0000 (02:01 +0000)
commit0e4aa0d2d2807e0cbeac29b65d2b9061daed8941
treecec435e2a3ce007d0b1a7be92c4cf12cdc4bd1a5
parent08cb96bba2831a8fc3dbda697ab65d64bb05a371
As with RSA, which was modified recently, this change makes it possible to
override key-generation implementations by placing handlers in the methods
for DSA and DH. Also, parameter generation for DSA and DH is possible by
another new handler for each method.
15 files changed:
CHANGES
crypto/dh/dh.h
crypto/dh/dh_gen.c
crypto/dh/dh_key.c
crypto/dsa/dsa.h
crypto/dsa/dsa_gen.c
crypto/dsa/dsa_key.c
crypto/dsa/dsa_ossl.c
engines/e_aep.c
engines/e_atalla.c
engines/e_cswift.c
engines/e_ncipher.c
engines/e_nuron.c
engines/e_sureware.c
engines/e_ubsec.c