kkbox wwdc17 security - antony

91
WWDC 2017 讀書會 2017/07/21 - Antony Chuang

Upload: liyao-chen

Post on 22-Jan-2018

2.072 views

Category:

Technology


1 download

TRANSCRIPT

WWDC 2017 讀書會2017/07/21 - Antony Chuang

Outline

• Your Apps and Evolving Network Security Standards

• Privacy and Your Apps

• Advances in Networking

• What's new in Apple Pay Wallet

• Your Apps and Evolving Network Security Standards

• Privacy and Your Apps

• Advances in Networking

• What's new in Apple Pay Wallet

Your Apps and Evolving Network Security Standards

• Best Practices

• App Transport Security

• Transport Layer Security

Your Apps and Evolving Network Security Standards

Best Practices

Your Apps and Evolving Network Security Standards

Best Practices

Your Apps and Evolving Network Security Standards

Best Practices - RevocationOnline Certificate Status Protocol (OCSP)

Your Apps and Evolving Network Security Standards

Best Practices - RevocationOnline Certificate Status Protocol (OCSP)

• Additional network connection

• Compromises user privacy

• Requires app opt-in

Your Apps and Evolving Network Security Standards

Best Practices - RevocationOnline Certificate Status Protocol Stapling (OCSP Stapling)

Your Apps and Evolving Network Security Standards

Best Practices - RevocationOnline Certificate Status Protocol Stapling (OCSP Stapling)

• Slow adoption

• Malicious server

Your Apps and Evolving Network Security Standards

Best Practices - RevocationCertificate Transparency Log

Your Apps and Evolving Network Security Standards

Best Practices - Revocation

Certificate Transparency Log

• Reduced privacy compromise

• Automatic updating

• Faster connections

Certificate in iOS: https://support.apple.com/en-us/HT204132

Your Apps and Evolving Network Security Standards

Best Practices - Trust Removals

• SHA-1 signed certificates for TLS

• Certificates using <2048-bit RSA for TLS

Your Apps and Evolving Network Security Standards

Best Practices - Trust Removals

• Not affect

- Root certificates

- Enterprise-distributed certificates

- User-installed certificates

- Client certificates

• Affect

- InvalidCertChain (-9807) SSL errors with URLSession

Your Apps and Evolving Network Security Standards

Best Practices - Trust Removals

Your Apps and Evolving Network Security Standards

Best Practices - What to Do Now?

• Check implementations, libraries, and servers

• Avoid ATS exceptions

Your Apps and Evolving Network Security Standards

App Transport Security - Update

• Exceptions narrow down to per domain

• Exceptions expansion beyond WebKit (Certificate

Transparency requirement)

- AVFoundation loads

- WebView request

- Local network connection

Your Apps and Evolving Network Security Standards

ATS-Compliant Services

Your Apps and Evolving Network Security Standards

Transport Later Security

Your Apps and Evolving Network Security Standards

Enable TLS 1.3 Beta

• Not on by default

• iOS

https://developer.apple.com/go/?id=tls13-mobile-profile

• macOS

defaults write /Library/Preferences/com.apple.networkd tcp_connect_enable_tls13 1

• Your Apps and Evolving Network Security Standards

• Privacy and Your Apps

• Advances in Networking

• What's new in Apple Pay Wallet

Privacy and Your Apps

Privacy and Your Apps

Prompting with Purpose - iOS 10

Privacy and Your Apps

Prompting with Purpose - iOS 11

Privacy and Your Apps

Prompting with Purpose - Location

Privacy and Your Apps

Prompting with Purpose - Location

Support When In Use location authorization

• NSLocationWhenInUseUsageDescription

• NSLocationAlwaysAndWhenInUseUsageDescription

Privacy and Your Apps

Prompting with Purpose - LocationWhen In Use location authorization undefined in iOS 10

Privacy and Your Apps

Prompting with Purpose - LocationWhen In Use location and Always authorization both defined in iOS 10

Privacy and Your Apps

