mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-12 05:20:35 +01:00
[PR #862] [MERGED] Add client certificate support #1121
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/862
Author: @billybraga
Created: 12/9/2022
Status: ✅ Merged
Merged: 12/11/2022
Merged by: @StefH
Base:
master← Head:add_client_certificates📝 Commits (7)
93e90e2Add client certificate support6f43a2aAdd missing test certificate file438e17eReview fixes67a76d1Review fixesaa8e814Merge remote-tracking branch 'origin/master' into add_client_certificatesaf161fcReview fixes5efae20Review fixes📊 Changes
18 files changed (+236 additions, -33 deletions)
View changed files
📝
src/WireMock.Net.Abstractions/Admin/Settings/SettingsModel.cs(+12 -0)📝
src/WireMock.Net.Abstractions/IRequestMessage.cs(+10 -0)➕
src/WireMock.Net.Abstractions/Types/ClientCertificateMode.cs(+31 -0)📝
src/WireMock.Net.Abstractions/WireMock.Net.Abstractions.csproj(+11 -1)📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.NETStandard.cs(+20 -15)📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.NETStandard13.cs(+16 -14)📝
src/WireMock.Net/Owin/IWireMockMiddlewareOptions.cs(+4 -0)📝
src/WireMock.Net/Owin/Mappers/OwinRequestMapper.cs(+15 -1)📝
src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs(+5 -0)📝
src/WireMock.Net/RequestMessage.cs(+19 -1)📝
src/WireMock.Net/Server/WireMockServer.Admin.cs(+6 -1)📝
src/WireMock.Net/Server/WireMockServer.cs(+2 -0)📝
src/WireMock.Net/Settings/WireMockServerSettings.cs(+13 -0)📝
src/WireMock.Net/Settings/WireMockServerSettingsParser.cs(+2 -0)➕
test/WireMock.Net.Tests/README.md(+7 -0)📝
test/WireMock.Net.Tests/WireMock.Net.Tests.csproj(+4 -0)➕
test/WireMock.Net.Tests/WireMockServerTests.ClientCertificate.cs(+59 -0)➕
test/WireMock.Net.Tests/client_cert.pfx(+0 -0)📄 Description
Fixes #20.
I am new to the project, so I understand there may be many comments/fixes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.