Is it possible to TLS PSK ciphers with NSURLConnection/NSURLSession?
iOS's SSLGetSupportedCiphers method reports that is supports TLS_PSK_AES256_SHA384.
I initially considered that it may be possible by providing the correct NSURLCredential, however it's unclear how I could do this while also providing an PSK hint/Identity.
Thanks