Photo Library access in iOS 11

• Image picker without prompting for access

• Write only support

• Authorization will be reset on upgrade

Privacy and Your Apps

Photo Library write only access in iOS 11

NSPhotoLibraryAddUsageDescription

• UIImageWriteToSavedPhotosAlbum

• UISaveVideoAtPathToSavedPhotosAlbum

Privacy and Your Apps

Core NFC

NFCReaderUsageDescription

• Scan for nearby NFC tags

• In the foreground

Privacy and Your Apps

Microphone - Watch OS

• Recording allowed to continue in the background

• Recording possible without the built-in modal UI

• Requires microphone authorization

• Indicator on watch face

Safari and other apps get their own cookies and website data

Clearing website data in Safari also clears the data in your app

Privacy and Your Apps

Safari View Controller

Privacy and Your Apps

On-Device Processing

• CoreML

• VisionKit

• ARKit

• NLP

Privacy and Your Apps

DeviceCheck

• iOS, tvOS

• Per device, per developer data stored by Apple

• Two bits and a timestamp

Privacy and Your Apps

DeviceCheckUpdate bit state

Privacy and Your Apps

DeviceCheckRequest to Apple to query bit state

Privacy and Your Apps

DeviceCheckResponse from Apple with the bit state

Privacy and Your Apps

DeviceCheck

• Handle resold or transferred devices

• Relevancy based on age

• Part of your app logic not sole source

• Your Apps and Evolving Network Security Standards

• Privacy and Your Apps

• Advances in Networking

• What's new in Apple Pay Wallet

Advances in Networking

• Explicit Congestion Notification

• IPv6

• Networking stack changes

• New Network Extension facilities

• Multipath protocols for multipath devices

• URLSession

Advances in Networking

Explicit Congestion Notification

Advances in Networking

IPv6

Advances in Networking

IPv6

Advances in Networking

Networking stack changes

Advances in Networking

New Network Extension facilities

Advances in Networking New Network Extension facilities -NEHotspotConfiguration

Advances in Networking New Network Extension facilities -NEHotspotConfiguration

Advances in Networking New Network Extension facilities -NEHotspotConfiguration

Advances in Networking New Network Extension facilities - NEDNSProxyProvider

• Receives the system’s DNS query messages

• Handles them as it wishes

- Can send to recursive resolver of its choice

- Can send using protocol of its choice

‣ DNS over TLS

‣ DNS over HTTP

Advances in Networking

Multipath protocols for multipath devices

Advances in Networking

Multipath protocols for multipath devices

• Triggered by Marginal Wi-Fi

• “Fittest Wins Out” contest between Wi-Fi and Cell

• Wi-Fi has head start over Cell

• On a flow by flow basis, at flow setup time

Advances in Networking

Multipath TCP

• Built on top of TCP

- Reliability

- Congestion control

• Seamless handover from Wi-Fi to Cell

• Chooses optimal interface for latency-sensitive flows

Advances in Networking

Multipath TCP

• MPTCP schedules traffic across the interfaces

• One “TCP subflow” per interface

• MPTCP creates/destroys subflows

Advances in Networking

Multipath TCP in Siri

• Implemented since iOS 7 for Siri

• User feedback (time to first word) 20% faster in the 95th percentile

• 5x reduction in network failures

Advances in Networking

Multipath TCP in iOS11

• Server support

• Multipath service types

- Handover Mode

- Interactive Mode

• URLSession API

Advances in Networking

Multipath TCP - Server support

Advances in Networking

Multipath service types in iOS 11

• Handover Mode for high reliability

• Interactive Mode for low latency

Advances in Networking

Multipath service types - Handover

• Reliability for persistent connections

• Minimal cell usage

• Available in Beta 1

Advances in Networking

Multipath service types - Interactive

• Low latency for low-volume interactive flows

• Wi-Fi and cellular

• Available in an upcoming Beta

Advances in Networking

URLSession support

Advances in Networking

Multipath service types - Aggregation

• Combines link capacities

