Bug Fixes and Documentation Updates
All issues associated with this milestone can be found using this filter.
Added
- Added Cleanup Whitespace target to remove excess whitespace from Swift files.
- Added by Christian Noon.
Updated
- All TLS evaluation tests from
disig.sk
tobadssl.com
to be more reliant and robust.- Updated by Christian Noon.
- Internal
URLRequest
method to maintain mutable variant data on anNSURLRequest
passed
into the top-level APIs.- Updated by Greedwolf DSS in Pull Request
#1330.
- Updated by Greedwolf DSS in Pull Request
- The
User-Agent
header to include version and build numbers.- Updated by Sergey Demchenko in Pull Request
#1420.
- Updated by Sergey Demchenko in Pull Request
Removed
- All excess whitespace from Swift files using the
Cleanup Whitespace
target.- Removed by Christian Noon.
Fixed
Request
debug description tests to no longer require parameters in a specific order.- Fixed by Marius Serban in Pull Request
#1318.
- Fixed by Marius Serban in Pull Request
- Small ACL issue in code sample of the Handling Errors section of the README.
- Fixed by Adrian Brink in Pull Request
#1315.
- Fixed by Adrian Brink in Pull Request