aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-13channels: Make ssh_message_channel_request_open_reply_accept_channel publicDavid Wedderwille2-1/+1
2019-06-12bignum: Define bignum_dup(bignum orig, bignum *dest)Anderson Toshiyuki Sasaki3-0/+23
2019-06-12kex, pki, server, options: Filter algorithms in FIPS modeAnderson Toshiyuki Sasaki1-0/+2
2019-06-12options: Allow avoiding system-wide configurationAnderson Toshiyuki Sasaki1-0/+1
2019-06-12bind_config: Add support for HostKeyAlgorithmsAnderson Toshiyuki Sasaki1-0/+1
2019-06-12options: Added an option to set server HostKey algorithmsAnderson Toshiyuki Sasaki1-0/+1
2019-06-12bind_config: Add support for PubkeyAcceptedKeyTypesAnderson Toshiyuki Sasaki1-0/+1
2019-06-12options: Add option to set server accepted pubkey typesAnderson Toshiyuki Sasaki2-0/+2
2019-06-12token, kex: Add functions to handle tokens listsAnderson Toshiyuki Sasaki1-0/+44
2019-05-13pki: Fail to sign when using wrong hash algorithmAnderson Toshiyuki Sasaki1-0/+2
2019-05-13pki: Remove unused codeAnderson Toshiyuki Sasaki1-8/+0
2019-05-13pki_crypto: Added pki_sign_data() and pki_verify_data_signature()Anderson Toshiyuki Sasaki1-0/+8
2019-05-13pki: Add a common place to store raw signaturesAnderson Toshiyuki Sasaki1-0/+1
2019-05-13auth, pki: Calculate hash internally when signing/verifyingAnderson Toshiyuki Sasaki2-5/+9
2019-05-13pki: Remove duplicate and unused codeAnderson Toshiyuki Sasaki1-6/+0
2019-05-13wrapper: Make sha{1, 256, 384, 512}() input constAnderson Toshiyuki Sasaki1-4/+4
2019-05-13wrapper.h: Add SSH_DIGEST_SHA384 to ssh_digest_e enumAnderson Toshiyuki Sasaki1-1/+2
2019-04-29dh-gex: Verify received primes in FIPS mode to match one of the known groupsJakub Jelen1-0/+1
2019-04-29Provide a function to query crypto backend for FIPS statusJakub Jelen3-0/+8
2019-04-29dh-gex: Fall back to known primes when the moduli file is not readableJakub Jelen1-0/+1
2019-04-29sftp server: Implementation of sftp_server_free() as counterpart to sftp_serv...David Wedderwille1-0/+7
2019-04-17pki: allow certificates to be used in signature verificationBen Toews1-0/+1
2019-04-17pki: support ECDSA/ED25519 certificatesBen Toews2-0/+10
2019-04-17libssh: deprecate SSH_KEYTYPE_ECDSABen Toews2-2/+8