Re: Get session key from SSL/TLS connection using NSStream
Re: Get session key from SSL/TLS connection using NSStream
- Subject: Re: Get session key from SSL/TLS connection using NSStream
- From: Jens Alfke <email@hidden>
- Date: Wed, 26 Mar 2014 08:03:20 -0700
On Mar 26, 2014, at 3:30 AM, Bastian Hafer <email@hidden> wrote:
> Now, when the connection is established and working, is there any way to get hands on the session key that is negotiated in the SSL/TLS handshake protocol? I need this key for my app. Maybe via the socket, the stream itself or any object I have not thought about yet?
I don’t think so, and I can’t think of any valid reason why you’d need it. That’s an internal detail of the TLS protocol, not something your application is supposed to be using.
In any case, you’re asking on the wrong list. The networking gurus like Quinn are on the macnetworkprog list, and I don’t think they read cocoa-dev.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden