fix sm2 bugs

This commit is contained in:
Looly
2021-02-19 17:41:49 +08:00
parent 49452c76d8
commit 3bc5054a9a
7 changed files with 82 additions and 12 deletions

View File

@@ -9,11 +9,13 @@
* 【crypto 】 PemUtil.readPemKey支持ECpr#1366@Github
* 【extra 】 Ftp等cd方法增加同步issue#1397@Github
* 【core 】 StrUtil增加endWithAnyIgnoreCaseissue#I37I0B@Gitee
* 【crypto 】 Sm2增加getD和getQ方法issue#I37Z4C@Gitee
### Bug修复
* 【json 】 JSONUtil.isJson方法改变trim策略解决特殊空白符导致判断失败问题
* 【json 】 修复SQLEXception导致的栈溢出issue#1399@Github
* 【extra 】 修复Ftp中异常参数没有传入问题issue#1397@Github
* 【crypto 】 修复Sm2使用D构造空指针问题issue#I37Z4C@Gitee
-------------------------------------------------------------------------------------------------------------