18 references to CreateSslException
System.Net.Security (18)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (13)
208throw CreateSslException(SR.net_allocate_ssl_context_failed); 280throw CreateSslException(SR.net_ssl_use_cert_failed); 319throw CreateSslException(SR.net_ssl_use_cert_failed); 325throw CreateSslException(SR.net_ssl_use_private_key_failed); 332throw CreateSslException(SR.net_ssl_use_cert_failed); 388throw CreateSslException(SR.net_allocate_ssl_context_failed); 404throw CreateSslException(SR.net_alpn_config_failed); 694throw CreateSslException(SR.net_ssl_get_channel_binding_token_failed); 842throw CreateSslException(SR.net_ssl_read_bio_failed_error); 852throw CreateSslException(SR.net_ssl_write_bio_failed_error); 894throw CreateSslException(SR.net_ssl_use_cert_failed); 901throw CreateSslException(SR.net_ssl_use_private_key_failed); 909throw CreateSslException(SR.net_ssl_check_private_key_failed);
System\Net\Security\CipherSuitesPolicyPal.Linux.cs (2)
34throw OpenSsl.CreateSslException(SR.net_allocate_ssl_context_failed); 41throw 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 (2)
126throw Interop.OpenSsl.CreateSslException(SR.net_ssl_invalid_certificate); 226token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, Interop.OpenSsl.CreateSslException(SR.net_alpn_failed));