From libssh2-devel-bounces@cool.haxx.se  Mon Jun 22 01:23:49 2020
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (mail [127.0.0.1])
	by giant.haxx.se (8.15.2/8.15.2/Debian-4) with ESMTP id 05LNN2Q1019074;
	Mon, 22 Jun 2020 01:23:38 +0200
Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com
 [IPv6:2a00:1450:4864:20:0:0:0:629])
 by giant.haxx.se (8.15.2/8.15.2/Debian-4) with ESMTPS id 05LNN0kb018992
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Mon, 22 Jun 2020 01:23:00 +0200
Received: by mail-ej1-x629.google.com with SMTP id n24so16193923ejd.0
 for <libssh2-devel@cool.haxx.se>; Sun, 21 Jun 2020 16:23:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
 h=mime-version:from:date:message-id:subject:to;
 bh=hHWkp32lRwF7YvCrrrQoQhFYFVhdTtyMYARdQOAT7GI=;
 b=Af5zHfA+3mdUtOvlKE6pqtkFxSGREz1xkodFREs8PUnTAPJt5EmiEYcMvasUIzNu95
 KO4PUWW7DhKSf+h/znYH8LiA/SCb/NHbCQSOuUzENpbfStM+EEuX4ef1GF3/qTW+0fJB
 AlNh/vBY1CfSkk6EJqnB3Zj/KrHzY/etIiK/igR2MBYyxwdP/qpykQVjqMfS6sk1UwA2
 Nflr8KEXRrpXL58rAAAtNLiQh7q6boHLLZLSH3mapx0/Ogh6mLYgpLufpoZ7NhDWL89G
 C7NotnZ+SYmLLpkSHpAnToVxR2aB3PgIV4gubwgEoAwVpIAUwWX01G4lAcCZInBxIWxE
 QQsA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
 bh=hHWkp32lRwF7YvCrrrQoQhFYFVhdTtyMYARdQOAT7GI=;
 b=QJ2bF7fItwRH6x3J0afuiSkkdHXO/DbNh5Zqz6sNoA81aG5dpuahoONkhCUsDgDrt1
 heKVUi6Cc+yfR1tA3h9ZsDXVSy/Csxvd7JKxTm2b/gHNebZSQ3mKfHqekO8cSDGIcNE0
 MaFOqHJ7iNbkj0nRP6UT4GNamj1DdRTrzTjNbLhWzkg7d/pWgYXdgRATw8HbPeoJqBrO
 fRdin5vihJ65eGQ++/yR+cCvteUlbPYNx4Mu+vWlx/z9vI2hZUIXN2MvGPsTW8IU5RdZ
 nOqDzZkKXa5Vxa8HzyHtDAsNmsK4U/edv2n1yL9AKw33wZtcm+ZM8Xa67vltp5qrn6L8
 speQ==
X-Gm-Message-State: AOAM530iTG5EyCJ+6eC0aRDWglNe83DhPsvkPVEiLOHyCv0t/YpvtdNJ
 w8iGox6kPkWPBnqr8G50gYd5D12MvUqF6lU3a5CAMm69Zfs=
X-Google-Smtp-Source: ABdhPJxrEmFYE5+I/7yBQrCHvDp145aoqfHfZLQhUjg2L8Zgv8Mj+qLUNGVYhLvQszhMD+OnWLIHumFuFh+YiFz89VI=
X-Received: by 2002:a17:907:11db:: with SMTP id
 va27mr259604ejb.175.1592781776675; 
 Sun, 21 Jun 2020 16:22:56 -0700 (PDT)
MIME-Version: 1.0
From: Bruno Buzzi Brassesco <bruno.brasesco@gmail.com>
Date: Sun, 21 Jun 2020 20:22:45 -0300
Message-ID: <CALjxVcRSH+BAwuAv1mYOM1aKwoz+b8r1vzHncSJV7YNvjU-2Bg@mail.gmail.com>
Subject: Compile libssh2 on Linux
To: libssh2-devel@cool.haxx.se
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <https://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: multipart/mixed; boundary="===============0586417819=="
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>

