ssl - where is new_ssl? -
from rabbitmq documents know there new_ssl
application. have installed erlang through macport command. after using command "port content erlang|grep new_ssl"
, can't find it.
in www.erlang.org, new_ssl document, says new_ssl
module not application. reading ssl.app
, doesn't contain new_ssl
module?
is ghost?
new vs old ssl 2 different implementations of ssl. old ssl used libopenssl directly new ssl build in erlang libcryto functions in c. of r15b release (dec 2011) of erlang/otp, old_ssl implementation entirerly dropped.
Comments
Post a Comment