| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-30 | Return key ID along with challenge verification result | 魏曹先生 | |
| - Update challenge method to return (bool, String) tuple - Include key ID in both success and failure cases - Update tests to verify key ID matches expected value - Maintain same verification logic but provide additional context | |||
| 2025-09-28 | Refactor TCP connection authentication into separate module | 魏曹先生 | |
| - Extract challenge-response authentication code from instance.rs to new instance_challenge.rs - Add instance_challenge module declaration to lib.rs - Maintain all cryptographic functionality while improving code organization | |||
