This hooks the DH code into the engine framework in the same way that has
authorGeoff Thorpe <geoff@openssl.org>
Mon, 29 May 2000 00:46:47 +0000 (00:46 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 29 May 2000 00:46:47 +0000 (00:46 +0000)
commit9c5ed502ee4a315595970774d3899bdbbd9066c5
treea819498b8d633480964ae68a2b5f20396512d2d6
parent6111f7408b43fa93d9682a4974ca45586b6424ca
This hooks the DH code into the engine framework in the same way that has
already been done for RSA. The others (DSA + RAND) will probably follow
in the near future too, but DH is easiest to test with RSA because one
can just force the use of the EDH cipher-suites.
crypto/dh/dh.h
crypto/dh/dh_key.c
crypto/dh/dh_lib.c
crypto/engine/engine_openssl.c