ENGINE module additions.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 6 Mar 2002 14:09:46 +0000 (14:09 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 6 Mar 2002 14:09:46 +0000 (14:09 +0000)
commitc913cf446f986450b0749a502a5d6658269c45b1
tree543d34d81aeb01d0b5ee29d965e0482cfb14c387
parenta88f39457bc4c5fb8d45a9a1d440f7d96975f881
ENGINE module additions.

Add "init" command to control ENGINE
initialization.

Call ENGINE_finish on initialized ENGINEs on exit.

Reorder shutdown in apps.c: modules should be shut
down first.

Add test private key loader to openssl ENGINE: this
just loads a private key in PEM format.

Fix print format for dh length parameter.
CHANGES
apps/apps.h
apps/dhparam.c
crypto/engine/eng_cnf.c
crypto/engine/eng_err.c
crypto/engine/eng_openssl.c
crypto/engine/engine.h