Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 729 Bytes

File metadata and controls

16 lines (11 loc) · 729 Bytes

变更历史

0.2.0 - 2021-08-20

变更细节

  • 新增\EasyAlipay\Helpers类,以支持公钥证书模式使用;
  • 新增\EasyAlipay\Crypto\Rsa::pkcs1ToSpki转换函数,以支持加载PKCS#1格式的RSA公钥
  • 新增\EasyAlipay\ClientDecoratorInterface::getClient接口函数,支持获取客户端实例;
  • 新增\EasyAlipay\ClientDecoratorInterface::getClient接口函数,支持获取客户端实例;
  • 新增测试用例覆盖PHP7.2/7.3/7.4/8.0+Linux/macOS/Windows运行时;
  • 新增Makefile模拟工具,RSA私钥RSA公钥X509证书相关测试配套组件,由模拟工具生产;

0.1.0 - 2021-08-14

第一版,生产可用。