aboutsummaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/src/instance_challenge.rs
Commit message (Collapse)AuthorAgeFilesLines
* update: Registry and connection improvements魏曹先生2025-11-031-1/+15
| | | | | - Update client and server registry logic - Improve TCP connection instance handling
* Return key ID along with challenge verification result魏曹先生2025-10-301-5/+5
| | | | | | | - 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
* Refactor TCP connection authentication into separate module魏曹先生2025-09-281-0/+297
- 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