aspnetcore/test
Javier Calvarro Nelson e6bb551018 Adds support for loading the developer certificate from a pfx file
* If we can't find a developer certificate on the certificate store
  we will look for a developer certificate on the file system if a
  password has been specified for the Development certificate.
* We will look at ${APPDATA}/ASP.NET/https/<<AppName>>.pfx for windows
  and fallback to ${HOME}/.aspnet/https/<<AppName>>.pfx
* In case the password wasn't specified through configuration, the file
  is not found on the file system or can't be loaded, we won't
  do anything.
2018-01-12 16:32:06 -08:00
..
Kestrel.Core.Tests Allow Content-Length 0 for Websocket-Connection (#2217) 2018-01-09 15:01:09 -08:00
Kestrel.FunctionalTests #2102 Always start the response before draining the request. 2018-01-09 15:59:19 -08:00
Kestrel.Tests Adds support for loading the developer certificate from a pfx file 2018-01-12 16:32:06 -08:00
Kestrel.Transport.Libuv.FunctionalTests
Kestrel.Transport.Libuv.Tests
Kestrel.Transport.Sockets.FunctionalTests
SystemdActivation
shared Adds support for loading the developer certificate from a pfx file 2018-01-12 16:32:06 -08:00
Directory.Build.props
xunit.runner.json