21 references to CreateSslException
System.Net.Security (21)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (15)
217
throw
CreateSslException
(SR.net_allocate_ssl_context_failed);
291
throw
CreateSslException
(SR.net_ssl_use_cert_failed);
330
throw
CreateSslException
(SR.net_ssl_use_cert_failed);
336
throw
CreateSslException
(SR.net_ssl_use_private_key_failed);
343
throw
CreateSslException
(SR.net_ssl_use_cert_failed);
399
throw
CreateSslException
(SR.net_allocate_ssl_context_failed);
439
throw
CreateSslException
(SR.net_alpn_config_failed);
633
throw
CreateSslException
(SR.Format(SR.net_ssl_set_sigalgs_failed, "server"));
639
throw
CreateSslException
(SR.Format(SR.net_ssl_set_sigalgs_failed, "client"));
855
throw
CreateSslException
(SR.net_ssl_get_channel_binding_token_failed);
1005
throw
CreateSslException
(SR.net_ssl_read_bio_failed_error);
1015
throw
CreateSslException
(SR.net_ssl_write_bio_failed_error);
1057
throw
CreateSslException
(SR.net_ssl_use_cert_failed);
1064
throw
CreateSslException
(SR.net_ssl_use_private_key_failed);
1072
throw
CreateSslException
(SR.net_ssl_check_private_key_failed);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
98
throw Interop.OpenSsl.
CreateSslException
(SR.net_ssl_get_default_sigalgs_failed);
System\Net\Security\CipherSuitesPolicyPal.Linux.cs (2)
34
throw OpenSsl.
CreateSslException
(SR.net_allocate_ssl_context_failed);
41
throw OpenSsl.
CreateSslException
(SR.net_allocate_ssl_context_failed);
System\Net\Security\SslConnectionInfo.Linux.cs (1)
42
throw Interop.OpenSsl.
CreateSslException
(SR.net_ssl_get_connection_info_failed);
System\Net\Security\SslStreamPal.Unix.cs (2)
127
throw Interop.OpenSsl.
CreateSslException
(SR.net_ssl_invalid_certificate);
227
token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, Interop.OpenSsl.
CreateSslException
(SR.net_alpn_failed));