We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用tongsuo8.4的NTLS国密协议,使用CBC模式进行加密。一次SSL_write(write的数据很短,只有17个字节)但通过wireshark抓包有两个application data报文,且第一个报文通过解密后发现是一个空报文(也就是没有数据)。但如果切换为TLS1.2就只有一个报文,具体是什么原因啦?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用tongsuo8.4的NTLS国密协议,使用CBC模式进行加密。一次SSL_write(write的数据很短,只有17个字节)但通过wireshark抓包有两个application data报文,且第一个报文通过解密后发现是一个空报文(也就是没有数据)。但如果切换为TLS1.2就只有一个报文,具体是什么原因啦?
The text was updated successfully, but these errors were encountered: