commit | 839590f5761db68ee733a422648ab2ec8e0a4f14 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Tue Jun 19 16:12:18 2001 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Tue Jun 19 16:12:18 2001 +0000 |
tree | 78f4e0197613fb98375d17a2e4c89d7fdb0de717 | |
parent | e0a8d1f94e018f8761cd026ff317b7e0cd80242e [diff] |
- 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.