mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 22:03:33 -04:00
[PR #243] [MERGED] Implement custom TLS certificate validation for game update service #320
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/RPCS3/discord-bot/pull/243
Author: @13xforever
Created: 3/4/2019
Status: ✅ Merged
Merged: 3/4/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (3)
62790b3hide !top and !filtersb6ba302attempt at proper tls validation for sony game update servers4747081differentiate between no patches and unknown game📊 Changes
11 files changed (+255 additions, -35 deletions)
View changed files
📝
Clients/PsnClient/CustomTlsCertificatesHandler.cs(+87 -3)📝
Clients/PsnClient/PsnClient.cs(+16 -25)📝
Clients/PsnClient/PsnClient.csproj(+9 -1)➕
Clients/PsnClient/certificates/CA01.cer(+23 -0)➕
Clients/PsnClient/certificates/CA02.cer(+23 -0)➕
Clients/PsnClient/certificates/CA03.cer(+23 -0)➕
Clients/PsnClient/certificates/CA04.cer(+23 -0)➕
Clients/PsnClient/certificates/CA05.cer(+23 -0)📝
CompatBot/Commands/CompatList.cs(+2 -2)📝
CompatBot/Commands/Psn.Check.cs(+22 -2)📝
CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs(+4 -2)📄 Description
Instead of simply ignoring any checks, do custom validation and only ignore untrusted root CA error
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.