20 references to CreateSslException
System.Net.Security (20)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (15)
218throw CreateSslException(SR.net_allocate_ssl_context_failed); 294throw CreateSslException(SR.net_ssl_use_cert_failed); 333throw CreateSslException(SR.net_ssl_use_cert_failed); 339throw CreateSslException(SR.net_ssl_use_private_key_failed); 346throw CreateSslException(SR.net_ssl_use_cert_failed); 399throw CreateSslException(SR.net_allocate_ssl_context_failed); 432throw CreateSslException(SR.net_alpn_config_failed); 627throw CreateSslException(SR.Format(SR.net_ssl_set_sigalgs_failed, "server")); 633throw CreateSslException(SR.Format(SR.net_ssl_set_sigalgs_failed, "client")); 857throw CreateSslException(SR.net_ssl_get_channel_binding_token_failed); 1165throw CreateSslException(SR.net_ssl_read_bio_failed_error); 1175throw CreateSslException(SR.net_ssl_write_bio_failed_error); 1214throw CreateSslException(SR.net_ssl_use_cert_failed); 1221throw CreateSslException(SR.net_ssl_use_private_key_failed); 1229throw CreateSslException(SR.net_ssl_check_private_key_failed);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
98throw Interop.OpenSsl.CreateSslException(SR.net_ssl_get_default_sigalgs_failed);
System\Net\Security\CipherSuitesPolicyPal.Linux.cs (2)
34throw OpenSsl.CreateSslException(SR.net_allocate_ssl_context_failed); 43throw OpenSsl.CreateSslException(SR.net_allocate_ssl_context_failed);
System\Net\Security\SslConnectionInfo.Linux.cs (1)
42throw Interop.OpenSsl.CreateSslException(SR.net_ssl_get_connection_info_failed);
System\Net\Security\SslStreamPal.Unix.cs (1)
128throw Interop.OpenSsl.CreateSslException(SR.net_ssl_invalid_certificate);