Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

AFNetworking 1.3.4

Compare
Choose a tag to compare
@mattt mattt released this 15 Apr 21:29
· 1508 commits to master since this release
  • Fix potential non-terminating loop in connection:didReceiveData: (Mattt Thompson)
  • Fix SSL certificate validation to assert that no impossible pinning configuration exists (Maximillian Dornseif)
  • Fix SSL certificate validation to provide a human readable Warning when SSL Pinning fails (Maximillian Dornseif)
  • Fix to add explicit cast to NSUInteger in format string (Alexander Kempgen)
  • Fix to call call SecTrustEvaluate before calling SecTrustGetCertificateCount in SSL certificate validation (Josh Chung)
  • Fix to check CFStringTransform() call for success before using result (Kevin Cassidy Jr)
  • Fix to prevent unused assertion results with macros (Indragie Karunaratne)
  • Fix AFHTTPMultipartBodyStream to randomly generate form boundary, to prevent attack based on a known value (Mathias Bynens, Tom Van Goethem, Mattt Thompson)
  • Remove unused variable kAFStreamToStreamBufferSize (Alexander Kempgen)