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
On 08/09/2013 01:18 PM, Peter Sylvester wrote:
On 08/09/2013 11:17 AM, 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);
It is not recommend
On 08/09/2013 11:17 AM, 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);
It is not recommended to access to members in the way above, but ra
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 verify the
server certificate, but also when OpenSSL t