YoungSoo Shin shinys000114
shinys000114 synced commits to master at shinys000114/libssh from mirror 2025-09-26 03:49:58 +09:00
08cbbea461 pki: update RSA key generation to use default size when parameter is 0
8c4e337ab7 pki: define RSA_DEFAULT_KEY_SIZE
8541b6584f test(buffer): add unit tests for ssh_buffer_dup function
2f77727796 feat(buffer): add ssh_buffer_dup function to duplicate existing buffers
a3c5d3b256 tests: Rewrite all fuzzers to LLVMFuzzerInitialize and nalloc
Compare 6 commits »
shinys000114 pushed tag v1.0.0 to shinys000114/odroid-power-mate 2025-09-24 12:28:23 +09:00
shinys000114 deleted tag v1.0.0 from shinys000114/odroid-power-mate 2025-09-24 12:28:07 +09:00
shinys000114 pushed to master at shinys000114/odroid-power-mate 2025-09-24 12:26:59 +09:00
a484db06c9 Update settings.md docs
shinys000114 pushed tag v1.0.0 to shinys000114/odroid-power-mate 2025-09-24 12:26:08 +09:00
shinys000114 pushed to master at shinys000114/odroid-power-mate 2025-09-24 12:25:01 +09:00
9e00fc1135 Add placeholder for password input
44a739a0bd Fix mute unknown uart event
Compare 2 commits »
shinys000114 deleted tag v1.0.0 from shinys000114/odroid-power-mate 2025-09-24 12:09:11 +09:00
shinys000114 pushed tag v1.0.0 to shinys000114/odroid-power-mate 2025-09-24 12:06:29 +09:00
shinys000114 pushed to master at shinys000114/odroid-power-mate 2025-09-24 12:06:22 +09:00
873ccc91c5 Add tag in version info
shinys000114 pushed to master at shinys000114/odroid-power-mate 2025-09-24 12:00:03 +09:00
39ca2d205a Add version info
4bbf1339f1 Add version info definition
ae62a7c8e1 Add ipinfo in status proto message
Compare 3 commits »
shinys000114 pushed to master at shinys000114/odroid-power-mate 2025-09-24 11:09:41 +09:00
46b0ea7bda Add factory reset
shinys000114 pushed to master at shinys000114/odroid-power-mate 2025-09-24 10:36:37 +09:00
26773507d5 Change ap ssid text placeholder
0c2b4ac07e Add config factory reset
557646916d Change default ssid, password
6d83ec1b16 Change default limit values
Compare 4 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2025-09-19 00:23:02 +09:00
c94e2efcf1 fix(bind): Remove code duplication in ssh_bind_listen
shinys000114 synced commits to master at shinys000114/libssh from mirror 2025-09-12 02:10:45 +09:00
3d3b12891f tests: Avoid prefix matching when selecting algorithmms
6ca59307d4 Add non-namespaced alias sntrup761x25519-sha512 that is being standardized
Compare 2 commits »
shinys000114 synced new reference refs/tags/libssh-0.11.3 to shinys000114/libssh from mirror 2025-09-10 01:10:45 +09:00
shinys000114 synced commits to refs/tags/libssh-0.11.3 at shinys000114/libssh from mirror 2025-09-10 01:10:45 +09:00
shinys000114 synced commits to stable-0.11 at shinys000114/libssh from mirror 2025-09-10 01:10:45 +09:00
301d0e16df Bump version to 0.11.3
c182a21e11 poll: Use is_locked helper where possible
3a28fbe5c6 socket: do not free poll object if it is locked
65f363c9e3 CVE-2025-8114: Fix NULL pointer dereference after allocation failure
1c763e29d1 CVE-2025-8277: mbedtls: Avoid leaking ecdh keys
Compare 10 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2025-09-10 01:10:45 +09:00
e8bbd194c7 refactor(pki): Define RSA_MIN_KEY_SIZE and update related checks
df4e907dff poll: Use is_locked helper where possible
c99261437f socket: do not free poll object if it is locked
53ac23ded4 CVE-2025-8114: Fix NULL pointer dereference after allocation failure
ffed80f8c0 CVE-2025-8277: mbedtls: Avoid leaking ecdh keys
Compare 11 commits »
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 »