Re: Verify callback and sending of the client certificate

2013-08-10 Thread Dr. Stephen Henson
On Fri, Aug 09, 2013, Florian Weimer wrote: > Qt installs a verification callback like this > > |// Register a custom callback to get all verification errors. > |X509_STORE_set_verify_cb_func(ctx->cert_store, q_X509Callback); > > ctx is an SSL_CTX *. This callback is invoked not just to

RE: Issue facing while using function "const EVP_MD *EVP_get_digestbyname(const char *name)"

2013-08-10 Thread Sanjay Kumar (sanjaku5)
Thanks Tom Added OpenSSL_add_all_digests() It is working From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Tom marchand Sent: Saturday, August 10, 2013 5:25 AM To: openssl-users@openssl.org Subject: Re: Issue facing while using function "const EVP_MD *