commit | 11a57c7be519b8977cc345db1b51a3e596faaec4 | [log] [tgz] |
---|---|---|
author | Geoff Thorpe <geoff@openssl.org> | Tue Sep 25 21:37:02 2001 +0000 |
committer | Geoff Thorpe <geoff@openssl.org> | Tue Sep 25 21:37:02 2001 +0000 |
tree | 3d0eb9743f122e1dd061d989b911abfe1a0694ed | |
parent | b370230b786eed9b73c9a1f5c0a5e008e8009989 [diff] |
This changes EVP's cipher and digest code to hook via the ENGINE support. See crypto/engine/README for details. - it also removes openbsd_hw.c from the build (that functionality is going to be available in the openbsd ENGINE in a upcoming commit) - evp_test has had the extra initialisation added so it will use (if possible) any ENGINEs supporting the algorithms required.