dotnet/aspnetcore

ITlsConnectionFeature should include client certificate chain elements

Open

#2708 aperta il 2 gen 2018

Vedi su GitHub
 (10 commenti) (1 reazione) (0 assegnatari)C# (10.653 fork)batch import
affected-very-fewarea-networkingenhancementfeature-http-abstractionshelp wantedseverity-minor

Metriche repository

Star
 (37.933 star)
Metriche merge PR
 (Merge medio 16g 9h) (258 PR mergiate in 30 g)

Descrizione

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

Guida contributor