Skip to content

Commit

Permalink
Update incomplete comment in iOS TLS script
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Feb 2, 2024
1 parent 6136e1a commit a3ff391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/ios-tls-override.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
* Since iOS 11 (2017) Apple has used BoringSSL internally to handle all TLS. This code
* hooks low-level BoringSSL calls, to override all custom certificate validation completely.
* https://nabla-c0d3.github.io/blog/2019/05/18/ssl-kill-switch-for-ios12/ to the general concept,
* but this
* but note that this script goes further - reimplementing basic TLS cert validation, rather than
* just returning OK blindly for all connections.
*
* Source available at https://github.com/httptoolkit/frida-interception-and-unpinning/
* SPDX-License-Identifier: AGPL-3.0-or-later
Expand Down

0 comments on commit a3ff391

Please sign in to comment.