Re: DTLS new testing ways

2011-01-25 Thread Sebastian Proca
"Destination unreachable" tells you that you're not running a server or it's blocked by a firewall. Hi, Robin! Have you updated your OpenSSL installation? Ubuntu 10.04 comes with an old 0.9.8 release in which the DTLS implementation is entirely broken. You need to update OpenSSL to at least 1

Re: DTLS new testing ways

2011-01-24 Thread Robin Seggelmann
Hi Sebastian, On Jan 24, 2011, at 2:27 PM, Sebastian Proca wrote: > I'm using Ubuntu 10.04 with 2.6.32-27 kernel. > So, I've been following your advice and put wireshark to check the packages > on the lo "wire". Besides the "Destination unreachable(Host unreachable)" > message that I receive I

Re: DTLS new testing ways

2011-01-24 Thread Sebastian Proca
Hello Robin! > So the message that both server and client have is "Resource temporarily > unavailable". > Did someone have the same problem? How can this be solved? Which operating system are you using? Do you have a firewall active? Make sure nothing is blocking either server or client. If its

Re: DTLS new testing ways

2011-01-20 Thread Robin Seggelmann
Hi Sebastian, On Jan 19, 2011, at 11:50 AM, Sebastian Proca wrote: > Thank you for your help! I understand now the way that this application > should be used. Yet, I didn't manage to obtain a working dtls session. > After I start the server : > > # ./dtls_udp_echo > > I start the client, but I

Re: DTLS new testing ways

2011-01-19 Thread Sebastian Proca
> Hi Sebastian, > > On Jan 17, 2011, at 4:12 PM, Sebastian Proca wrote: > > > It's strange for me how comes that, depending on the > specified arguments, I get two different errors: > > > > I case : > > > > # ./dtls_udp_echo 127.0.0.1 > > SSL_connect: Connection refused > > error::lib(0

Re: DTLS new testing ways

2011-01-18 Thread Bill Durant
I listened to your email using DriveCarefully and will respond as soon as I can. Download DriveCarefully for free at www.drivecarefully.com __ OpenSSL Project http://www.openssl.org User Support Mai

Re: DTLS new testing ways

2011-01-18 Thread Robin Seggelmann
Hi Sebastian, On Jan 17, 2011, at 4:12 PM, Sebastian Proca wrote: > It's strange for me how comes that, depending on the specified arguments, I > get two different errors: > > I case : > > # ./dtls_udp_echo 127.0.0.1 > SSL_connect: Connection refused > error::lib(0):func(0):reason(0) >

DTLS new testing ways

2011-01-17 Thread Sebastian Proca
Hi all, After giving up my Openssl 0.9.8k, I've installed Openssl 1.0.0c version with latest patches for dtls support. All went well. After that, I tried to search for some DTLS tests (other than openssl s_server/s_client) and this is what I found : http://sctp.fh-muenster.de/dtls-samples.html