CFNetwork support for SSL
CFNetwork support for SSL
- Subject: CFNetwork support for SSL
- From: Jeff Heyob <email@hidden>
- Date: Thu, 16 Dec 2004 11:24:08 -0500
Hi,
CFNetwork has been great in porting my old OpenTransport code into
run-loops on OSX. I've seen some really good speed improvements. Now, I
would like to that the next step and support SSL with my client-server
application suite in moving large amounts of data across the internet.
All of the sample code that I have been able to find is command line
oriented and I can't see how to use it with the CFNetwork code that I
have already in place.
The only thing that I can see from a CFNetwork point of view is to use:
CFWriteStreamSetProperty(outStream,kCFStreamPropertySocketSecurityLevel,
kCFStreamSocketSecurityLevelNegotiatedSSL);
on my open pair of network streams, but this just causes an error=-9800
which is errSSLProtocol.
I really new at this and I need help from the SSL certificate creation
and up. Any sample code that someone could direct me to would be
greatly appreciated.
Thanks in advance,
Jeff
_______________________________________________
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