2 files changed
+2
-1
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
|
- .github/ISSUE_TEMPLATE/bug_report.md+3-2
- .github/SECURITY.md+13
- .github/workflows/appveyor_docker.yml
- .github/workflows/appveyor_status.yml+60
- .github/workflows/ci.yml+37-21
- .github/workflows/cifuzz.yml+26
- .github/workflows/openssh_server.yml+66
- .gitignore+2
- .travis.yml+3-4
- CMakeLists.txt+1-1
- Makefile.am+4-1
- Makefile.inc+1
- Makefile.wolfSSL.inc+3
- README+1-1
- README.md+2-2
- acinclude.m4+13
- appveyor.yml+18-10
- ci/ossfuzz.sh-29
- configure.ac+15-2
- docs/CMakeLists.txt+2
- docs/HACKING-CRYPTO+41
- docs/Makefile.am+2
- docs/libssh2_channel_flush_ex.3+2-2
- docs/libssh2_channel_write_ex.3+5
- docs/libssh2_crypto_engine.3+12
- docs/libssh2_session_methods.3+4-3
- docs/libssh2_sign_sk.3+85
- docs/libssh2_userauth_banner.3+30
- docs/libssh2_userauth_keyboard_interactive_ex.3+1-1
- docs/libssh2_userauth_password_ex.3+1-1
- docs/libssh2_userauth_publickey_sk.3+133
- example/ssh2.c+52-5
- include/libssh2.h+77-9
- maketgz+3-1
- os400/libssh2_config.h+1-1
- src/CMakeLists.txt+4-1
- src/Makefile.am+3
- src/agent.c+49-6
- src/bcrypt_pbkdf.c+3-3
- src/blf.h+1-4
- src/blowfish.c+1-4
- src/channel.c+17-6
- src/crypto.h+89-1
- src/hostkey.c+233-18
- src/kex.c+29-7
- src/libgcrypt.c+38
- src/libgcrypt.h+1
- src/libssh2_priv.h+12-4
- src/mbedtls.c+252-58
- src/mbedtls.h+26-3
- src/misc.c+63-4
- src/misc.h+6
- src/openssl.c+850-33
- src/openssl.h+51-7
- src/os400qc3.c+38
- src/os400qc3.h+1
- src/packet.c+69
- src/session.c+16-1
- src/sftp.c+27-27
- src/userauth.c+453-219
- src/userauth_kbd_packet.c+162
- src/userauth_kbd_packet.h+43
- src/version.c+16
- src/wincng.c+128-41
- src/wincng.h+14-5
- tests/CMakeLists.txt+41
- tests/Makefile.am+3
- tests/openssh_fixture.c+81-26
- tests/openssh_server/Dockerfile+13-3
- tests/openssh_server/ca_rsa+38
- tests/openssh_server/ca_rsa.pub+1
- tests/ossfuzz/ssh2_client_fuzzer.cc+3
- tests/session_fixture.c+3
- tests/signed_key_rsa+49
- tests/signed_key_rsa-cert.pub+1
- tests/signed_key_rsa.pub+1
- tests/test_keyboard_interactive_auth_fails_with_wrong_response.c+2-2
- tests/test_keyboard_interactive_auth_info_request.c+335
- tests/test_keyboard_interactive_auth_succeeds_with_correct_response.c+2-2
- tests/test_public_key_auth_succeeds_with_correct_signed_rsa_key.c+38
- win32/GNUmakefile+11
0 commit comments