|
@@ -384,6 +384,36 @@ credential exists for the server trust (Mattt Thompson)
|
|
|
|
|
|
= 2.0.0 (2013-09-27)
|
|
|
|
|
|
+====================
|
|
|
+
|
|
|
+= 1.3.4 (2014-04-15)
|
|
|
+
|
|
|
+ * Fix `AFHTTPMultipartBodyStream` to randomly generate form boundary, to
|
|
|
+prevent attack based on a known value (Mathias Bynens, Tom Van Goethem, Mattt
|
|
|
+Thompson)
|
|
|
+
|
|
|
+ * Fix potential non-terminating loop in `connection:didReceiveData:` (Mattt
|
|
|
+Thompson)
|
|
|
+
|
|
|
+ * Fix SSL certificate validation to provide a human readable Warning when
|
|
|
+SSL Pinning fails (Maximillian Dornseif)
|
|
|
+
|
|
|
+ * Fix SSL certificate validation to assert that no impossible pinning
|
|
|
+configuration exists (Maximillian Dornseif)
|
|
|
+
|
|
|
+ * Fix to check `CFStringTransform()` call for success before using result
|
|
|
+(Kevin Cassidy Jr)
|
|
|
+
|
|
|
+ * Fix to prevent unused assertion results with macros (Indragie Karunaratne)
|
|
|
+
|
|
|
+ * Fix to call call `SecTrustEvaluate` before calling
|
|
|
+`SecTrustGetCertificateCount` in SSL certificate validation (Josh Chung)
|
|
|
+
|
|
|
+ * Fix to add explicit cast to `NSUInteger` in format string (Alexander
|
|
|
+Kempgen)
|
|
|
+
|
|
|
+ * Remove unused variable `kAFStreamToStreamBufferSize` (Alexander Kempgen)
|
|
|
+
|
|
|
= 1.3.3 (2013-09-25)
|
|
|
|
|
|
* Add stream error handling to `AFMultipartBodyStream` (Nicolas Bachschmidt,
|