Re: Server Side Certificate to send

2006-04-24 Thread Marek Marcola
Hello, > Thats my problem, the connection from a client to s_server is not working - > thats where i stuck... Run s_server with "-debug -msg -state" options to get more information. Try to add "-bugs" to workaround some SSL compatibility problems. Best regards, -- Marek Marcola <[EMAIL PROTECTE

Re: Server Side Certificate to send

2006-04-24 Thread Stefan Walter
1 PM Subject: Re: Server Side Certificate to send Stefan Walter wrote: This is what i want... but now the problem is how i can implement this... do you have an small example of a server? See http://www.opensslbook.com/code.html or (even better) the book itself. Or have a look into the source

Re: Server Side Certificate to send

2006-04-24 Thread Bernhard Froehlich
probably if you connect with java clients by using javax.net.ssl? I cannot tell you this, I'm no Javanese... ;) - Original Message - From: "Bernhard Froehlich" <[EMAIL PROTECTED]> To: Sent: Monday, April 24, 2006 11:00 AM Subject: Re: Server Side Certificate to send

Re: Server Side Certificate to send

2006-04-24 Thread Stefan Walter
]> To: Sent: Monday, April 24, 2006 11:00 AM Subject: Re: Server Side Certificate to send Stefan Walter wrote: Hi, i am new to OPENSSL and have a specific question... i want to write a server and client, but the client doesnt have the certificate. how can i start the transfer of the certificat

Re: Server Side Certificate to send

2006-04-24 Thread Bernhard Froehlich
Stefan Walter wrote: Hi, i am new to OPENSSL and have a specific question... i want to write a server and client, but the client doesnt have the certificate. how can i start the transfer of the certificate to the client? i think the same is done with webserver and browser? please help..

Server Side Certificate to send

2006-04-23 Thread Stefan Walter
Hi,   i am new to OPENSSL and have a specific question...   i want to write a server and client, but the client doesnt have the certificate. how can i start the transfer of the certificate to the client?   i think the same is done with webserver and browser?   please help...   Kind Regards w