--===============0586417819==
Content-Type: multipart/alternative; boundary="00000000000000e7ef05a8a06883"

--00000000000000e7ef05a8a06883
Content-Type: text/plain; charset="UTF-8"

Hi,

I have compiled libssh2 on Linux from
https://libssh2.org/download/libssh2-1.9.0.tar.gz.

But the name of the generated lib is "libssh2.so.1.0.1".
Is this correct ? Or it should be 1.9.0 ?

regards,
bruno

--00000000000000e7ef05a8a06883
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hi,</div><div><br></div><div>I have compiled libssh2 =
on Linux from=20

















<span style=3D"font-size:11pt;line-height:107%;font-family:&quot;Calibri&qu=
ot;,sans-serif"><a href=3D"https://libssh2.org/download/libssh2-1.9.0.tar.g=
z"><span style=3D"color:windowtext;text-decoration:none">https://libssh2.or=
g/download/libssh2-1.9.0.tar.gz</span></a></span>.</div><div><br></div><div=
>But the name of the generated lib is &quot;libssh2.so.1.0.1&quot;. <br></d=
iv><div>Is this correct ? Or it should be 1.9.0 ?<br></div><div><br></div><=
div>regards,</div><div>bruno<br></div></div>

--00000000000000e7ef05a8a06883--

--===============0586417819==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGlic3NoMi1k
ZXZlbCBodHRwczovL2Nvb2wuaGF4eC5zZS9jZ2ktYmluL21haWxtYW4vbGlzdGluZm8vbGlic3No
Mi1kZXZlbAo=

--===============0586417819==--

From libssh2-devel-bounces@cool.haxx.se  Mon Jun 22 01:32:48 2020
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (mail [127.0.0.1])
	by giant.haxx.se (8.15.2/8.15.2/Debian-4) with ESMTP id 05LNWgBc022872;
	Mon, 22 Jun 2020 01:32:46 +0200
Received: from mail-ed1-x52d.google.com (mail-ed1-x52d.google.com
 [IPv6:2a00:1450:4864:20:0:0:0:52d])
 by giant.haxx.se (8.15.2/8.15.2/Debian-4) with ESMTPS id 05LNWe9L022843
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Mon, 22 Jun 2020 01:32:40 +0200
Received: by mail-ed1-x52d.google.com with SMTP id z17so264188edr.9
 for <libssh2-devel@cool.haxx.se>; Sun, 21 Jun 2020 16:32:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
 h=mime-version:from:date:message-id:subject:to;
 bh=/IdCXS1+RWt7oANC0VR7CjnVsJRrm87eNCYmG6PuTdE=;
 b=gbAW1FUUH4Puc3lmxrkfXOQd5s4OvUAJqHQrZgdgHIlhMkq+xv9FOkct6yICBW3lOK
 +Tf6vfXAYeGAvm6hzG42P1DR02KWUwSW2iOmEatCpNhqPtgDOwXYZvVUnCLh1rbLIQcr
 Tmx0fsr20XijpLj6r667qfKBdE7MCymKN++KBv4ZEZCCUcHLEfEtWgB+gNIA6I9Wy6OB
 F2rssX/brL3RjQxA4H3sjEBzlpnmRoWw7nJ5n7SS+jx1QG9rgPg3RkqhQFvLOKd5ukUx
 mrykAdWdXC4yUPDraTbSJlTk5vBtNhjRbacI7zC7YXab1PFmPQTS9lhdB1t3rxoYh9gx
 gzTg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
 bh=/IdCXS1+RWt7oANC0VR7CjnVsJRrm87eNCYmG6PuTdE=;
 b=KVbdIwpdHXtbmy3AjGO2fZIW/q8za8hHpzoTj9RsuboBzzt7JCnhFa/Hm7OGLAMxFy
 lf48G+SMjDEf5bwa083szEJqKzHyb9lCyOdM+PsvbswqfVzTAA4GFVPGs3KFnBhxPOXD
 AAWygvWgEQ0/yL/tKH6apkL/5Y7a+sX3A+oYM4fc7KhYuGCtwvrtmt4H6v/mCb/nerxU
 8b3VBO73ULnaDxYRlIq8m7POl0Or8kFHymMfdJFXoQuMBQ3wDY/xXBoD3xVUm8FnO5YE
 3pnPo1uOS7YwT0xk6rkzb36BkKEkmdiJ33/jQJblaQPOIDqcuumN8efDjAS8R3Mj7hMb
 8Q5Q==
