1 file changed
+1
-1
lines changed- .travis.yml+19
- Makefile.OpenSSL.inc+1
- Makefile.WinCNG.inc+1
- Makefile.libgcrypt.inc+1
- Makefile.mbedTLS.inc+1
- acinclude.m4+70-63
- configure.ac+80-61
- docs/HACKING.CRYPTO+77-31
- docs/INSTALL_CMAKE+1-1
- docs/SECURITY.md+2-2
- docs/libssh2_channel_wait_eof.3+1-1
- include/libssh2.h+11-7
- os400/initscript.sh+2-2
- src/CMakeLists.txt+7-7
- src/Makefile.am+2-5
- src/agent.c+72-69
- src/channel.c+212-193
- src/checksrc.pl+617
- src/comp.c+21-18
- src/crypt.c+20-7
- src/crypto.h+49-2
- src/global.c+4-5
- src/hostkey.c+352-27
- src/keepalive.c+10-9
- src/kex.c+1.2k-346
- src/knownhost.c+45-44
- src/libgcrypt.c+104-70
- src/libgcrypt.h+72-27
- src/libssh2_priv.h+43-8
- src/mac.c+6-6
- src/mbedtls.c+157-68
- src/mbedtls.h+89-14
- src/misc.c+132-100
- src/misc.h+9-2
- src/openssl.c+810-140
- src/openssl.h+90-11
- src/os400qc3.c+342-448
- src/os400qc3.h+24-9
- src/packet.c+102-94
- src/pem.c+167-40
- src/publickey.c+113-97
- src/scp.c+119-112
- src/session.c+204-192
- src/session.h+4-4
- src/sftp.c+265-237
- src/transport.c+75-71
- src/userauth.c+168-141
- src/wincng.c+290-199
- src/wincng.h+43-25
- tests/CMakeLists.txt+10-1
- tests/Makefile.am+1
- tests/key_rsa_encrypted+30
- tests/key_rsa_encrypted.pub+1
- tests/libssh2_config_cmake.h.in+1
- tests/openssh_fixture.c+117-129
- tests/openssh_server/Dockerfile+4
- tests/openssh_server/authorized_keys+1
- tests/openssh_server/ssh_host_ecdsa_key+5
- tests/runner.c+1-1
- tests/session_fixture.c+63-37
- tests/simple.c+15-18
- tests/ssh2.c+28-25
- tests/test_hostkey.c+20-11
- tests/test_hostkey_hash.c+120-27
- tests/test_keyboard_interactive_auth_fails_with_wrong_response.c+7-7
- tests/test_keyboard_interactive_auth_succeeds_with_correct_response.c+7-7
- tests/test_password_auth_fails_with_wrong_password.c+5-5
- tests/test_password_auth_fails_with_wrong_username.c+5-5
- tests/test_password_auth_succeeds_with_correct_credentials.c+6-6
- tests/test_public_key_auth_fails_with_wrong_key.c+6-6
- tests/test_public_key_auth_succeeds_with_correct_dsa_key.c+6-6
- tests/test_public_key_auth_succeeds_with_correct_encrypted_rsa_key.c+38
- tests/test_public_key_auth_succeeds_with_correct_rsa_key.c+6-6
- win32/GNUmakefile+27-12
0 commit comments