Files
markbase/markbase-core
Warren c91dbe2cc3
Some checks failed
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled
Fix SSH cipher key length: dynamically determine based on negotiated algorithm
- Add cipher_key_len() helper function
- Store encryption_ctos/stoc in KexExchangeHandler
- Use algorithm name to determine key_len (aes256 → 32, aes128 → 16)
- Remove hardcoded cipher_key_len=32 TODO

All 229 tests pass.
2026-06-20 21:16:25 +08:00
..