microsoft/msquic

Support for multiple server certificates

オープン

#3,141 opened on 2022/10/12

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

Repository metrics

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

説明

Describe the feature you'd like supported

Currently MsQuic only supports a single QUIC_CERTIFICATE_HASH_STORE in QUIC_CREDENTIAL_CONFIG, so servers cannot offer both RSA-based and ECDSA-based ciphers. As certificate protocols evolve it would be useful to support multiple types of certificates simultaneously.

Proposed solution

QUIC_CREDENTIAL_CONFIG.CertificateHashStore is already a pointer type. Either accept an array length via the Reserved parameter, or create a new QUIC_CERTIFICATE_MULTI_HASH_STORE type to handle an array of hash store objects.

Additional context

No response

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