- Add the possibility to control engines through control names but
authorRichard Levitte <levitte@openssl.org>
Tue, 19 Jun 2001 16:12:18 +0000 (16:12 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 19 Jun 2001 16:12:18 +0000 (16:12 +0000)
commit839590f5761db68ee733a422648ab2ec8e0a4f14
tree78f4e0197613fb98375d17a2e4c89d7fdb0de717
parente0a8d1f94e018f8761cd026ff317b7e0cd80242e
- Add the possibility to control engines through control names but
  with arbitrary arguments instead of just a string.
- Change the key loaders to take a UI_METHOD instead of a callback
  function pointer.  NOTE: this breaks binary compatibility with
  earlier versions of OpenSSL [engine].
- Addapt the nCipher code for these new conditions and add a card
  insertion callback.
CHANGES
crypto/engine/engine.h
crypto/engine/engine_err.c
crypto/engine/engine_lib.c
crypto/engine/hw_ncipher.c