From: Leszek K. <kos...@gm...> - 2017-10-26 19:56:34
|
Hi everyone, When I execute ENGINE_by_id ('pkcs11') I get a ENGINE structure where load_ssl_client_cert (ENGINE_SSL_CLIENT_CERT_PTR type) is null. I'm using Gemalto and Athena cards. Is this behavior related to a card or a pkcs11 engine? This is a problem because calling SSL_CTX_set_client_cert_engine and ENGINE_load_ssl_client_cert calls AV in libeay32.dll. How can I write my own function load_ssl_client_cert? Regards Leszek Kosowski |