You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support PHP8.2 (#110)
* Officially support PHP8.2
* Drop `OPENSSL_SSLV23_PADDING` test cases, because it was removed via openssl3
see openssl/openssl#14216, openssl/openssl#14283, shivammathur/setup-php#658
* Add `SECURITY.md` guideline and mentioning that TSRC is the right place for the security issues
优化APIv3上的三个特殊接口验签逻辑,国内两个自动忽略验签,海外按spec仅验证RSA签名 (#95)
* Two skipping pharses of the response's validation whose are located in the mainland.
One special Rsa::verify onto the downloading API which is located in the overseas.
Close#94
* bump to v1.4.5