X-Gm-Message-State: AOAM532SMD6GTQ45yvXgbCfcBS0lJoLcACR03Wy211ktdCqPZl9G3xvV
 Lk5F4egRv4qsCRVbxMfpA31/73pzqDDoGJ5vT2WTX6qz
X-Google-Smtp-Source: ABdhPJzUJ2nsnDntre8UkXdoLy4f1erNo8BXSvBtVUqRFFcWWoazb75Vy7lYj1cVFUS4ivm0sZuK49I38dKavJAhWUY=
X-Received: by 2002:a05:6402:21c2:: with SMTP id
 bi2mr14258691edb.296.1592782357231; 
 Sun, 21 Jun 2020 16:32:37 -0700 (PDT)
MIME-Version: 1.0
From: Bruno Buzzi Brassesco <bruno.brasesco@gmail.com>
Date: Sun, 21 Jun 2020 20:32:25 -0300
Message-ID: <CALjxVcT8SJQ7dWYUP5arqowJCppcY9R4TVWSEUt8gpWqUvARDQ@mail.gmail.com>
Subject: Customized installation folder
To: libssh2-devel@cool.haxx.se
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <https://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: multipart/mixed; boundary="===============0296376288=="
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>

--===============0296376288==
Content-Type: multipart/alternative; boundary="0000000000009b7bf205a8a08af4"

--0000000000009b7bf205a8a08af4
Content-Type: text/plain; charset="UTF-8"

Hi,

Is there any documentation to install (make install) libssh2 to a
customized folder ?

I want to install it on:
/mylibs/third-party/libssh2

regards,
bruno

--0000000000009b7bf205a8a08af4
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hi,</div><div><br></div><div>Is there any documentati=
on to install (make install) libssh2 to a customized folder ?</div><div><br=
></div><div>I want to install it on:</div><div>/mylibs/third-party/libssh2<=
/div><div><br></div><div>regards,</div><div>bruno<br></div></div>

--0000000000009b7bf205a8a08af4--

--===============0296376288==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGlic3NoMi1k
ZXZlbCBodHRwczovL2Nvb2wuaGF4eC5zZS9jZ2ktYmluL21haWxtYW4vbGlzdGluZm8vbGlic3No
Mi1kZXZlbAo=

--===============0296376288==--

From libssh2-devel-bounces@cool.haxx.se  Mon Jun 22 14:49:15 2020
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (mail [127.0.0.1])
	by giant.haxx.se (8.15.2/8.15.2/Debian-4) with ESMTP id 05MCmipj001826;
	Mon, 22 Jun 2020 14:49:05 +0200
Received: from relay.yourmailgateway.de (relay.yourmailgateway.de
 [188.68.63.98])
 by giant.haxx.se (8.15.2/8.15.2/Debian-4) with ESMTPS id 05MCmgAw001806
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Mon, 22 Jun 2020 14:48:42 +0200
Received: from mors-relay-2501.netcup.net (localhost [127.0.0.1])
 by mors-relay-2501.netcup.net (Postfix) with ESMTPS id 49r8NV16JTz61NL
 for <libssh2-devel@cool.haxx.se>; Mon, 22 Jun 2020 14:48:42 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=marc-hoersken.de;
 s=key2; t=1592830122;
 bh=EQQv+LxW6gJ44P9QwOGmLOEFhzqhB/fFnc9nEWvXJks=;
 h=Subject:To:References:From:Date:In-Reply-To:From;
 b=RlvQbO5nA75GxRJ6yld5+MoXERewuJltOwIzZyLSxkjd3rl28N9BhJ1094Z5UZ+JB
 PBVIIcccMS3OHhlWqyuO9FfnrxU/oai9QRI83Fl8oMBE7D6EMGWkb0EZyPrSocUTGW
 c2nyoRmq6JeKFEgEMvWNhSnq/uNjsmCzV1y6viFPFc9cBGHyx8/5P38iGzNZskCae9
 K1qosMq2UHq3ZP0rAl7Ijz17GS5159QHk5Vb+3M9D2AZ+nQGC9oP9pHmbUp+xRq49o
 ThNxZmwmkQjrUWjANIsGUknLDdZrmac4hF5vU4roetbT4lSeRVC6up4GHJtUNiMFmQ
 XCsCMj62HxaIA==
Received: from policy01-mors.netcup.net (unknown [46.38.225.53])
 by mors-relay-2501.netcup.net (Postfix) with ESMTPS id 49r8NV0hsyz51NX
 for <libssh2-devel@cool.haxx.se>; Mon, 22 Jun 2020 14:48:42 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at policy01-mors.netcup.net
X-Spam-Flag: NO
X-Spam-Score: -3.1
X-Spam-Level: 
X-Spam-Status: No, score=-3.1 required=6.31 tests=[ALL_TRUSTED=-1,
 BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,
 DKIM_VALID_EF=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001]
 autolearn=ham autolearn_force=no
Received: from mx2f80.netcup.net (unknown [10.243.12.53])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (No client certificate requested)
 by policy01-mors.netcup.net (Postfix) with ESMTPS id 49r8NT2xNHz8t59
 for <libssh2-devel@cool.haxx.se>; Mon, 22 Jun 2020 14:48:41 +0200 (CEST)
Received: from localhost (srv.uxnr.de [5.45.106.170])
 by mx2f80.netcup.net (Postfix) with ESMTPSA id 9EE3D61636
 for <libssh2-devel@cool.haxx.se>; Mon, 22 Jun 2020 14:48:40 +0200 (CEST)
Authentication-Results: mx2f80;
 spf=pass (sender IP is 5.45.106.170) smtp.mailfrom=info@marc-hoersken.de
 smtp.helo=localhost
Received-SPF: pass (mx2f80: connection is authenticated)
Received: by mxdkim.uxnr.de (smtp-dkim-signer) with ESMTPSA id B0C6F22C7D;
 Mon, 22 Jun 2020 12:48:40 +0000 (UTC)
DKIM-Signature: a=rsa-sha256; bh=EQQv+LxW6gJ44P9QwOGmLOEFhzqhB/fFnc9nEWvXJk
 s=; c=relaxed/simple; d=marc-hoersken.de; h=From:Reply-To:Subject:Date:To:C
 c:In-Reply-To:References:Message-ID:Resent-Date:Resent-From:Resent-To:Resen
 t-Cc; s=picard; t=1592830120; v=1; b=bpRe4zrClZccyOncJEWRiW7JuhdDZO6aoRinq2
 Tg2aacu/C16vUaqv1qy2uyVuPJiL/IqNd5rcJaeZ8jYvcgkL+PnoCFv1JJrNUyvElKEI9+CZBjW
 tiDBElIeqLZTmfbw0/4OUaS1chh4GYENPVwtHRMF1Bx3YPmyTBQFSDUVco=;
Subject: Re: 1.9.1 release + call for maintainers
To: libssh2-devel@cool.haxx.se
References: <90F73DE6-48F5-4F97-8C8B-23C5D9828989@panic.com>
From: Marc Hoersken <info@marc-hoersken.de>
Message-ID: <80ecd724-c90e-2125-656e-f6b72e3b6d54@marc-hoersken.de>
Date: Mon, 22 Jun 2020 14:48:40 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101
 Thunderbird/68.8.0
