<div dir="ltr"><div><div>I'd rather use the otp API so when R17 is released I can just turn it on.<br><br></div>Your implementation is interesting and I'll have a look.<br></div>Thanks<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Oct 17, 2013 at 5:23 PM, Andreas Schultz <span dir="ltr"><<a href="mailto:aschultz@tpip.net" target="_blank">aschultz@tpip.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Pablo,<br>
<br>
I you are desperate to have something working right now, you can always<br>
use my prototype from there:<br>
<br>
<a href="https://github.com/RoadRunnr/otp/tree/new_crypto_dtls" target="_blank">https://github.com/RoadRunnr/otp/tree/new_crypto_dtls</a><br>
<br>
But be aware that the OTP version will have a different API. My version uses<br>
a wrapper module to read DTLS traffic from somewhere and pass it into the<br>
SSL library. For udp, lib/ssl/src/ssl_udp.erl already exists and<br>
[{versions, ['dtlsv1.2', dtlsv1]}, {cb_info, ssl_udp}] in your ssl options<br>
should work. For other transport layers, you have to implement that module<br>
yourself.<br>
<br>
Andreas<br>
<div><div class="h5"><br>
----- Original Message -----<br>
> Is there a chance for release preview of DTLS before the R17 release on<br>
> February?<br>
><br>
> Thanks<br>
><br>
><br>
><br>
> On Thu, Aug 1, 2013 at 1:03 AM, pablo platt < <a href="mailto:pablo.platt@gmail.com">pablo.platt@gmail.com</a> > wrote:<br>
><br>
><br>
><br>
> I see some DTLS files in the source:<br>
> <a href="https://github.com/erlang/otp/tree/maint/lib/ssl/src" target="_blank">https://github.com/erlang/otp/tree/maint/lib/ssl/src</a><br>
><br>
> Is it unusable or just unstable?<br>
><br>
> Do you have a rough estimate when we can expect it?<br>
> Next minor release? Next major release?<br>
><br>
> Thanks<br>
><br>
><br>
> On Thu, Aug 1, 2013 at 12:57 AM, Ingela Andin < <a href="mailto:ingela@andin.se">ingela@andin.se</a> > wrote:<br>
><br>
><br>
><br>
> Hi, OTP is working on that but it is not ready yet.<br>
> Regards Ingela - OTP team Ericsson AB<br>
><br>
> Skickat från min iPhone<br>
><br>
> 31 jul 2013 kl. 17:52 skrev pablo platt < <a href="mailto:pablo.platt@gmail.com">pablo.platt@gmail.com</a> >:<br>
><br>
><br>
><br>
><br>
> Hi,<br>
><br>
> Is there a library that implements DTLS client and server in Erlang?<br>
> DTLS is the UDP version of TLS<br>
> Datagram Transport Layer Security<br>
> <a href="http://tools.ietf.org/html/rfc4347" target="_blank">http://tools.ietf.org/html/rfc4347</a><br>
><br>
> Thanks<br>
><br>
><br>
><br>
> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
><br>
<br>
</div></div>--<br>
--<br>
Dipl. Inform.<br>
Andreas Schultz<br>
<br>
email: <a href="mailto:as@travelping.com">as@travelping.com</a><br>
phone: <a href="tel:%2B49-391-819099-224" value="+49391819099224">+49-391-819099-224</a><br>
mobil: <a href="tel:%2B49-170-2226073" value="+491702226073">+49-170-2226073</a><br>
<br>
------------------- enabling your networks -------------------<br>
<br>
Travelping GmbH               phone:         <a href="tel:%2B49-391-819099229" value="+49391819099229">+49-391-819099229</a><br>
Roentgenstr. 13               fax:           <a href="tel:%2B49-391-819099299" value="+49391819099299">+49-391-819099299</a><br>
D-39108 Magdeburg             email:       <a href="mailto:info@travelping.com">info@travelping.com</a><br>
GERMANY                       web:   <a href="http://www.travelping.com" target="_blank">http://www.travelping.com</a><br>
<br>
Company Registration: Amtsgericht Stendal Reg No.:   HRB 10578<br>
Geschaeftsfuehrer: Holger Winkelmann | VAT ID No.: DE236673780<br>
--------------------------------------------------------------<br>
</blockquote></div><br></div>