1
1
The SSH library (LGPL license) https://www.libssh.org
Перейти к файлу
Andreas Schneider b2a681bd29 cmake: Require at least cmake 3.1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-03 16:43:03 +02:00
cmake gitlab-ci: Add 32bit build on openSUSE 2018-06-30 15:39:27 +02:00
doc kex: add curve25519-sha256 as alias for curve25519-sha256@libssh.org 2018-06-29 15:57:11 +02:00
examples example: Add missing error checks in ssh_server_fork 2018-06-30 14:37:04 +02:00
include buffer: Add and use ssh_buffer_allocate_size() 2018-08-01 11:04:33 +02:00
obj Rest in Peace SSHv1 2018-06-29 14:41:14 +02:00
src pki: Log really the signature algorithm type 2018-08-01 16:05:37 +02:00
tests pkd: Add missing ECDH mechanisms + whitespace cleanup 2018-08-01 16:05:12 +02:00
.arcconfig arcconfig: Add missing comma 2017-08-21 09:12:36 +02:00
.gitignore Ignore all build and obj* directories 2015-10-28 09:28:33 +01:00
.gitlab-ci.yml gitlab-ci: Only enable freebsd runner where it is enabled 2018-07-03 15:08:40 +02:00
AUTHORS src: Update my mail address. 2014-01-07 16:08:23 +01:00
BSD added a file from openssh needed for known host parsing 2008-11-02 23:46:55 +00:00
ChangeLog Update ChangeLog 2015-05-06 11:00:43 +02:00
CMakeLists.txt cmake: Require at least cmake 3.1 2018-08-03 16:43:03 +02:00
config.h.cmake Rest in Peace SSHv1 2018-06-29 14:41:14 +02:00
ConfigureChecks.cmake libcrypto: Use new RAND_priv_bytes() for strong randomness 2018-07-05 12:12:17 +02:00
COPYING legal paperwork to be 100% respectful of LGPL, about openssl's 2008-06-16 13:58:56 +00:00
CPackConfig.cmake Ignore all build and obj* directories 2015-10-28 09:28:33 +01:00
CTestConfig.cmake cmake: Drop reports via https only. 2015-02-20 15:47:22 +01:00
DefineOptions.cmake Rest in Peace SSHv1 2018-06-29 14:41:14 +02:00
INSTALL doc: Document server testing 2018-06-29 16:22:59 +02:00
libssh_threads.pc.cmake build: Fix libssh_threads pkg-config. 2011-06-15 18:26:51 +02:00
libssh-build-tree-settings.cmake.in cmake: Fix config include dir variable name. 2013-02-13 15:30:23 +01:00
libssh-config-version.cmake.in cmake: Add cmake config files for new find_package() mode. 2013-02-12 13:32:34 +01:00
libssh-config.cmake.in cmake: Mark LIBSSH_LIBRARIES and LIBSSH_INCLUDE_DIR as advanced 2018-02-16 16:52:02 +01:00
libssh.pc.cmake Add pkg-config file libssh.pc 2009-12-30 19:05:48 +01:00
README Update the README 2016-05-02 11:55:39 +02:00
README.CodingStyle README.Coding: Add section about pointers 2017-09-11 17:14:21 +02:00
README.mbedtls pki: Add mbedTLS ECDSA key comparison support 2018-03-07 15:44:05 +01:00
README.md README: Added markdown readmine with gitlab CI badge 2018-04-18 10:51:43 +02:00
SubmittingPatches Update SubmittingPatches 2017-02-27 11:49:10 +01:00

pipeline status

  _   _   _                          _
 (_) (_) (_)                        (_)
 (_)  _  (_) _         _  _   _  _  (_) _
 (_) (_) (_)(_) _     (_)(_) (_)(_) (_)(_) _
 (_) (_) (_)   (_)  _ (_)  _ (_)    (_)   (_)
 (_) (_) (_)(_)(_) (_)(_) (_)(_)    (_)   (_).org

 The SSH library

Why?

Why not ? :) I've began to work on my own implementation of the ssh protocol because i didn't like the currently public ones. Not any allowed you to import and use the functions as a powerful library, and so i worked on a library-based SSH implementation which was non-existing in the free and open source software world.

How/Who?

If you downloaded this file, you must know what it is : a library for accessing ssh client services through C libraries calls in a simple manner. Everybody can use this software under the terms of the LGPL - see the COPYING file

If you ask yourself how to compile libssh, please read INSTALL before anything.

Where ?

https://www.libssh.org

Contributing

Please read the file 'SubmittingPatches' next to this README file. It explains our copyright policy and how you should send patches for upstream inclusion.

Have fun and happy libssh hacking!

The libssh Team