MIME-Version: 1.0
In-Reply-To: <90F73DE6-48F5-4F97-8C8B-23C5D9828989@panic.com>
Content-Language: en-US
X-PPP-Message-ID: <20200622124840.30981.30797@mx2f80.netcup.net>
X-PPP-Vhost: marc-hoersken.de
X-NC-CID: KAklqVZ5ZOsVo7h1vPaC+ucmdlpxvgajp6edZVhOuRE/C18AyQ==
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <https://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id 05MCmipj001826

Hello everyone,

I just wanted to inform you that I am back working on libssh2 from time
to time, as can be seen on the GitHub repository. I am currently
focusing on getting WinCNG into a working state on modern Windows, then
probably add some more CI builds and then eventually will also look at
some (stale) PRs.

Best regards,
Marc

On 14.10.19 19:43, Will Cosgrove wrote:
> Hi All,
> There as been a handful of good fixes since the 1.9.0 release so I’m putting out a call for a 1.9.1 release soon. Please test master with your projects and get those bugs in and/or touch any PRs and issues that you’d like landed for 1.9.1.
>
> Also, I’d like to see active members volunteer for a maintainer roles. Right now it seems like I’m the only one landing anything, which isn't good for a number of reasons. I’d like to see new active maintainers for the libgcrypt, mbedTLS and WinCNG backends. We get PRs on these backends but there isn’t anyone actively testing and landing those commits. If you’d like to be a maintainer, let me or bagder know and we’ll get you added to the project.
>
> Thanks,
>
> Will
> _______________________________________________
> libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
_______________________________________________
libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Tue Jun 23 08:21:26 2020
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (mail [127.0.0.1])
	by giant.haxx.se (8.15.2/8.15.2/Debian-4) with ESMTP id 05N6KXvE010925;
	Tue, 23 Jun 2020 08:21:14 +0200
Received: from mail.akips.com (mail.akips.com [45.32.79.107])
 by giant.haxx.se (8.15.2/8.15.2/Debian-4) with ESMTPS id 05N6KT8S010873
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Tue, 23 Jun 2020 08:20:30 +0200
From: Mitchell Holland | AKIPS <mitchell.holland@akips.com>
Subject: diffie-hellman-group14-sha256 and MAXGROUP
To: libssh2-devel@cool.haxx.se
Message-ID: <244a55c2-89b2-1a20-e15d-7b691299282f@akips.com>
Date: Tue, 23 Jun 2020 16:20:21 +1000
MIME-Version: 1.0
Content-Language: en-US
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <https://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id 05N6KXvE010925

Hi everyone,

We are using libssh2 as the connection layer in one of our products and 
it has been working well.  However, recently some customers have had 
trouble connecting to some hosts (e.g. newer Cisco routers) because key 
exchange negotiation fails.

Some fail because there is no overlap in the supported key exchange 
algorithms.  In order to connect, the customer has to explicitly enable 
a deprecated algorithm on their hosts (diffie-hellman-group1-sha1). 
These customers would like us to support diffie-hellman-group14-sha256.

We see that diffie-hellman-group14-sha256 support has recently been 
added to libssh2 but that it is not yet in any release.  Does anyone 
know when an official release containing this key exchange algorithm 
will be available?

Some other connections fail because LIBSSH2_DH_GEX_MAXGROUP is too 
small.  These customers' machines reject values lower than 4096 by 
default but libssh2 only offers the range from 1024 to 2048.  Do you 
have any plans to raise the MAXGROUP value?  Openssh has a min/max range 
of 2048/8192 so perhaps that could be adopted in libssh2.


Thanks for all your hard work in making libssh2, we really appreciate it.


Cheers,
Mitchell
_______________________________________________
libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Wed Jun 24 09:34:24 2020
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (mail [127.0.0.1])
	by giant.haxx.se (8.15.2/8.15.2/Debian-4) with ESMTP id 05O7Xlhf007730;
	Wed, 24 Jun 2020 09:34:16 +0200
