Skip to content

Update bundled CA certificates#37

Open
devnoname120 wants to merge 1 commit into
SKGleba:masterfrom
devnoname120:dev/update-ca-cert-bundle
Open

Update bundled CA certificates#37
devnoname120 wants to merge 1 commit into
SKGleba:masterfrom
devnoname120:dev/update-ca-cert-bundle

Conversation

@devnoname120

@devnoname120 devnoname120 commented May 17, 2026

Copy link
Copy Markdown

Summary

  • refresh the external Mozilla/curl CA bundle to the May 14, 2026 extract
  • preserve the original Vita/Sony/default certificate prefix byte-for-byte
  • keep the repo's existing structure of OFW certificates first, then external Mozilla roots, so Sony/PS Store compatibility priority is unchanged

Notes

The refreshed external PEM blocks match the current curl.se/ca/cacert.pem certificate material. The total PEM block count changes from 202 to 188 because the current Mozilla/curl bundle removes older roots and adds newer ones; the preserved Vita/Sony/default prefix remains 67 certificates.

Validation

  • openssl crl2pkcs7 -nocrl -certfile misc/certs.cer | openssl pkcs7 -print_certs -noout | rg -c '^subject=' -> 188
  • compared the Vita/Sony/default prefix against origin/master; no diff
  • compared refreshed external PEM blocks against current https://curl.se/ca/cacert.pem after stripping comments/CRLF; no diff
  • make -n confirms misc/certs.cer is still packaged as certs.cer

@devnoname120 devnoname120 marked this pull request as ready for review May 17, 2026 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant