YoungSoo Shin shinys000114
shinys000114 synced commits to stable-0.11 at shinys000114/libssh from mirror 2025-08-14 20:37:30 +09:00
02cbd41b92 tests: Call disable_secmem() before ssh_init()
750693d10b tests: Reformat cmocka_unit_test calls in torture_threads_pki_rsa.c
56953f8aab mbedtls: Avoid one more memory leak
0f1723b5c7 mbedtls: Rename label to match the current meaning
f1998d6064 mbedtls: Avoid code duplication between v2 and v3 branches
Compare 22 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2025-08-14 20:37:30 +09:00
118a747acd socket: Free poll handle when resetting socket state
5691e0f609 poll: Initialize ssh_poll_handle pointers
5a6e2fd02a poll: Fix memory leak on failed realloc()
e8099375fe poll: Check return value of ssh_poll_ctx_add()
d00f267bc6 Make ssh_socket_set_fd() return errors
Compare 7 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2025-08-07 02:32:37 +09:00
ef50a3c0f0 tests: Remove tests of operations on freed channels
e7cffe7e1b pki: Simplify ed25519 private key duplication
d1bf9068a9 Use calloc instead of zeroizing structure after malloc
737f9ecc3c agent: Reformat the rest of the file
Compare 4 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2025-08-06 18:22:37 +09:00
cc667021e5 tests(pki): add torture tests for security keys
f9f8c939bc tests(pki): add security key testing helper functions to torture library
aab6ce364a tests(pki): add sk type keys to the testing infrastructure
0cec257077 pki: add security key file import/export functionality
957efe51a2 format(pki): format the pki_import_privkey_buffer function
Compare 7 commits »
shinys000114 pushed to master at shinys000114/parametric_rack_mount 2025-07-31 22:28:27 +09:00
10d91d173a Add parametric_rack_mount.scad
shinys000114 created branch master in shinys000114/parametric_rack_mount 2025-07-31 22:28:27 +09:00
shinys000114 created repository shinys000114/parametric_rack_mount 2025-07-31 22:28:02 +09:00
shinys000114 pushed to master at shinys000114/libssh-esp 2025-07-31 11:58:28 +09:00
1e02b365ed libssh-esp: unuse zlib
shinys000114 synced commits to master at shinys000114/libssh from mirror 2025-07-31 05:15:41 +09:00
09155adb19 tests(string): add unit tests for ssh_string_cmp function
95f8cbc7f0 feat(string): add ssh_string_cmp function for comparing ssh_strings
3423399f98 fix(pki): remove redundant key type_c assignment in pki_import_pubkey_buffer
ccbec9c275 fix(pki): remove redundant key type_c assignment in build pubkey and privkey functions
Compare 4 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2025-07-30 21:05:40 +09:00
ed52c88a03 feat(misc): add burn_free function and BURN_FREE macro for secure memory deallocation
0f0ac314d2 session: add err messages for most common WSA error codes (+ applied clang-format to file)
95e4c39e8a Refactor: fix inconsistency in ssh_callback_struct
8c89633a45 pki: Avoid possible memory leak
Compare 4 commits »
shinys000114 pushed to main at shinys000114/SBC_Case_Builder 2025-07-30 12:59:28 +09:00
1a94eabd39 delete panel_clamp
shinys000114 pushed to main at shinys000114/SBC_Case_Builder 2025-07-30 10:14:15 +09:00
480afbf2db remove gap
shinys000114 pushed to master at shinys000114/libssh-esp 2025-07-28 16:51:41 +09:00
618c28a893 libssh-esp: add readme
shinys000114 renamed repository from libssh_esp to shinys000114/libssh-esp 2025-07-28 16:37:16 +09:00
shinys000114 pushed to master at shinys000114/libssh-esp 2025-07-28 16:34:51 +09:00
32d16cda41 libssh: add files for idf
shinys000114 synced commits to master at shinys000114/libssh from mirror 2025-07-26 10:59:18 +09:00
8069679033 remove unused ssh_string in ssh_channel_open_forward_unix
c2e9d39dbe tests: Fix build script to work also on MacOS correctly
Compare 2 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2025-07-26 02:49:17 +09:00
ab44f606b2 tests: Add more valgrind supressions for krb5
444982b38a tests: Avoid needless call to pthread_exit()
3df61a4e86 pkd: Cleanup OpenSSL context
961c79637c options: Fix possible memory leaks on error conditions when setting keys for bind
7eefbbd478 tests: Cleanup OpenSSL in the forked server processes
Compare 11 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2025-07-25 10:29:19 +09:00
0b4b71cc11 fix(callbacks): make is_callback_valid's behaviour consistent with its name
5d3ef7261c refactor(callbacks): reformat to improve readability
9817392e26 pkd: Run hmac-sha1 tests with OpenSSH
168302b9d6 Fix ssh_handle_key_exchange() timeout
82c8bbc504 tests: Add missing header file to unbreak build on freebsd
Compare 7 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2025-07-22 05:37:24 +09:00
28c0056bca Add logging for private API functions
7e4f08e22a Add logging to public API functions
aeb0b2ec6f Add unittests for sshsig functions
67cf8e3702 Implement sshsig functions
309f36fa83 pki: Add key_to_type_hash helper
Compare 5 commits »
shinys000114 pushed to master at shinys000114/libssh-example 2025-07-08 11:05:21 +09:00
419b81df71 add simple-server
1ea3c6c481 add libssh 0.11.2 submodule