v1.2.1
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 theios sslpinning disable
command as there were some cases wheretls_helper_create_peer_trust
would break TLS connections in general.