The mailing list moved!

2021-08-29 Thread Daniel Stenberg via libssh2-devel
Hi, As of now, the libssh2 mailing list is served by lists.haxx.se and not by the old host, cool.haxx.se. All subcribers have been moved over and with a little luck we can just pretent this is how it always was. Mails sent to the old address will just vanish. This move happens because the ol

Re: libssh2 vs libssh

2021-09-20 Thread Daniel Stenberg via libssh2-devel
On Mon, 20 Sep 2021, Tamar Sery (BLOOMBERG/ 120 PARK) via libssh2-devel wrote: I remember that there was a post with a detailed comparison between libssh2 and libssh at: https://www.libssh2.org/libssh2-vs-libssh.html Thanks! I don't know how that happened, it probably got messed up somehow

Re: libssh2 vs libssh

2021-09-20 Thread Daniel Stenberg via libssh2-devel
On Mon, 20 Sep 2021, Will Cosgrove via libssh2-devel wrote: Daniel, there are a couple existing PRs on updating the list (which itself is now out of date) and website, that would help get closer to accurate. I don’t have write access to the website or I’d land it for you. The website is updat

www.libssh2.org

2021-09-26 Thread Daniel Stenberg via libssh2-devel
Hi, As some has noticed, the certificate at https://libssh2.org has expired. The reason is that we've moved the site over to a new site and if you go to https://www.libssh2.org/ you should have no problems. The libssh2.org IP address is still unfortunately pointing to the old dying server (f

Re: crypto engine

2021-11-19 Thread Daniel Stenberg via libssh2-devel
On Fri, 19 Nov 2021, Will Cosgrove via libssh2-devel wrote: You can test if backend defines are set, like so: #ifdef LIBSSH2_OPENSSL //enabled #endif #ifdef LIBSSH2_LIBGCRYPT //enabled #endif I wouldn't mind being able to extract that info at run-time rather than build-time.

Debian considers switching curl to use libssh instead of libssh2

2021-12-30 Thread Daniel Stenberg via libssh2-devel
FYI: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897950 -- / daniel.haxx.se -- libssh2-devel mailing list libssh2-devel@lists.haxx.se https://lists.haxx.se/listinfo/libssh2-devel

Re: Debian considers switching curl to use libssh instead of libssh2

2021-12-31 Thread Daniel Stenberg via libssh2-devel
On Fri, 31 Dec 2021, Andreas Schneider via libssh2-devel wrote: a) Required features like ciphers and GSSAPI support When we talk about SSH for curl, the relevance should probably be from a curl angle where for example libssh in curl also lacks features that curl+libssh2 provides. That's of

Re: Debian considers switching curl to use libssh instead of libssh2

2021-12-31 Thread Daniel Stenberg via libssh2-devel
On Fri, 31 Dec 2021, Andreas Schneider wrote: * Use only crypto from a FIPS certified library (e.g. OpenSSL). libssh2 doesn't do that yet. When libssh2 uses OpenSSL for crypto, what else does libssh2 use for crypto then that makes it not adhere? * Zero sensitive data before freeing it I

Re: Debian considers switching curl to use libssh instead of libssh2

2022-01-02 Thread Daniel Stenberg via libssh2-devel
On Sun, 2 Jan 2022, Andreas Schneider wrote: I was just trying to help. Better read it yourself Thanks. I read this as you either don't know or don't want to help. Thanks anyway for the answers you provided. -- / daniel.haxx.se -- libssh2-devel mailing list libssh2-devel@lists.haxx.se htt

Re: Debian considers switching curl to use libssh instead of libssh2

2022-01-02 Thread Daniel Stenberg via libssh2-devel
On Sun, 2 Jan 2022, Andreas Schneider wrote: FIPS 140-2: 4.7.6 Key Zeroization The cryptographic module must do this, yes (apparently also according to 140-3 which is the current FIPS version). It just confuses me, since libssh2 isn't a crypto module. Clearly there are details here I'm not e

Re: Request for libssh2 1.8.0

2022-03-29 Thread Daniel Stenberg via libssh2-devel
On Tue, 29 Mar 2022, OTTEN Stef via libssh2-devel wrote: According to our information your software could be subject to the Export Administration Regulations (EAR) when it is either hosted in the United States of America or if any contributor is a resident of the United States of America (for

Re: Platform/Architecture support

2022-05-26 Thread Daniel Stenberg via libssh2-devel
On Thu, 26 May 2022, Reid Thompson via libssh2-devel wrote: Is the presumption that as long as the platform/architecture provides one of OpenSSL Libgcrypt WinCNG mbedTLS that libssh2 will be viable? Pretty much, yes. Linux, macOS, UNIX, BSD, Solaris, and Windows at least. -- / daniel.ha

Re: updating the website libssh2

2022-07-20 Thread Daniel Stenberg via libssh2-devel
On Wed, 20 Jul 2022, Michaël Musset via libssh2-devel wrote: Is it possible to update the website libssh2 ? it's not up to date. the hostkey ed25519 is supported, and maybe other ciphers ... The libssh2 web site is in git too: https://github.com/libssh2/www -- / daniel.haxx.se-- libssh2-d

Re: Partial Authentication success support

2022-12-16 Thread Daniel Stenberg via libssh2-devel
On Fri, 16 Dec 2022, Andrew Grafham via libssh2-devel wrote: does libssh2 support big endian systems? Yes. If it does not, that's a bug. -- / daniel.haxx.se -- libssh2-devel mailing list libssh2-devel@lists.haxx.se https://lists.haxx.se/listinfo/libssh2-devel

[RELEASE] libssh2 1.11.0

2023-05-30 Thread Daniel Stenberg via libssh2-devel
Hello friends. libssh2 1.11.0 is here. Get it as always from https://libssh2.org/ This release includes the following enhancements and bugfixes: o Adds support for encrypt-then-mac (ETM) MACs o Adds support for AES-GCM crypto protocols o Adds support for sk-ecdsa-sha2-nistp256 and sk-ssh-ed2

libssh2 front page status

2023-08-24 Thread Daniel Stenberg via libssh2-devel
Hello, I am not at all up-to-date with the current status of ciphers, MACs and other methods currently supported by libssh2. Someone just pasted the current list from the libssh2 front page and compared that against another library's featrure set to me, but when I do some quick greps in the

[RELEASE] libssh2 1.11.1

2024-10-16 Thread Daniel Stenberg via libssh2-devel
Hello! We just shipped a new release: 1.11.1. Enjoy! Get it from https://libssh2.org/ as usual. The actual changelog is best view here: https://github.com/libssh2/libssh2/releases/tag/libssh2-1.11.1 -- / daniel.haxx.se -- libssh2-devel mailing list libssh2-devel@lists.haxx.se https://list