dotnet/aspnetcore

ITlsConnectionFeature should include client certificate chain elements

Open

#2,708 opened on 2018年1月2日

GitHub で見る
 (10 comments) (1 reaction) (0 assignees)C# (10,653 forks)batch import
affected-very-fewarea-networkingenhancementfeature-http-abstractionshelp wantedseverity-minor

Repository metrics

Stars
 (37,933 stars)
PR merge metrics
 (平均マージ 16d 9h) (30d で 258 merged PRs)

説明

From @alextolp on Sunday, April 2, 2017 8:24:37 PM

It should be possible to access the client certificate and any chain elements that were presented by the client when the TLS connection was established. Currently the feature only exposes the client certificate, without any intermediate certificates, making it very difficult to work with the chain elements in the mvc layer.

Copied from original issue: aspnet/HttpAbstractions#808

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