Endre Papajcsik wrote:
>
> In my opinion there is a bug in s_server.c line 508 (linux build).
>
> The function SSL_CTX_set_client_CA_list(ctx,
> SSL_load_client_CA_file(s_cert_file)) should not be adding the server cert
> to the CA list it should be called with the CA cert as follows:
>
> SSL_CTX_set_client_CA_list(ctx, SSL_load_client_CA_file(CAfile));
>
> I hope this helps solve your problem.
>
> Endre.
Actually it doesn't change anything. Anyway I don't use s_server, except
for tests, but my own ssl-server.But both of them reacts the same when
IE tries a connection.
My ssl-server application returns 0 to the SSL-accept(ssl) call only
when IE tries a connection. But it works fine with Netscape...
Another thing is that my ssl-server does not require the client to have
a certificate.
Eric.
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+