DTLS works fine in OpenSsl when you use socket interface. Look at the s_client and s_server program under apps/ directory. It has code to run the DTLS. You could base your implementation on that.
- Prashant.Manuel Schölling <[EMAIL PROTECTED]> wrote:
Hi everybody,I'm going to write a peer2peer-vp
Hi everybody,
I'm going to write a peer2peer-vpn linux client.
I wanna use OpenSSL's DTLS for transfering the data from one client to
an other.
Here is my problem:
When I send data with SSL_write just one udp packet (size: 119) is sent
and the server does not react on this.
Both (SSL_write cl