ungoogled-software / ungoogled-chromium

Google Chromium, sans integration with Google
BSD 3-Clause "New" or "Revised" License
19.56k stars 801 forks source link

Fix for client certificates #2885

Closed Ahrotahn closed 1 month ago

Ahrotahn commented 1 month ago

This PR reverts some changes for the client certificate store. It seems that the changes that required these removals no longer exist or have had their safebrowsing sections gated since they were added. This should fix https://github.com/ungoogled-software/ungoogled-chromium-windows/issues/351

@Cubik65536 @teeminus let me know if this gives you any trouble building or linking since it also reverts the previous fix.

Cubik65536 commented 1 month ago

I will start testing this as soon as I got some spare time.

Cubik65536 commented 1 month ago

Builds fine with these patches removed on macOS.

teeminus commented 1 month ago

Builds and runs fine on windows. Client certificates are working now. Thanks a lot for your efforts!