Re: SecureTransport on iPhone?
Re: SecureTransport on iPhone?
- Subject: Re: SecureTransport on iPhone?
- From: Jens Alfke <email@hidden>
- Date: Thu, 30 Apr 2009 14:24:46 -0700
On Apr 30, 2009, at 12:45 PM, Jamie Wood wrote: This is similar to the recent question about OpenSSL on the iPhone... is it possible to write an iPhone application that depends on SecureTransport?
I don't think the APIs are directly exposed, but you can open and receive SSL connections using the CFStream API. (I wrote a library called MYNetwork that shows how to do this, and exposes a high level Cocoa API for this.) Searching the SDK libraries reveals this:
U _SSLClose U _SSLDisposeContext
I'm sure SecureTransport is in there, but Apple scans the import lists of submitted apps and will reject ones that call non-public APIs.
—Jens |
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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