smartwalle / alipay

支付宝 AliPay SDK for Go, 集成简单,功能完善,持续更新,支持公钥证书和普通公钥进行签名和验签,支持文件上传和接口内容加密。
MIT License
1.87k stars 425 forks source link

支付宝私钥格式为PKCS#8 ,测试文件中使用了PKCS1格式进行解析导致失败 #188

Open Devil-MayCry opened 10 months ago

Devil-MayCry commented 10 months ago

支付宝密钥文档:https://opendocs.alipay.com/common/055l5k?pathHash=dca9ccf9 测试用例:https://github.com/smartwalle/nsign/blob/master/rsa_test.go#L26C23-L26C28

smartwalle commented 10 months ago

和这个测试用例有什么关系?