I understand how a programming library works. By "option" I simply meant is 
there a way to force libssh2 to only one (or a subset) of the MACs it was 
compiled to support? I am using the library to do some specific compliance 
testing.

With the sftp command on Linux I can pass the -oMACs parameter to do this and I 
am wanting to do the same thing. Thanks.

Jeremy Zapata | Software Engineer in Test
globalscape | +1 (210) 308-8267 ext 5176 | NYSE MKT:GSB 
*This communication, including attachments, is for the exclusive use of the 
addressee and may contain proprietary, confidential or privileged information. 
If you are not the intended recipient, any use, copying, disclosure, 
dissemination or distribution is strictly prohibited. If you are not the 
intended recipient, please notify the sender immediately by return email and 
delete this communication and destroy all copies.
 

-----Original Message-----
From: libssh2-devel [mailto:libssh2-devel-boun...@cool.haxx.se] On Behalf Of 
Peter Stuge
Sent: Friday, May 01, 2015 1:35 PM
To: libssh2-devel@cool.haxx.se
Subject: Re: Setting MAC option

Jeremy Zapata wrote:
> Is anyone familiar with the MAC option and how it can be set for
> libssh2 (hopefully there is a way through libcurl)?

Build libssh2 with the MACs you want it to use. It negotiates with the server 
using the algorithms it was built with.


> It was hard to find a whole lot of information on the MAC option

What option? libssh2 is a programming library. It does not have options.


//Peter
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to