CA list for client

1999-06-29 Thread Oliver Floericke
Hi there, is there somebody who can briefly describe how to configure a OpenSSL server program in that way that it sends a list of acceptible ca's to the client? I'm using client authentication and would like to decide on the client side that the client has the proper certificates for the

Re: CA list for client

1999-06-29 Thread Bodo Moeller
if (SSL_CTX_get_client_CA_list(tdef-server_ssl_ctx) == NULL) { /* The ..._set_... function does not have a return value. */ fprintf(stderr, "%s: Could not set the client CA list from " "\"%s\".\n