Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/wx-rust-pay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rsa = { workspace = true }
# AES-256-GCM:通知回调 ciphertext 解密/退款回调加密(Java v3/util/AesUtils:AEAD_AES_256_GCM,apiV3Key)
aes-gcm = { version = "0.11.0", default-features = false, features = ["aes", "alloc"] }
# X.509 证书解析:PemUtils.loadCertificate 的序列号/公钥提取(der 0.7/spki 0.7 体系,与 rsa 0.9.10 同代)
x509-cert = "0.2.5"
x509-cert = "0.3.0"
# PKCS#12 容器解析:Java KeyStore.getInstance("PKCS12") 的 Rust 等价(纯 Rust;见 WxPayConfig.p12ToPem)
p12 = "0.6.3"
# rsa 0.9 的 RNG(rand_core 0.6 系;workspace 的 rand 0.10 与其不兼容),OsRng 用于 RSA 签名盲化/OAEP 加密
Expand Down
Loading