David Hooker schrieb: > > It is > likely that I will need to use hardware SSL acceleration (f.e., > http://h18004.www1.hp.com/products/servers/security/axl600l/index.html), > and it is likely that either the library I use will have to talk to > it, or I will have to program against it directly.
Since OpenSSL 0.9.7 the the crypto device ("engine") support is built in by default. I think all that's needed for a normal crypto device setup is to call ENGINE_load_builtin_engines(); ENGINE_register_all_complete(); and when the application exits a final call to ENGINE_cleanup(). See https://www.openssl.org/docs/crypto/engine.html under topic "Application Requirements". These three functions are defined in openssl/engine.h and need to be added to icslibeay.pas. Benjamin Stadin -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be