Commit Graph

298 Commits

Author SHA1 Message Date
free will 318b565aa6 修改了一行输出 2021-08-05 15:29:21 +08:00
free will 954a919dea 不需要密码,身份加载默认都是无密码的,所以代码回滚了 2021-08-05 15:26:56 +08:00
free will 71d6a12183 导入证书时会重新加载身份,如果导入证书时有密钥,那这个时候加载时,也要密码的吧 2021-08-05 15:26:17 +08:00
free will cefa3f431a 给验签函数增加布尔类型返回值 2021-08-05 11:57:46 +08:00
free will a6cd910d00 添加了解析getVPNInfo()的方法,放在了example目录下,已测试通过 2021-08-04 20:44:23 +08:00
free will a0ef28e161 默认TTL设为64 2021-08-03 10:53:53 +08:00
free will bd4199d9c0 SSL中的两个结构体字段由Pubkey改成Nonce 2021-07-30 10:38:56 +08:00
free will 8e33cb9894 更新了BC_SM4,以支持安卓调用SM4 2021-07-28 13:39:09 +08:00
free will 78be6db12c 增加测试sm4的代码 2021-07-23 10:27:13 +08:00
free will 5713f05a6c 增加getVPNServerInfo接口,测试通过 2021-07-21 16:50:52 +08:00
free will 595d0f5212 给BC_KeyManager增加公钥加密的静态函数 2021-07-21 09:58:06 +08:00
free will e56bb70fb6 完善了VPNLoginExample;去tmd证书导入导出 2021-07-15 16:53:37 +08:00
free will 892171eba9 VMS的注册登录接口测试通过(原有问题是在签名之后默认加了一层base64编码,去掉之后,server即可验签通过);尚存问题是:证书的导入导出 2021-07-14 17:25:47 +08:00
free will ba105bdc3c 将VMSConnection模块加入min-dev-java,以支持与VMS进行通信,执行注册、登录等功能 2021-07-12 21:44:18 +08:00
free will a26f908470 add example: KeyManagerExample、test docs; 2021-06-15 17:40:13 +08:00
ChessNineeee d93a7af653 add:根据name(传入String)获取Identity;设置默认Identity(不带密码的) 2021-06-12 10:26:34 +08:00
ChessNineeee d117f5359b fix:loadAllIdentifies同时更新VersionMap 2021-05-27 22:55:39 +08:00
ChessNineeee 31e995af1c Merge remote-tracking branch 'origin/master' 2021-05-27 22:39:52 +08:00
ChessNineeee 9a9e5578f7 add:Keychain临时方法的注释 2021-05-27 22:24:21 +08:00
free will 1249ead5ee add test: FaceSpeedTest 2021-05-27 22:19:00 +08:00
ChessNineeee c6acbfce0a fix:Keychain无法签名验签的问题(IdentifierComponent.toUri()使用百分号编码导致),使用临时方法代替,具体解决方法待更新。 2021-05-27 22:17:17 +08:00
free will 3898220a5c update some code 2021-05-25 17:32:30 +08:00
free will cb79358683 update ControlParameters、CPacket、Data 2021-05-25 17:20:41 +08:00
free will 7eeff6fbc5 change identifier.toString() && add componnet:NoCache 2021-05-25 15:47:45 +08:00
free will cbd748dce0 Merge branch 'master' of gitee.com:willfree/min-dev-java 2021-05-25 15:16:41 +08:00
free will 65ad6243d6 add component: ControlParameterCommonString 2021-05-25 15:15:57 +08:00
ghy 5c7738294f fix: keyChain init function 2021-05-21 15:57:01 +08:00
ghy 401ae5a1c1 add: add some function 2 IdentityManager (without test) 2021-05-21 15:18:41 +08:00
free will 3cef9d50f5 code update to follow go-language & test register identifier 2021-05-20 17:12:34 +08:00
free will 5725452843 add test: mgmt/CommandExecutor.java 2021-05-17 21:45:11 +08:00
free will 490d115ff5 使用Object解决泛型问题 2021-05-17 15:17:05 +08:00
free will 0d59c19330 去掉slf4j 2021-05-17 15:14:50 +08:00
free will 6685a926d3 Merge branch 'master' of gitee.com:willfree/min-dev-java 2021-05-14 15:29:56 +08:00
free will 8729773b8b 更换日志模块,以适配安卓:由原来使用logback库更改为使用java原生库 2021-05-14 15:29:41 +08:00
ChessNineeee dee974b0df add: ControlBaseTest 2021-05-14 13:27:08 +08:00
ChessNineeee fd783fa807 add: ControlResponseTest 2021-05-14 13:01:15 +08:00
ChessNineeee c236412ee6 fix: bugs in KeyChainTest 2021-05-14 12:19:09 +08:00
ChessNineeee c316017f16 fix: bugs in Sqlite 2021-05-14 12:06:29 +08:00
free will 4cc1c88ed2 测试利用mgmt发送注册前缀 2021-05-14 09:48:06 +08:00
free will cd610d7b5e fixed bug: face timeout 失效问题 2021-05-13 21:59:54 +08:00
free will 69d77d9574 测试已知超时时间不生效的原因及解决方法,有待修复 2021-05-13 20:56:11 +08:00
free will e8e8bd5639 注释掉了mapdb相关的代码,以适配安卓 2021-05-13 19:41:30 +08:00
free will 3f7104381f 似乎解决了多余依赖的问题(修改assembly-release.xml),但出现了新问题:安卓不支持所使用到的MapDB库 笑(哭)死(了),等我删掉再试 2021-05-13 17:39:12 +08:00
free will c5db18c015 尝试解决打包进去多余依赖的问题,失败了 2021-05-13 14:20:56 +08:00
free will 72cbf851fc 打包第二次尝试:可以将maven依赖库和本地库打入jar包;打入的依赖包过多,导致与安卓依赖包冲突 2021-05-13 11:45:12 +08:00
free will a23fc283d4 打包第一次尝试:可以打包,maven依赖库可以打入,但本地库不能 2021-05-13 10:04:31 +08:00
free will 6052e73ef5 增加了face中使用udp连接的收发包测试 2021-05-12 21:38:39 +08:00
free will 2a3288c076 fixed bug: LogicFace.receiveInterest&Data 2021-05-12 21:14:36 +08:00
free will 18dbeb894e 恢复被错误覆盖掉的Packet测试代码 2021-05-12 19:34:05 +08:00
free will 7529b3e6ac 去掉一些没有用到的import;修改依赖库,以适配安卓;修改pom,企图导出可供安卓使用的jar包 2021-05-12 11:31:08 +08:00