patches: add JD2016
This commit is contained in:
parent
1a4245b04e
commit
a5be3bf6c4
4 changed files with 45 additions and 0 deletions
7
PATCHES.md
Normal file
7
PATCHES.md
Normal 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`
|
||||
Loading…
Reference in a new issue