aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-05-13pki_crypto: Store raw RSA signature in ssh_signatureAnderson Toshiyuki Sasaki1-7/+16
2019-05-13pki: Add a common place to store raw signaturesAnderson Toshiyuki Sasaki1-0/+3
2019-05-13pki: Make DSA signature to use SHA1 instead of AUTOAnderson Toshiyuki Sasaki1-2/+14
2019-05-13auth, pki: Calculate hash internally when signing/verifyingAnderson Toshiyuki Sasaki5-243/+226
2019-05-13pki_crypto: Change SSH_KEYTYPE_ED25519 position in switchesAnderson Toshiyuki Sasaki1-22/+22
2019-05-13pki_crypto: Refactor pki_signature_to_blob()Anderson Toshiyuki Sasaki1-46/+54
2019-05-13pki_crypto: Fixed typos transfered -> transferredAnderson Toshiyuki Sasaki1-14/+14
2019-05-13pki_cryto: Refactor pki_signature_from_blob()Anderson Toshiyuki Sasaki1-158/+179
2019-05-13pki_crypto: Make pki_signature_from_rsa_blob() to return intAnderson Toshiyuki Sasaki1-8/+8
2019-05-13pki: Remove duplicate and unused codeAnderson Toshiyuki Sasaki3-243/+0
2019-05-13pki: Refactor ssh_srv_pki_do_sign_sessionid()Anderson Toshiyuki Sasaki1-49/+54
2019-05-13pki: Refactor ssh_pki_do_sign()Anderson Toshiyuki Sasaki4-100/+76
2019-05-13wrapper: Make sha{1, 256, 384, 512}() input constAnderson Toshiyuki Sasaki3-12/+12
2019-05-09dh: fix libcrypto leak via ssh_dh_keypair_set_keysJon Simons1-2/+2
2019-05-09dh: fix libcrypto dh_ctx leak in ssh_dh_cleanupJon Simons1-0/+1
2019-05-06auth: Avoid memory on error in ssh_userauth_agent_publickey()Andreas Schneider1-0/+1
2019-05-06knownhosts: Avoid possible null pointer dereferenceAndreas Schneider1-13/+18
2019-04-29server: fix sending SSH_MSG_EXT_INFO upon rekeyJon Simons1-1/+16
2019-04-29server: fix queued USERAUTH_SUCCESS rekey bugJon Simons1-3/+9
2019-04-29packet: log when data-based rekeying neededJon Simons1-4/+13
2019-04-29dh-gex: Verify received primes in FIPS mode to match one of the known groupsJakub Jelen2-0/+41
2019-04-29dh-gex: Fall back to known primes when the moduli file is not readableJakub Jelen2-1/+28
2019-04-29doc: Update the description of the pki_private_key_decrypt() function to matc...Jakub Jelen1-1/+1
2019-04-29knownhosts: Check if the hosts file existsAndreas Schneider1-0/+20
2019-04-29sftp server: Implementation of sftp_server_free() as counterpart to sftp_serv...David Wedderwille1-0/+26
2019-04-29gssapi: Add missing malloc checksAndreas Schneider1-1/+8
2019-04-29channels: Add check if we are authenticated before we create a channelAndreas Schneider1-0/+5
2019-04-29sftp: Check if the channel is still validAndreas Schneider2-13/+18
2019-04-29Document more @return values with doxygen for APIsEnji Cooper1-7/+10
2019-04-29libcrypto: Fix compilation without deprecated OpenSSL APIsRosen Penev1-0/+4
2019-04-29options: Update doc for SSH_OPTIONS_PORTTill Wimmer1-1/+1
2019-04-29channel: Don't send EOF on channel more than onceTill Wimmer1-4/+6
2019-04-29connector: Stop socket-to-channel EOF floodingTill Wimmer1-3/+8
2019-04-17pki: allow certificates to be used in signature verificationBen Toews4-10/+54
2019-04-17pki: parse keys from certificates into ssh_keyBen Toews1-21/+51
2019-04-17pki: support ECDSA/ED25519 certificatesBen Toews3-5/+49
2019-04-17libssh: deprecate SSH_KEYTYPE_ECDSABen Toews9-195/+297
2019-04-15dh-gex: Add error check for ssh_packet_client_dhgex_group()Andreas Schneider1-0/+3
2019-04-04dh: Add compat function for openssl < 1.1.0Simo Sorce3-0/+66
2019-04-04dh: Add OpenSSL libcrypto specific DH implementationSimo Sorce2-1/+262
2019-04-04dh: Move DH key handling into a separate file.Simo Sorce3-364/+406
2019-04-04dh: Confine DH KEX keys handling into fewer functionsSimo Sorce3-143/+314
2019-04-04dh: Rename variables for DH key exchangeSimo Sorce8-130/+171
2019-04-04mbedcrypto: Make bignum_bin2bn behave like othersSimo Sorce3-35/+0
2019-04-01bind_config: Added minimal support for Match keywordAnderson Toshiyuki Sasaki1-13/+202
2019-04-01bind: Apply global configuration automaticallyAnderson Toshiyuki Sasaki1-9/+17
2019-04-01cmake,options: Allow to set global bind config fileAnderson Toshiyuki Sasaki1-2/+1
2019-04-01options: Add a bind option to set the config directoryAnderson Toshiyuki Sasaki2-1/+104
2019-04-01options: Introduce ssh_bind_options_parse_config()Anderson Toshiyuki Sasaki1-0/+44
2019-04-01bind_config: Support server side configurationAnderson Toshiyuki Sasaki2-0/+365