>>[fileInStream setProperty:
>> NSStreamSocketSecurityLevelTLSv1 forKey:
>> NSStreamSocketSecurityLevelKey];
>> //[fileInStream setProperty:
>> NSStreamSocketSecurityLevelNegotiatedSSL forKey:
>> NSStreamSocketSecurityLevelKey];
>
>Are you sure that both of these pro
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
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