[erlang-questions] Stand alone TLS encryption module?

Nicolas Niclausse nicolas@REDACTED
Fri May 11 11:09:56 CEST 2007


Mike Toler ecrivait le 10.05.2007 16:57:
> I’m working with the Tsung tool right now (written in Erlang) to load
> test a Jabber project.  In the real world, all of the communications to
> and from the server would be encrypted using TLS, but that isn’t
> supported by Tsung.

Hello,

Tsung is able to use the ssl module. From the documentation, this module
(since ssl-3.0.6) is able to use tlsv1 :

http://www.erlang.org/doc/doc-5.5.4/lib/ssl-3.1/doc/html/index.html

Did you try it ?

-- 
Nicolas



More information about the erlang-questions mailing list