|
|
|
|
|
by dogma1138
3900 days ago
|
|
You can already configure OpenSSL to delegate the engine to CAPI which means that OpenSSL mostly works as a "shim". [engine_section]
capi = capi_config [capi_config]
engine_id = capi
dynamic_path = c:\\openssl-win32\\bin\\capi.dll
init=1 |
|