patches: add JD2016

This commit is contained in:
Ash Logan 2022-10-24 22:56:11 +11:00
commit a5be3bf6c4
4 changed files with 45 additions and 0 deletions

7
PATCHES.md Normal file
View file

@ -0,0 +1,7 @@
## `ssl_verify_cert_chain`
- can be identified by `ssl_client` string (string is also used in .data, safe to ignore)
- patch first error check to always take, but return 1 instead of 0 in the error case, problem solved!
## `X509_verify_cert`
- Chromium calls this directly because screw you
- just replace the whole function with `li r3, 1; blr`