摘要:
结论前置: A 身份验证 证书, 服务器证书 B 密钥协商 RSA DHE / ECDHE PSK C 加密通信 加密通信采用对称加密,使用B阶段协商出来的密钥。 B 阶段如果使用 RSA 协商,可以用服务器证书在协商过程中解密到 C过程中的密钥。从而解密通信内容。(此方式下,采用旁路方式就可以)。 阅读全文
摘要:
qsort passes to the comparing function a pointer to the elements it has to compare; since in C there are no templates, this pointer is just brutally c 阅读全文
摘要:
以前的笔记,今日翻出了复看了一下,转过来。 今天发现xxxdump中使用xxx_strncpy 替换 strncpy导致的bug。 原因是strncpy: Warning: If there is no null byte among the first n bytes of src, the st 阅读全文