mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
7771aba9e1
commit
f4eb5e2726
6 changed files with 137 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue