Skip to content

v1.2.1

Compare
Choose a tag to compare
@leonjza leonjza released this 22 Oct 18:35
· 577 commits to master since this release
bc8352d

v1.2.1

new

  • Add the --quiet flag to the Android and iOS sslpinning disable commands to reduce terminal output during usage.
  • Improve the iOS SSL pinning by hooking more functions such as SecTrustEvaluate, -[AFSecurityPolicy setSSLPinningMode:] and -[AFSecurityPolicy setAllowInvalidCertificates:].

fixes

  • Add the --ignore-ios10-tls-helper flag to the ios sslpinning disable command as there were some cases where tls_helper_create_peer_trust would break TLS connections in general.