aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-07-04Add constant SSH_ERRNO_MSG_MAXNorbert Pocs1-0/+1
2022-07-04Add ssh_strerror functionNorbert Pocs1-0/+2
2022-07-02client: Add ssh_session_set_disconnect_message()omsheladia2-0/+2
2022-07-02Add ssh_send_issue_banner() APISeung Min Park1-0/+12
2022-06-22add support for identityagent ssh_config optionWez Furlong3-0/+3
2022-06-22Enable ssh agent authentication on WindowsWez Furlong2-3/+1
2022-06-22packet: Fix ssh_packet_socket_callback() return valueAndreas Schneider2-2/+2
2022-06-22include: Add missing include for ssh_socket_callbacks_structAndreas Schneider1-0/+1
2022-06-15libsshpp: Fix openForward to not set sourcehost to NULL by defaultAndreas Schneider1-1/+1
2022-06-15Fix type mismatch warningsNorbert Pocs11-28/+28
2022-06-09Deprecate API functions handling old key structuresJakub Jelen1-9/+9
2022-06-09Remove duplicate function in headers filesJakub Jelen1-1/+0
2022-06-09Deprecate duplicate/ unused functionsSahana Prasad5-20/+30
2022-06-09Move ssh_key_dup to public APIJakub Jelen2-1/+1
2022-06-07Avoid usage of deprecated functions and whitespace cleanupJakub Jelen1-1/+1
2022-06-07channels: Add originator to ssh_channel_acceptTomas Holmqvist1-1/+6
2022-05-12Allow limiting RSA Key size also for serverJakub Jelen2-0/+2
2022-05-12Allow limiting RSA key size used for authenticationJakub Jelen4-0/+4
2022-05-12pki: Implement ssh_key_size to get key size in bitsJakub Jelen1-0/+3
2022-04-14Solve issue #113 "Remove unneeded configuration options not supported by Open...Anh Minh Tran1-2/+1
2022-03-09Fix fips mode check in openssl3Norbert Pocs1-0/+2
2022-01-03libssh: Deprecate the SCP APIAndreas Schneider1-18/+18
2022-01-01Happy new year 2022!Andreas Schneider1-1/+1
2021-12-07server: reply with PK_OK with correct algorithmbrian m. carlson1-0/+1
2021-11-10New API to provide configuration string for bindJakub Jelen1-0/+10
2021-08-18CVE-2021-3634: Create a separate length for session_idJakub Jelen1-1/+2
2021-08-12Update is_cert_type to account for security key certificates.Kevin Jones1-0/+2
2021-06-10log: add ssh_vlog to save the stack spaceXiang Xiao2-3/+7
2021-06-10windows: Define PATH_MAX to MAX_PATHXiang Xiao1-1/+5
2021-06-04add moduli file location as an ssh_bind optionAndrew Wiley3-0/+3
2021-05-27packet: Change the last argument of ssh_packet_encrypt to uint32_tXiang Xiao1-1/+1
2021-05-27Replace the hardcode max path length with PATH_MAXXiang Xiao1-0/+5
2021-05-12Revert "packet: Change the last argument of ssh_packet_encrypt to uint32_t"Jakub Jelen1-1/+1
2021-05-10packet: Change the last argument of ssh_packet_encrypt to uint32_tXiang Xiao1-1/+1
2021-01-12packet_crypt: Move secure_memcmp() to a shared sourceAnderson Toshiyuki Sasaki1-0/+2
2021-01-12include: Introduce secure SSH_SIGNATURE_FREE()Jakub Jelen1-0/+2
2021-01-11Move HMAC implementation to EVP APIDirkjan Bussink1-1/+1
2021-01-01Happy new year 2021!Andreas Schneider1-1/+1
2020-12-22Cleanup old OpenSSL 0.9.7 compatibility codeDirkjan Bussink1-4/+0
2020-12-10auth: Add ssh_userauth_publickey_auto_get_current_identity()Marius Vollmer1-0/+2
2020-11-03New API for parsing configuration from stringStanislav Zidek1-0/+1
2020-09-29priv.h: Fix typo in comment; “cound” → “count”Paul Capron1-1/+1
2020-09-29priv.h: Fix “MAX_PACKAT_LEN” typo in #ifndef guardPaul Capron1-1/+1
2020-08-12sftp: Fix more typosJakub Jelen1-1/+1
2020-08-12sftp: fix documentation typosHarald Sitter1-8/+8
2020-05-06cmake: Add autogenerated libssh_version.hHeiko Thiery3-17/+49
2020-05-05Add basic support for none cipher and MACsJakub Jelen1-1/+2
2020-04-09init: Introduce internal is_ssh_initialized()Anderson Toshiyuki Sasaki1-0/+3
2020-04-06kex: Add support for diffie-hellman-group14-sha256Anderson Toshiyuki Sasaki1-0/+2
2020-03-23doc: Add SSH auth callback to libssh_auth doc groupAndreas Schneider1-1/+9