Received: from ciao.gmane.io (ciao.gmane.io [159.69.161.202])
 by giant.haxx.se (8.15.2/8.15.2/Debian-4) with ESMTPS id 05O7XjVm007679
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Wed, 24 Jun 2020 09:33:45 +0200
Received: from list by ciao.gmane.io with local (Exim 4.92)
 (envelope-from <gnslg-libssh2-devel-2@m.gmane-mx.org>)
 id 1jnzue-000MoM-4e
 for libssh2-devel@cool.haxx.se; Wed, 24 Jun 2020 09:33:40 +0200
X-Injected-Via-Gmane: http://gmane.org/
To: libssh2-devel@cool.haxx.se
From: Jan Ehrhardt <phpdev@ehrhardt.nl>
Subject: Re: 1.9.1 release + call for maintainers
Date: Wed, 24 Jun 2020 09:33:35 +0200
Message-ID: <bc06ffl6df52538emegfta63nncv264qa9@4ax.com>
References: <90F73DE6-48F5-4F97-8C8B-23C5D9828989@panic.com>
 <90F73DE6-48F5-4F97-8C8B-23C5D9828989-d1CFi0FgTokAvxtiuMwx3w@public.gmane.org>
 <80ecd724-c90e-2125-656e-f6b72e3b6d54@marc-hoersken.de>
Mime-Version: 1.0
X-Newsreader: Forte Agent 3.3/32.846
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <https://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id 05O7Xlhf007730

Marc Hoersken in gmane.network.ssh.libssh2.devel (Mon, 22 Jun 2020
14:48:40 +0200):
>Hello everyone,
>
>I just wanted to inform you that I am back working on libssh2 from time
>to time, as can be seen on the GitHub repository. I am currently
>focusing on getting WinCNG into a working state on modern Windows, then
>probably add some more CI builds and then eventually will also look at
>some (stale) PRs.
>
>Best regards,
>Marc

Good to know! Thanks.
-- 
Jan

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

From libssh2-devel-bounces@cool.haxx.se  Tue Jun 30 13:15:46 2020
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (mail [127.0.0.1])
	by giant.haxx.se (8.15.2/8.15.2/Debian-4) with ESMTP id 05UBF15U029551;
	Tue, 30 Jun 2020 13:15:33 +0200
Received: from mail-pg1-x534.google.com (mail-pg1-x534.google.com
 [IPv6:2607:f8b0:4864:20:0:0:0:534])
 by giant.haxx.se (8.15.2/8.15.2/Debian-4) with ESMTPS id 05UBEvOB029457
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Tue, 30 Jun 2020 13:14:58 +0200
Received: by mail-pg1-x534.google.com with SMTP id o13so6838824pgf.0
 for <libssh2-devel@cool.haxx.se>; Tue, 30 Jun 2020 04:14:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=moontechnolabs.com; s=google;
 h=from:mime-version:subject:message-id:date:to;
 bh=1H/wQEMOCkERrYyvBgfBSw99vOUBIWtLheyabfZ+Hns=;
 b=VmcXvYQoBRVTGZRg8h69QgnRX6CQ3aHnrpSOkwA6yalV8vWlgdMapja1IZoOfP9qD+
 snxYruVQy9/btg93FaGIsQSmskAW0Ep2RnnRK2urnd9XTlEHubW0YU6XmY/werSubahV
 vAoAxnQ9R1lPehxz3DqyQ/ZukmsE16cy+Ve0k=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:mime-version:subject:message-id:date:to;
 bh=1H/wQEMOCkERrYyvBgfBSw99vOUBIWtLheyabfZ+Hns=;
 b=C0HbrbcF6Fh2miDF91tbclwNxmQP26zVWWawQ/7t1LIxTSC3Nx7dCgFZsuPmeDpkrP
 M82nsMuE4uVY3dCYrSSkYCpm94QK8FkbUtF8g8t/NQVtjt6WFY46FEaYTnk4LcgG4Gim
 rnkcFa1hQPRoce9aoUy80F5U4RU6SK9msvQqu/ErVUfByY8MoqW46zivEZKSeFGkADd4
 e8FXydnS9EAmUK+QwaTSV2/ITFcgMu7BHM7nmU2kPbG5hP4/Wu1ObyIA3dt1E1P6N9/b
 RUIRTj/GqzNsBYJTxAimfJ6Wfz82FdYBS6ruZzAm9ouhfttp6WC68ujixfjFKywgDqOg
 zEgA==
X-Gm-Message-State: AOAM530qjcZ9TMYZ3w8Mr+pAhqBkbtEUlxi/dB2xY3SPv3tw6dnCD+Vn
 8IkL7x6hUuVPadzBlJYoUArOaOGVYRF/bw==
X-Google-Smtp-Source: ABdhPJz2XmI5mDD9CmQyU5hHFgHIggyVrpypYTpWiOsO5y46Bd5eGmo+VFaqPBkoWUh9SdCpG2Givw==
X-Received: by 2002:a17:902:7247:: with SMTP id
 c7mr17472137pll.103.1593515224540; 
 Tue, 30 Jun 2020 04:07:04 -0700 (PDT)
Received: from [192.168.1.119] ([122.170.1.34])
 by smtp.gmail.com with ESMTPSA id q1sm2537994pfk.132.2020.06.30.04.07.03
 for <libssh2-devel@cool.haxx.se>
 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 30 Jun 2020 04:07:04 -0700 (PDT)
From: Riddhi K <riddhi.k@moontechnolabs.com>
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
Subject: Manage multiple sessions
Message-Id: <A9893EA9-CF0A-4AA2-809A-988A1AC63B4D@moontechnolabs.com>
Date: Tue, 30 Jun 2020 16:37:01 +0530
To: libssh2-devel@cool.haxx.se
X-Mailer: Apple Mail (2.3608.80.23.2.2)
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <https://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: multipart/mixed; boundary="===============0884409274=="
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>


--===============0884409274==
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_E7549A91-7BD1-4CF7-BC66-0AF1C7232992"


--Apple-Mail=_E7549A91-7BD1-4CF7-BC66-0AF1C7232992
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

Hello team,

I am working on SSH Client application in iOS native and I have some =
issue like, when there is multiple sessions connected and if I =
disconnect any of the session then for rest of session getting error of =
LIBSSH2_ERROR_SOCKET_RECV when reading channel  with =
libssh2_channel_read function.=20

Please help out how to manage multiple session connection and =
disconnection.

Thanks & Regards,
Riddhi Kheni.=

--Apple-Mail=_E7549A91-7BD1-4CF7-BC66-0AF1C7232992
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=us-ascii

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3Dus-ascii"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; line-break: after-white-space;" class=3D"">Hello=
 team,<div class=3D""><br class=3D""></div><div class=3D""><span =
style=3D"font-size: 14px;" class=3D"">I am working on SSH Client =
application in iOS native and I have some issue like, when there is =
multiple sessions connected and if I disconnect any of the session then =
for rest of session getting error =
of&nbsp;LIBSSH2_ERROR_SOCKET_RECV&nbsp;when reading channel =
&nbsp;with&nbsp;libssh2_channel_read function.&nbsp;</span></div><div =
class=3D""><span style=3D"font-size: 14px;" class=3D""><br =
class=3D""></span></div><div class=3D""><span style=3D"font-size: 14px;" =
class=3D"">Please help out how to manage multiple session connection and =
disconnection.</span></div><div class=3D""><span style=3D"font-size: =
14px;" class=3D""><br class=3D""></span></div><div class=3D""><span =
style=3D"font-size: 14px;" class=3D"">Thanks &amp; =
Regards,</span></div><div class=3D""><span style=3D"font-size: 14px;" =
class=3D"">Riddhi Kheni.</span></div></body></html>=

--Apple-Mail=_E7549A91-7BD1-4CF7-BC66-0AF1C7232992--

--===============0884409274==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGlic3NoMi1k
ZXZlbCBodHRwczovL2Nvb2wuaGF4eC5zZS9jZ2ktYmluL21haWxtYW4vbGlzdGluZm8vbGlic3No
Mi1kZXZlbAo=

--===============0884409274==--

