Add support for use certificate chain for cmd_SignCertificate and cmd… #583
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.
…_EncCertificate of SSL_CONF_cmd
为 SSL_CONF_cmd 的 cmd_SignCertificate 和 cmd_EncCertificate 增加 加载证书链支持。
此pr仅供参考
如果主线希望引入此特征支持,考虑新增接口:
SSL_CTX_use_sign_certificate_chain_file
SSL_CTX_use_enc_certificate_chain_file
SSL_use_sign_certificate_chain_file
SSL_use_enc_certificate_chain_file
或类似接口(对标
SSL_CTX_use_certificate_chain_file
和SSL_use_certificate_chain_file
)。本提交直接将 use_certificate_chain_file 放到 ssl_conf.c 中可能不是一个好的选择。
Checklist