Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed #491
强制遵循RFC 8998时:
当使用商密套件且加载双证书时,修复未选择SM2证书问题;
收到CertificateVerify需要检查签名算法,如果不是sm2sig_sm3,应该alert。
修复TLS 1.3商密套件trace,unknown问题;
SSL conf中增加Trace配置项,Trace设置为on时,可以输出TLS消息,方便定位问题。
Checklist