Update to latest Xcode (Beta 6) and toolchain (8/15).
Pre-release
Pre-release
This release requires use of the swift-DEVELOPMENT-SNAPSHOT-2016-08-15-a toolchain.
- Compatible with Xcode 8 Beta 6 using the above toolchain.
- Added
password
property to Configuration. - Removed verifyConnection() function from delegate. Now handled internally.
- Ensured that OpenSSL libraries are only initialized once.
- Minor change to initialize delegate function of SSLServiceDelegate. SSLService.inititalize(isServer:) became SSLService.initialize(asServer:).