Re: TLS protocol levels, POODLE, and TN2287
Re: TLS protocol levels, POODLE, and TN2287
- Subject: Re: TLS protocol levels, POODLE, and TN2287
- From: Jens Alfke <email@hidden>
- Date: Thu, 16 Oct 2014 12:58:54 -0700
On Oct 16, 2014, at 2:31 AM, Quinn The Eskimo! < email@hidden> wrote:
The trick here is to get the Secure Transport context from the stream and use it to configure the max and min TLS versions. The TLSTool sample code shows the first part of this. Look for kCFStreamPropertySSLContext.
I'm trying this, but am getting NULL back from context = CFReadStreamCopyProperty(cfInputStream, kCFStreamPropertySSLContext); The stream has not yet been opened.
I'm creating the stream with CFReadStreamCreateForHTTPRequest; the URL of the request has an "https:" scheme.
I've tried setting the kCFStreamPropertySSLSettings property first, but that doesn't make a difference.
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden