Re: how to add ssl support in my cocoa application
Re: how to add ssl support in my cocoa application
- Subject: Re: how to add ssl support in my cocoa application
- From: aashish tiwari <email@hidden>
- Date: Fri, 23 Feb 2007 05:42:50 +0000 (GMT)
Hi list,
How i can verify (without using network protocol analyzers i.e. wireshark etc. ) that the connection established is a SSL connection, and ongoing data transfer is secure?
One more thing...
message http://www.cocoabuilder.com/archive/message/cocoa/2003/1/28/5905 says:
"use a CFHTTPMessage to create exactly the request you want
with the appropriate https URL, then create a CFReadStream from it,
then open and read from the stream to get the returned data - the
engine will take care of the necessary SSL work for you."
does it mean if i m using CFHttpMessage and CFReadStream functions that handles "http://" properly, it will also handle "https://" without any other change in code.
Please help me,
Aashish
Nick Zitzmann <email@hidden> wrote:
On Feb 21, 2007, at 3:43 PM, aashish tiwari wrote:
> Now i need to handle "https://" also....what changes i
> need to do in my code so that i can establish SSL
> connection with my server.
Take a look at SecureTransport.h in the Security framework to get an
idea of what you need to do. There should also be some sample code
that covers SecureTransport on ADC.
Nick Zitzmann
---------------------------------
Yahoo! Messenger NEW - crystal clear PC to PC calling worldwide with voicemail
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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