Skip to content
New issue

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

TLS实现中 handshake_server 在返回CERT_MSG携带多证书 #2

Open
Gscienty opened this issue Apr 1, 2020 · 0 comments
Open

TLS实现中 handshake_server 在返回CERT_MSG携带多证书 #2

Gscienty opened this issue Apr 1, 2020 · 0 comments

Comments

@Gscienty
Copy link
Owner

Gscienty commented Apr 1, 2020

现阶段的handshake_server 是通过 tls_config 中的 get_ser_cert 的方式获取PKCS12证书,将该证书中的X509证书序列化到CERT_MSG中,并将私钥用于后续的VERIFY_MSG的签名。

CERT_MSG支持包含多证书,该项功能应在handshake_server中添加

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant