aspnetcore/src/Servers
Javier Calvarro Nelson 7f53f7e95b [Platform] Detect and fix certificates with potentially inaccessible keys on Mac OS (2.1) (#17560)
* [Https] Detects and fixes HTTPS certificates where the key is not guaranteed to be accessible across security partitions

* Fix dotnet dev-certs https --check

* Update logic for detecting missing certs

* Fix security command

* Update warning logic

* Check that the key is accessible in Kestrel

* Add correct link to docs

* Update src/Tools/dotnet-dev-certs/src/Program.cs

Co-Authored-By: Daniel Roth <daroth@microsoft.com>

* Update src/Tools/dotnet-dev-certs/src/Program.cs

Co-Authored-By: Daniel Roth <daroth@microsoft.com>

* Add test for 2.1

* Update src/Tools/dotnet-dev-certs/src/Program.cs

Co-Authored-By: Chris Ross <Tratcher@Outlook.com>

* Address feedback

* Fix non-interctive path

* Fix tests

* Remove a couple of test from an unshipped product

* Check only for certificates considered valid

* Switch the exception being caught, remove invalid test

Co-authored-by: Daniel Roth <daroth@microsoft.com>
Co-authored-by: Chris Ross <Tratcher@Outlook.com>
2020-01-15 22:54:11 -08:00
..
Connections.Abstractions/src
HttpSys Merged PR 1480: [2.1] HttpSys path normalization 2019-06-07 21:20:28 +00:00
IIS Always include ANCM in build output (#11199) 2019-06-14 13:29:00 -07:00
Kestrel [Platform] Detect and fix certificates with potentially inaccessible keys on Mac OS (2.1) (#17560) 2020-01-15 22:54:11 -08:00
test/FunctionalTests Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
testassets/TestSites Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
Directory.Build.props Workaround problems when opening solution files in Visual Studio (#4569) 2018-12-11 14:05:21 -08:00
FunctionalTests.sln Fix broken tests and VS solutions caused by source code reorganization and other build infra cleanup 2019-01-04 10:00:26 -08:00
Kestrel.sln Workaround problems when opening solution files in Visual Studio (#4569) 2018-12-11 14:05:21 -08:00
startvs.cmd Workaround problems when opening solution files in Visual Studio (#4569) 2018-12-11 14:05:21 -08:00