aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-17Fix a bunch of -Wmaybe-uninitializedFabiano FidĂȘncio3-3/+3
2015-10-22libcrypto: Fix build with DEBUG_CRYPTO turned onAndreas Schneider1-15/+18
2015-10-20agent: Fix agent auth on big endian machinesAndreas Schneider1-4/+13
2015-09-25crypto: fix broken ifdefAris Adamantiadis1-2/+2
2015-09-25crypto: old-fashioned aes_ctr when evp_aes_ctr is missingAris Adamantiadis1-0/+92
2015-09-25SSH1: fix duplicate identifierAris Adamantiadis1-1/+1
2015-09-25libcrypto: clean up EVP functionsAris Adamantiadis2-377/+192
2015-09-24moved libcrypto structs to c99 notationAris Adamantiadis1-113/+81
2015-09-24crypto: move key setup in newkeys handlerAris Adamantiadis3-11/+16
2015-09-23libcrypto: refactor EVP_(de|en)cryptAris Adamantiadis1-56/+61
2015-09-21crypto: fix potential memory leak in ECDHAris Adamantiadis1-0/+4
2015-09-16kex: Fix zlib compressionAndreas Schneider1-0/+1
2015-09-15kex: Prefer sha2 over sha1Andreas Schneider1-5/+4
2015-09-09pki: Fix a memory leak on error in ssh_pki_copy_cert_to_privkey()Andreas Schneider1-0/+1
2015-09-09pki: Fix a memory leak in pki_import_cert_buffer()Andreas Schneider1-0/+1
2015-09-07pki: Add certificate loading functionsAxel Eppe1-2/+110
2015-09-07pki: Add Add new pki_import_cert_buffer functionAxel Eppe1-0/+51
2015-09-07pki: Add rsa, dss certificate key type definitionsAxel Eppe3-0/+24
2015-09-07pki: Use the standard logging functionAndreas Schneider5-97/+109
2015-09-07cmake: Handle libssh threas library correctlyAndreas Schneider2-2/+8
2015-09-07bignum: Fix OpenSSL crash in SAFE_FREEMichael Wilder1-0/+4
2015-09-07crypto: Add OpenSSL EVP functions for FIPS compatibilityMichael Wilder1-143/+409
2015-08-18server: Fix return code check of ssh_buffer_pack()Andreas Schneider1-1/+1
2015-08-10pki: Fix return values of ssh_key_is_(public|private)Andreas Schneider1-2/+2
2015-08-01sftp: Fix incorrect handling of received length fieldsTilo Eckert1-7/+13
2015-07-30auth: Fix return status for ssh_userauth_agent()Peter Volpe1-0/+5
2015-07-30define our own platform-independent S_IF macrosTilo Eckert1-24/+16
2015-07-30fix file mode checks in sftp_open()Tilo Eckert1-8/+7
2015-07-08fix permissionsAris Adamantiadis1-0/+0
2015-07-07client: handle agent forward open requests with callbacksFabiano FidĂȘncio2-0/+39
2015-07-03cmake: Fix zlib include directoryAndreas Schneider1-1/+1
2015-06-29SSH_AUTH_PARTIAL is now correctly passed to the caller of ssh_userauth_public...Tilo Eckert1-8/+7
2015-06-29available auth_methods must be reset on partial authenticationTilo Eckert1-1/+1
2015-06-29channels: Fix exit-signal data unpackingPeter Volpe1-1/+1
2015-06-29agent: Add ssh_set_agent_socketPeter Volpe1-3/+20
2015-06-24Don't allocate a new identity list in the new session's options.Seb Boving1-6/+0
2015-06-24cmake: Do not use CMAKE_(SOURCE|BINARY)_DIRDouglas Heriot1-2/+2
2015-06-24pki: Fix allocation of ed25519 public keysTiamo Laitakari1-2/+2
2015-06-24misc: Correctly guard the sys/time.h includeAndreas Schneider2-3/+8
2015-06-24kex: Add comments to #if clausesAndreas Schneider1-6/+10
2015-06-03channels: fix exit-status not correctly setAris Adamantiadis1-5/+3
2015-05-29Comment that ssh_forward_cancel() is deprecated.Mike DePaulo1-0/+1
2015-05-29Reintroduce ssh_forward_listen() (Fixes: #194)Mike DePaulo1-0/+5
2015-05-05kex: also compare host keys for 'first_kex_packet_follows'Jon Simons1-21/+23
2015-05-05server: return SSH_OK for ignored SSH_MSG_KEXDH_INIT caseJon Simons1-0/+1
2015-05-05cmake: Add --enable-stdcall-fixup for MinGW buildsAndreas Schneider1-0/+4
2015-05-05sftp: Fix size checkAndreas Schneider1-5/+7
2015-05-04external: Fix resetting the stateAndreas Schneider1-1/+1
2015-05-04external: Make sure we burn buffers in bcryptAndreas Schneider1-5/+4
2015-05-04external: Fix a possible buffer overrun in bcrypt_pbkdfAndreas Schneider1-3/+9