Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shalon connections should respect ATS configuration #13

Open
blochberger opened this issue Jan 12, 2019 · 0 comments
Open

Shalon connections should respect ATS configuration #13

blochberger opened this issue Jan 12, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@blochberger
Copy link
Contributor

We use badly documented low-level functions for performing TLS operations required to support Shalon. There we set the default ATS profile:

/*
The default session configuration is not a secure one and uses
TLSv1.0, therefore we should use a more secure configuration, such
as ATS (App Transport Security).
*/
let config = kSSLSessionConfig_ATSv1

Which is better than the default. It should be configurable like the high-level URLSession connections via ATS configuration in the information property list (Info.plist) of the application.

@blochberger blochberger added the enhancement New feature or request label Jan 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant