More SSL/TLS options support

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35618 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-09-30 10:14:00 +00:00
parent 7771aba9e1
commit f4eb5e2726
6 changed files with 137 additions and 30 deletions

View file

@ -1018,11 +1018,6 @@ static NSMutableDictionary *privateKeyCache1 = nil;
pri = NSStreamSocketSecurityLevelSSLv3;
str = nil;
}
else if (YES == [str isEqual: @"SSLv2"])
{
pri = NSStreamSocketSecurityLevelSSLv2;
str = nil;
}
else if (YES == [str isEqual: @"TLSv1"])
{
pri = NSStreamSocketSecurityLevelTLSv1;