feat(connect): add registration and credential rotation (#6353)

This commit is contained in:
Zhengchao An
2026-08-22 07:07:29 +08:00
committed by GitHub
parent bc07cfd115
commit ab5d433fe1
15 changed files with 2828 additions and 29 deletions
+1
View File
@@ -204,6 +204,7 @@ rsa = { version = "=0.10.0-rc.18" }
rustls = { default-features = false, version = "0.23.43" }
rustls-native-certs = "0.8"
rustls-pki-types = "1.15.1"
x509-parser = "0.18.1"
sha1 = "0.11.0"
sha2 = "0.11.0"
subtle = "2.6"