dotnet/aspnetcore

ITlsConnectionFeature should include client certificate chain elements

開放

#2,708 建立於 2018年1月2日

 (10 則留言) (1 個反應) (0 位負責人)C# (10,653 個分叉)batch import
affected-very-fewarea-networkingenhancementfeature-http-abstractionshelp wantedseverity-minor

倉庫指標

星標
 (37,933 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南