[erlang-questions] DTLS client/server

pablo platt pablo.platt@REDACTED
Thu Oct 17 16:38:40 CEST 2013


I'd rather use the otp API so when R17 is released I can just turn it on.

Your implementation is interesting and I'll have a look.
Thanks


On Thu, Oct 17, 2013 at 5:23 PM, Andreas Schultz <aschultz@REDACTED> wrote:

> Hi Pablo,
>
> I you are desperate to have something working right now, you can always
> use my prototype from there:
>
> https://github.com/RoadRunnr/otp/tree/new_crypto_dtls
>
> But be aware that the OTP version will have a different API. My version
> uses
> a wrapper module to read DTLS traffic from somewhere and pass it into the
> SSL library. For udp, lib/ssl/src/ssl_udp.erl already exists and
> [{versions, ['dtlsv1.2', dtlsv1]}, {cb_info, ssl_udp}] in your ssl options
> should work. For other transport layers, you have to implement that module
> yourself.
>
> Andreas
>
> ----- Original Message -----
> > Is there a chance for release preview of DTLS before the R17 release on
> > February?
> >
> > Thanks
> >
> >
> >
> > On Thu, Aug 1, 2013 at 1:03 AM, pablo platt < pablo.platt@REDACTED >
> wrote:
> >
> >
> >
> > I see some DTLS files in the source:
> > https://github.com/erlang/otp/tree/maint/lib/ssl/src
> >
> > Is it unusable or just unstable?
> >
> > Do you have a rough estimate when we can expect it?
> > Next minor release? Next major release?
> >
> > Thanks
> >
> >
> > On Thu, Aug 1, 2013 at 12:57 AM, Ingela Andin < ingela@REDACTED > wrote:
> >
> >
> >
> > Hi, OTP is working on that but it is not ready yet.
> > Regards Ingela - OTP team Ericsson AB
> >
> > Skickat från min iPhone
> >
> > 31 jul 2013 kl. 17:52 skrev pablo platt < pablo.platt@REDACTED >:
> >
> >
> >
> >
> > Hi,
> >
> > Is there a library that implements DTLS client and server in Erlang?
> > DTLS is the UDP version of TLS
> > Datagram Transport Layer Security
> > http://tools.ietf.org/html/rfc4347
> >
> > Thanks
> >
> >
> >
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://erlang.org/mailman/listinfo/erlang-questions
> >
> >
> >
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://erlang.org/mailman/listinfo/erlang-questions
> >
>
> --
> --
> Dipl. Inform.
> Andreas Schultz
>
> email: as@REDACTED
> phone: +49-391-819099-224
> mobil: +49-170-2226073
>
> ------------------- enabling your networks -------------------
>
> Travelping GmbH               phone:         +49-391-819099229
> Roentgenstr. 13               fax:           +49-391-819099299
> D-39108 Magdeburg             email:       info@REDACTED
> GERMANY                       web:   http://www.travelping.com
>
> Company Registration: Amtsgericht Stendal Reg No.:   HRB 10578
> Geschaeftsfuehrer: Holger Winkelmann | VAT ID No.: DE236673780
> --------------------------------------------------------------
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20131017/8c9c192d/attachment.htm>


More information about the erlang-questions mailing list