Re: NSStream SSL Help

2008-03-05 Thread Eric Scharff
>>[fileInStream setProperty: >> NSStreamSocketSecurityLevelTLSv1 forKey: >> NSStreamSocketSecurityLevelKey]; >> //[fileInStream setProperty: >> NSStreamSocketSecurityLevelNegotiatedSSL forKey: >> NSStreamSocketSecurityLevelKey]; > >Are you sure that both of these pro

NSStream SSL Help

2008-03-05 Thread Eric Scharff
var YAHOO = {'Shortcuts' : {}}; YAHOO.Shortcuts.hasSensitiveText = false; YAHOO.Shortcuts.sensitivityType = []; YAHOO.Shortcuts.doUlt = false; YAHOO.Shortcuts.location = "us"; YAHOO.Shortcuts.document_id = 0; YAHOO.Shortcuts.document_type = ""; YAHOO.Shortcuts.document_title = "Does NSStream\x5c\x2

Does NSStream's SSL or TLS support work?

2008-02-25 Thread Eric Scharff
I am writing an application where encrypted communication is essential. I have used the non-blocking-esque NSStream libraries for non-encrypted data in applications before, and I'd really like to use NSStream to encrypt transport with TLS (or SSL). Unfortunately, no matter how I set up the con