Hi,

my ssl-client should send a client cert, but 
www.cryptsoft.com:443/~tjh/cryptocheck.php 
shows this

>Your connection uses DES-CBC3-MD5 (keylength=192 bits)
>Your browser has not provided a client certificate

Ok, what is going on. I use SSL-0.9.0 and do this:

SSL_CTX_use_certificate_file(ssl_ctx,client_cert,
                              SSL_FILETYPE_PEM);
SSL_CTX_use_PrivateKey_file(ssl_ctx,client_cert,
                                  SSL_FILETYPE_PEM);

My question: How can i check, whether my client uses
client cert or not?


Sucess!!!
Yehhhh, my ssl_server is able to handle nonblocking sessions.
Thanks Eric, Holger, .... :-)


Dirk


[EMAIL PROTECTED]    |  http://www.ikossvan.de
Software Developer, ETA       |  IKOSS VAN GmbH, Germany
Tel.:+49 (2408) 148 301       |  Business Unit Networks
Fax :+49 (2408) 148 204       |  Pascalstr.19, 52076 Aachen
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/  |
+-------------------------------------------------------------------------+

Reply via email to