This change adds dummy RC4 and SHA1 support to the "openssl" ENGINE for
authorGeoff Thorpe <geoff@openssl.org>
Tue, 25 Sep 2001 21:41:20 +0000 (21:41 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 25 Sep 2001 21:41:20 +0000 (21:41 +0000)
commit3b04cdd706d1394df2c7fbaca579b06e6227a647
tree00f19e01946f6fa0333180f1827b3dad23964afe
parent11a57c7be519b8977cc345db1b51a3e596faaec4
This change adds dummy RC4 and SHA1 support to the "openssl" ENGINE for
testing. Because of the recent changes (see crypto/engine/README), the
"openssl" ENGINE is no longer needed nor is it loaded automatically or by
ENGINE_load_builtin_engines(). So a explicit ENGINE_load_openssl() call is
required by applications or a modification to eng_all.c before this ENGINE
will be used. This change will send output to stderr as/when its
implementations are used.
crypto/engine/eng_openssl.c