aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-12include: Remove PRIdS definitionsAndreas Schneider1-6/+0
2020-02-11pki: add support for sk-ecdsa and sk-ed25519Sebastian Kinne2-0/+10
2020-01-23chacha: Create common file to avoid code duplicationJakub Jelen3-4/+55
2020-01-23misc: Make the src pointer const in ssh_strreplace()Andreas Schneider1-1/+1
2019-12-23legacy,keys: Fix the macro conditionsJakub Jelen1-6/+6
2019-12-20src: Implements PKCS11 URI supportSahana Prasad2-1/+14
2019-12-20src: Helper funtions to detect PKCS #11 URIsSahana Prasad1-0/+5
2019-12-20misc: Add ssh_strreplace()Andreas Schneider1-0/+1
2019-12-20misc: Add ssh_tmpname()Andreas Schneider1-0/+1
2019-12-11include: Rename __unused__ to __attr_unused__Andreas Schneider1-6/+6
2019-12-09misc: Add a function to encode newlinesAnderson Toshiyuki Sasaki1-0/+1
2019-12-09socket: Pass port as uint16_t to ssh_socket_connect()Andreas Schneider1-1/+4
2019-12-09bignum: Fix integer types for ssh_make_bignum_string()Andreas Schneider1-3/+3
2019-12-09base64: Fix size types of bin_to_base64()Andreas Schneider1-1/+1
2019-12-09include: Mark SSH_AUTH flags as unsignedAndreas Schneider1-7/+7
2019-12-09agent: Return uint32_t for ssh_agent_get_ident_count()Andreas Schneider1-1/+1
2019-12-09sftp: Fix integer types in sftp_write() and sftp_packet_write()Andreas Schneider1-1/+1
2019-12-09sftp: Remove internal function from sftp.hAndreas Schneider2-7/+32
2019-12-09fe25519: Fix integer types of fe25519_iszero()Andreas Schneider1-1/+1
2019-12-09include: Fix integer type of dh_pn and dh_pmaxAndreas Schneider1-1/+1
2019-12-09channels: Fix integer and bool argument of channel_default_bufferize()Andreas Schneider1-2/+3
2019-12-09CVE-2019-14889: misc: Add function to quote file namesAnderson Toshiyuki Sasaki1-0/+8
2019-11-18Use only one variable denoting the size of methods arraysJakub Jelen2-2/+3
2019-11-18session: Use ssh_packet_state_e instead of intAnderson Toshiyuki Sasaki1-1/+1
2019-11-18messages: Use ssh_publickey_state_e instead of charAnderson Toshiyuki Sasaki1-1/+1
2019-11-07server: Use really the negotiated signature typeJakub Jelen4-10/+15
2019-10-01callbacks: Improve documentation about callbacks handlingJakub Jelen1-1/+11
2019-09-24pki: Remove unused function pki_signature_verify()Anderson Toshiyuki Sasaki2-6/+1
2019-09-24pki_crypto: Use OpenSSL for Ed25519 signaturesAnderson Toshiyuki Sasaki1-0/+15
2019-09-24pki: Move common Ed25519 functions to pki_ed25519_common.cAnderson Toshiyuki Sasaki1-2/+2
2019-09-16sftp: Improve the documentation of sftp_init() and sftp_new()Jakub Jelen1-2/+10
2019-08-08dh: Add ssh_dh_debug_crypto()Andreas Schneider1-0/+2
2019-08-07bignum: Pass const to ssh_print_bignum()Andreas Schneider3-3/+6
2019-08-06misc: Introduce internal function ssh_mkdirs()Anderson Toshiyuki Sasaki1-0/+3
2019-08-06misc: Introduce internal function ssh_dir_writeable()Anderson Toshiyuki Sasaki1-0/+1
2019-07-30misc: Introduce ssh_log_hexdump()Anderson Toshiyuki Sasaki1-0/+1
2019-07-08include: Add define for SSH_CONNECTOR_STDINOUTAndreas Schneider1-0/+1
2019-07-04libcrypto: fix compilation with LibreSSLStefan Strogin1-0/+4
2019-07-04cmake: Use GNUInstallDirs for installationAndreas Schneider1-1/+1
2019-07-04knownhosts: Introduced ssh_known_hosts_get_algorithms_names()Anderson Toshiyuki Sasaki1-0/+1
2019-07-04token: Added function to remove duplicatesAnderson Toshiyuki Sasaki1-1/+5
2019-06-27connect: Removed unused codeAnderson Toshiyuki Sasaki1-2/+0
2019-06-14include: Make sure ssh_session_get_known_hosts_entry is added to the APIAndreas Schneider1-3/+2
2019-06-14callbacks: Add ssh_threads_get_default() to the callbacks.hDavid Wedderwille1-2/+13
2019-06-14ed25519: Replace unsigned long long with uint64_tAnderson Toshiyuki Sasaki1-4/+4
2019-06-14priv.h: Add macro definitions for PRIx32 and PRIx64Anderson Toshiyuki Sasaki1-0/+12