Skip to content

Shalon connections should respect ATS configuration #13

@blochberger

Description

@blochberger

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions