|
|
@ -92,9 +92,9 @@ static NSMutableDictionary *gHostCache; |
|
|
|
withPrivateKey:(nullable NSString *)pemPrivateKey |
|
|
|
withPrivateKey:(nullable NSString *)pemPrivateKey |
|
|
|
withCertChain:(nullable NSString *)pemCertChain |
|
|
|
withCertChain:(nullable NSString *)pemCertChain |
|
|
|
error:(NSError **)errorPtr { |
|
|
|
error:(NSError **)errorPtr { |
|
|
|
_PEMRootCertificates = pemRootCerts; |
|
|
|
_PEMRootCertificates = [pemRootCerts copy]; |
|
|
|
_PEMPrivateKey = pemPrivateKey; |
|
|
|
_PEMPrivateKey = [pemPrivateKey copy]; |
|
|
|
_pemCertChain = pemCertChain; |
|
|
|
_pemCertChain = [pemCertChain copy]; |
|
|
|
return YES; |
|
|
|
return YES; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|