Update Ssl certs#64
Conversation
|
How does this affect code running on older firmwares? |
|
I haven't tested yet, but in theory it shouldn't change anything. How would we even handle older firmwares? |
|
I guess we could put the new ones in a separate define, and the OR them together based on a runtime check? Like how the SHA256 ones are already separated, but using the firmware version when they were added in the name. If the unsupported bits are ignored so that it works anyway on old firmwares that's even better of course, but it should be tested on, say, 3.15. |
|
I'd really like to see this change merged. I've used it in my own fork/build, and it improves connecting to https servers a lot. The most relevant example, is fetching stuff from https://github.com . Without the updated CA certs in this PR, the SSL connection would fail, but using the updated list I could access github APIs and URLs from my homebrews without issues. (tested on 4.84 FW) |
The latest PS3 firmware has more certs than currently in PSL1GHT. This PR adds the new ones.