4 references to net_allocate_ssl_context_failed
System.Net.Security (4)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (2)
218
throw CreateSslException(SR.
net_allocate_ssl_context_failed
);
399
throw CreateSslException(SR.
net_allocate_ssl_context_failed
);
System\Net\Security\CipherSuitesPolicyPal.Linux.cs (2)
34
throw OpenSsl.CreateSslException(SR.
net_allocate_ssl_context_failed
);
43
throw OpenSsl.CreateSslException(SR.
net_allocate_ssl_context_failed
);