This change adds cipher and digest support into ENGINE using the
authorGeoff Thorpe <geoff@openssl.org>
Tue, 25 Sep 2001 21:28:40 +0000 (21:28 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 25 Sep 2001 21:28:40 +0000 (21:28 +0000)
commitb370230b786eed9b73c9a1f5c0a5e008e8009989
tree48fc5a3a1fadc9a274582cea6a46823438f151f4
parent50a381b789f9e850632847d30ea81fb762e6b989
This change adds cipher and digest support into ENGINE using the
ENGING_TABLE mechanism. The necessary hooks from crypto/evp/ to use this
will be committed shortly.
crypto/engine/Makefile.ssl
crypto/engine/eng_err.c
crypto/engine/eng_fat.c
crypto/engine/eng_int.h
crypto/engine/eng_list.c
crypto/engine/engine.h
crypto/engine/tb_cipher.c [new file with mode: 0644]
crypto/engine/tb_digest.c [new file with mode: 0644]