[erlang-patches] Add support for "zlib@REDACTED" compression (SSH)

Fredrik fredrik@REDACTED
Thu Jun 20 09:57:23 CEST 2013


On 06/20/2013 07:59 AM, Louis-Philippe Gauthier wrote:
>
> Hi,
>
> I added support for "zlib@REDACTED <mailto:zlib@REDACTED>" 
> compression type for ssh transports.
>
> http://tools.ietf.org/html/draft-miller-secsh-compression-delayed-00
>
> e.g.
> 1> application:start(crypto).
> ok
> 2> application:start(asn1).
> ok
> 3> application:start(public_key).
> ok
> 3> application:start(ssh).
> ok
> 4> ssh:connect("38.71.4.132", 22, [{compression, openssh_zlib}]).
> {ok,<0.57.0>}
>
> Here's the branch / patch:
>
> git fetch git://github.com/lpgauth/otp.git 
> <http://github.com/lpgauth/otp.git> openssh_zlib
> https://github.com/lpgauth/otp/compare/maint...openssh_zlib.patch
>
> LP
>
>
> _______________________________________________
> erlang-patches mailing list
> erlang-patches@REDACTED
> http://erlang.org/mailman/listinfo/erlang-patches
Hello,
I've fetched your branch and created a ticket for review.
It should be visible in the 'pu' branch shortly.
Thanks,

-- 

BR Fredrik Gustafsson
Erlang OTP Team

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-patches/attachments/20130620/58f10eec/attachment.htm>


More information about the erlang-patches mailing list