microsoft/msquic

Using custom CA with TLS certificates

オープン

#2,820 opened on 2022/06/14

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)C (686 件のフォーク)github user discovery
Area: APITLS: SchannelTLS: quicTLSexternalfeature requestgood first issuehelp wanted

Repository metrics

Stars
 (4,764 個のスター)
PR merge metrics
 (平均マージ 6d) (30d で 40 merged PRs)

説明

Describe the feature you'd like supported

Right now TLS certificate verification uses only system CA store. But in some cases custom CA certificates may be prefered (for example, non-HTTP/3 QUIC usage). For this we need to specify custom CA path(es), which should be passed to TLS backend. But MsQuic doesn't support that at this moment.

Proposed solution

Add function or struct field that will pass custom CA path(es) to TLS backend (for example, SSL_CTX_load_verify_locations for OpenSSL).

Additional context

No response

コントリビューターガイド