matrixpool

Results 3 issues of matrixpool

hi, compild libucode and output: In file included from /opt/ucode/lib.c:45: /opt/ucode/json-c-compat.h:28:22: error: static declaration of ‘json_tokener_get_parse_end’ follows non-static declaration 28 | static inline size_t json_tokener_get_parse_end(struct json_tokener *tok) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~...

const Parameter = require('parameter'); var parameter = new Parameter({ translate: function() { var args = Array.prototype.slice.call(arguments); console.log(args); }, validateRoot: true, // restrict the being validate value must be a object...

使用tongsuo8.4的NTLS国密协议,使用CBC模式进行加密。一次SSL_write(write的数据很短,只有17个字节)但通过wireshark抓包有两个application data报文,且第一个报文通过解密后发现是一个空报文(也就是没有数据)。但如果切换为TLS1.2就只有一个报文,具体是什么原因啦? ![微信图片_20240603092844](https://github.com/Tongsuo-Project/Tongsuo/assets/23418837/b8049743-d24f-4e9a-a230-a3baca84667a)