• Available through developer settings

• Starting in an upcoming Beta

Advances in Networking

URLSession - Current

• Failure causes by weak connectivity

- NSURLErrorNotConnectedToInternet

- NSURLErrorCannotConnectToHost

• Manual retry by user or monitor condition by SCNetworkReachability

Advances in Networking

URLSession

• New URLSessionConfiguration property

var waitsForConnectivity: Bool

• New URLSessionTaskDelegate method

urlSession(_:taskIsWaitingForConnectivity:) - optional

Advances in Networking

URLSession

• Recommendation

- Always enable waitsForConnectivity

• Exception

- Requests that must be completed immediately, like transaction

Advances in Networking

URLSession

Advances in Networking

URLSessionTask Scheduling API

Advances in Networking

URLSessionTask Scheduling API

• New URLSessionTask property

var earliestBeginDate: Date?

• New URLSessionTaskDelegate method called only when earliestBeginDate been set

urlSession(_:task:willBeginDelayedRequest:completionHandler:) - optional

Advances in Networking

URLSessionTask Scheduling API

Advances in Networking

URLSessionTask Scheduling API

New property for better scheduling by system

var countOfBytesClientExpectsToSend: Int64

var countOfBytesClientExpectsToReceive: Int64

NSURLSessionTransferSizeUnknown if cannot be estimated

Advances in Networking

URLSessionTask Progress

URLSessionTask implements ProgressReporting protocol

class URLSessionTask : NSObject, NSCopying, ProgressReporting

public var progress: Progress { get }

Advances in Networking

URLSessionTask ProgressProgress state management methods change URLSessionTask state

Advances in Networking

URLSession Enhancements

• ProgressReporting

• Brotli compression

- Requires HTTPS (TLS)

• Public Suffix List updates

• Your Apps and Evolving Network Security Standards

• Privacy and Your Apps

• Advances in Networking

• What's new in Apple Pay Wallet

What's new in Apple Pay Wallet

Apple Pay for Donations

• Accept donations for your nonprofit simply and securely

• Available within apps and on the web

• New donation button style

• https://developer.apple.com/support/apple-pay-nonprofits/

What's new in Apple Pay Wallet

Apple Pay Make Purchasing Easier

What's new in Apple Pay Wallet

Other Benefits Of Apple Pay

• Reduction in chargebacks

• No need to handle or store credit card numbers

• Trusted user experience

What's new in Apple Pay Wallet

Apple Pay - Buttons

What's new in Apple Pay Wallet

Apple Pay - Inline Setup

• Apple Pay setup is now offered automatically

• Simply present an Apple Pay sheet to a user without cards

• Users are returned to your Apple Pay purchase immediately after setup

• Still faster than a typical manual checkout

What's new in Apple Pay Wallet

Apple Pay - Payment Errors

• Payment instrument failed to process

• Billing address didn’t match

• Email address was invalid

• Postal address had an incorrect ZIP

• Telephone was missing an area code

What's new in Apple Pay Wallet

Apple Pay - Payment Errors

What's new in Apple Pay Wallet

Apple Pay - Custom Errors

• Gracefully handle invalid or incorrect data directly in Apple Pay

• Display custom error messages

• Direct users to the specific fields that need correction

What's new in Apple Pay Wallet

Apple Pay - Custom Errors

What's new in Apple Pay Wallet

Apple Pay - Custom Errors

What's new in Apple Pay Wallet

Apple Pay - Custom Errors

What's new in Apple Pay Wallet

Apple Pay - Custom Errors

What's new in Apple Pay Wallet

Apple Pay - Custom Errors

New callback

What's new in Apple Pay Wallet

Wallet

NFC passes

• NFC passes let you send customer information over

• NFC Only encrypted NFC passes supported from iOS 11

• Register for NFC passes at developer.apple.com/apple-pay

What's new in Apple Pay Wallet

Wallet

Sharing

• Passes can now be opted out of sharing

• Useful for single use items like loyalty cards or tickets

Thank you