Zhi Liu
Zhi Liu
It turned out the web server scrambled the order of JSON object. Please close this issue. Thanks! BTW, is possible to collapse/expand the JSON object in web page? Dem Pilafian...
@IvanNardi Thanks. Kindly let me know if 'J' option is available to use.
@IvanNardi I'm trying to analyze all sorts of information from TLS(such as SPLT, byte dist, cipher suites, x509 etc) and output them to csv. Following command generates limited information from...
This may often happen when TLS server sends certificates in different and sequential packets. We can use ```len``` field from TLS record header to identify missing bytes and parse them....
This is a nice feature. Can we use a compile flag to enable/disable the option? It's commonly to see the sever packs Server Hello, Certificate, Server Key Exchange and Server...
Thanks for the feedback especially shedding light on "bit operations is quite expensive". Another thought is the granuality of bitwise operations, which may potentially generate unexpected result. Example: ```a``` is...
@ivokub In addition to ```api.Println()```, it's possible to provide a new API ```api.Fmt()``` that feeds the printing content to a string?