Re: ssl apis
Re: ssl apis
- Subject: Re: ssl apis
- From: Quinn <email@hidden>
- Date: Fri, 9 Jan 2004 17:32:28 +0000
At 12:15 -0800 30/12/03, Doug Mitchell wrote:
The preferred SSL implementation on OS X is SecureTransport. [...]
Just a little nit to pick here. The above is true if you're talking
about a low-level SSL that's comparable to OpenSSL. However, we also
recommend that you use the highest-level API that's appropriate.
There may be an API that suits your needs better.
o CFStream supports SSL streams, layered on top of Secure Transport
o CFNetwork supports HTTPS, layered on top of CFStream
o Foundation URL Loading System supports HTTPS, with all sorts
of cool extras, like cookies and caching, layered on CFNetwork
References to each of these can be found on the Mac OS X Networking page.
<
http://developer.apple.com/networking/>
S+E
--
Quinn "The Eskimo!" <
http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.