ENGINE module additions.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 6 Mar 2002 14:15:13 +0000 (14:15 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 6 Mar 2002 14:15:13 +0000 (14:15 +0000)
commit0dc092334bc785b6fb0c8b568acba3db665b7e22
tree840b102627a53bead4f8e80f34a81f6c1610d05e
parent36c194638e86cd46d5da2b3efbe9ae5354e19096
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