• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: how to add ssl support in my cocoa application
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: how to add ssl support in my cocoa application (From: Nick Zitzmann <email@hidden>)

  • Prev by Date: Re: NSXMLParser in background thread crashing
  • Next by Date: must change control of NSTokenField selection
  • Previous by thread: Re: how to add ssl support in my cocoa application
  • Next by thread: -[NSDocument writeToURL:...:error:], NSError and documents being renamed
  • Index(es):
    • Date
    • Thread