aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
AgeCommit message (Collapse)AuthorFilesLines
2023-08-29doc: Update minimal OpenSSL and gcrypt version and mention Mbed TLSJakub Jelen1-3/+5
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be>
2023-08-29build: Bump the minimal cmake version to 3.5Jakub Jelen1-1/+1
We use string(APPEND) from version 3.4 for 5 years and CMake is deprecating support for versions before 3.5 so bumping one more version. Fixes: #209 Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be>
2022-11-29replace chroot() from chroot_wrapper internal library with chroot() from ↵Pavel Filipenský1-0/+1
priv_wrapper package Signed-off-by: Pavel Filipenský <pfilipensky@samba.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2022-10-12Fix various spelling issues reported by codespellJakub Jelen1-1/+1
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
2020-12-22Bump minimum version requirement for OpenSSLDirkjan Bussink1-2/+2
This updates the minimum version requirement for OpenSSL in the documentation to 1.0.1 and also updates the practical minimum CMake version. Why pick 1.0.1 as the minimum? Main reason is whatever is still out there with long term support contracts etc. One of the oldest I could find is Ubuntu 14.04 which still has paid extended support and is on 1.0.1. Another reason that 1.0.1 is probably a good minimum is a bit more involved. 1.0.1 is the first version to add TLS 1.2. Large parts of the internet have TLS 1.2 as a minimum requirement. This means that systems with OpenSSL older than 1.0.1 already can't access large parts of the internet anyway, so not supporting the latest libssh there either is ok I think. Bumping minimum support also means things like the HMAC API can be moved to the more recent EVP style APIs and things can be more easily made compatible with the deprecated APIs in OpenSSL 3.0. Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2019-12-09doc: Use https where possibleJakub Jelen1-5/+5
Related to T196 Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2019-02-07Update INSTALL fileAndreas Schneider1-2/+3
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-11-23Update INSTALLAndreas Schneider1-4/+4
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-29doc: Document server testingAndreas Schneider1-0/+5
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-29doc: add documentation about building with client testsTilo Eckert1-0/+9
Signed-off-by: Tilo Eckert <tilo.eckert@flam.de> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-29cmake: Rename WITH_TESTING option to UNIT_TESTINGAndreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2017-08-24INSTALL: mention the way to testNikos Mavrogiannopoulos1-1/+5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2013-08-05INSTALL: Fix source directory.Andreas Schneider1-1/+1
2013-08-05Update INSTALL.Andreas Schneider1-2/+4
2012-02-08doc: Add a note about makefile generators on Windows.Andreas Schneider1-0/+2
2012-02-08doc: Add more infor about Windows binaries.Andreas Schneider1-1/+18
2011-09-23build: Fix zlib support.Andreas Schneider1-1/+1
2010-12-21doc: Added samplessh hint to INSTALL.Andreas Schneider1-0/+2
2009-05-07Improve the INSTALL file.Andreas Schneider1-9/+15
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@750 7dcaeef0-15fb-0310-b436-a5af3365683c
2009-03-28Update INSTALL file.Andreas Schneider1-217/+53
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@296 7dcaeef0-15fb-0310-b436-a5af3365683c
2007-07-27* Add autogen.sh to generate autotools filesLaurent Bigonville1-0/+236
* Rewrite the makefiles to use more automake git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@125 7dcaeef0-15fb-0310-b436-a5af3365683c