Home
last modified time | relevance | path

Searched refs:CipherStrength (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DServerAllowNoEncryptionTest.cs49 … serverAllowNoEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerAllowNoEncryption_ClientRequireEncryption_ConnectWithEncryption()
51 Assert.True(sslStream.CipherStrength > 0); in ServerAllowNoEncryption_ClientRequireEncryption_ConnectWithEncryption()
70 … serverAllowNoEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerAllowNoEncryption_ClientAllowNoEncryption_ConnectWithEncryption()
72 … Assert.True(sslStream.CipherStrength > 0, "Cipher strength should be greater than 0"); in ServerAllowNoEncryption_ClientAllowNoEncryption_ConnectWithEncryption()
91 … serverAllowNoEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerAllowNoEncryption_ClientNoEncryption_ConnectWithNoEncryption()
95 Assert.Equal(0, sslStream.CipherStrength); in ServerAllowNoEncryption_ClientNoEncryption_ConnectWithNoEncryption()
H A DClientDefaultEncryptionTest.cs49 … serverRequireEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ClientDefaultEncryption_ServerRequireEncryption_ConnectWithEncryption()
51 … Assert.True(sslStream.CipherStrength > 0, "Cipher strength should be greater than 0"); in ClientDefaultEncryption_ServerRequireEncryption_ConnectWithEncryption()
70 … serverAllowNoEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ClientDefaultEncryption_ServerAllowNoEncryption_ConnectWithEncryption()
72 … Assert.True(sslStream.CipherStrength > 0, "Cipher strength should be greater than 0"); in ClientDefaultEncryption_ServerAllowNoEncryption_ConnectWithEncryption()
H A DServerRequireEncryptionTest.cs48 … serverRequireEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerRequireEncryption_ClientRequireEncryption_ConnectWithEncryption()
50 … Assert.True(sslStream.CipherStrength > 0, "Cipher strength should be greater than 0"); in ServerRequireEncryption_ClientRequireEncryption_ConnectWithEncryption()
68 … serverRequireEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerRequireEncryption_ClientAllowNoEncryption_ConnectWithEncryption()
70 … Assert.True(sslStream.CipherStrength > 0, "Cipher strength should be greater than 0"); in ServerRequireEncryption_ClientAllowNoEncryption_ConnectWithEncryption()
H A DServerNoEncryptionTest.cs67 … serverNoEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerNoEncryption_ClientAllowNoEncryption_ConnectWithNoEncryption()
71 Assert.Equal(0, sslStream.CipherStrength); in ServerNoEncryption_ClientAllowNoEncryption_ConnectWithNoEncryption()
92 … serverNoEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerNoEncryption_ClientNoEncryption_ConnectWithNoEncryption()
96 Assert.Equal(0, sslStream.CipherStrength); in ServerNoEncryption_ClientNoEncryption_ConnectWithNoEncryption()
H A DClientAsyncAuthenticateTest.cs152 server.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ClientAsyncSslHelper()
154 … Assert.True(sslStream.CipherStrength > 0, "Cipher strength should be greater than 0"); in ClientAsyncSslHelper()
H A DServerAsyncAuthenticateTest.cs178 sslServerStream.CipherStrength); in ServerAsyncSslHelper()
184 … Assert.True(sslServerStream.CipherStrength > 0, "Cipher strength should be greater than 0"); in ServerAsyncSslHelper()
H A DDummyTcpServer.cs102 sslStream.CipherAlgorithm, sslStream.CipherStrength); in OnAuthenticate()
/dports/security/tls-check/TLS-Check-cd2e654/bin/helper/
H A Dcheck-timeout-jitter.sh2 …-outfile=result/test-wurzelgnom-de1000a-fixed-1.csv --jobs=100 --checks=Web --checks=CipherStrength
10 …-outfile=result/test-wurzelgnom-de1000a-fixed-2.csv --jobs=100 --checks=Web --checks=CipherStrength
18 …-outfile=result/test-wurzelgnom-de1000a-fixed-3.csv --jobs=100 --checks=Web --checks=CipherStrength
H A Dcheck-timeout-jitter--ihk-server.sh2 …-outfile=result/test-wurzelgnom-de1000a-fixed-1.csv --jobs=100 --checks=Web --checks=CipherStrength
10 …-outfile=result/test-wurzelgnom-de1000a-fixed-2.csv --jobs=100 --checks=Web --checks=CipherStrength
18 …-outfile=result/test-wurzelgnom-de1000a-fixed-3.csv --jobs=100 --checks=Web --checks=CipherStrength
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols/
H A DSecurityPackageContextConnectionInformation.cs48 CipherStrength = cipherStrength; in SecurityPackageContextConnectionInformation()
57 public int CipherStrength { get; private set; } property in System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation
/dports/security/tls-check/TLS-Check-cd2e654/bin/
H A Dcsv-result-to-summary.pl76 …I-Empfehlungen zu Protokoll-Version/kryptografische Verfahren", CipherStrength => "Full BSI s…
97 …er Score der Verschlüsselung unterstützenden Seiten", CipherStrength => "Score", …
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Security/
H A DSslStream.cs272 public virtual int CipherStrength { property in System.Net.Security.SslStream
273 get { return Impl.CipherStrength; }
546 public virtual int CipherStrength {
H A DSslStream.platformnotsupported.cs200 public virtual int CipherStrength { property in System.Net.Security.SslStream
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Net.Security/
H A DLegacySslStream.cs188 switch (ssl_stream.CipherStrength) {
203 public virtual int CipherStrength { property in Mono.Net.Security.Private.LegacySslStream
207 return ssl_stream.CipherStrength;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/UnitTests/Fakes/
H A DFakeSslState.cs104 internal int CipherStrength property in System.Net.Security.SslState
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Interface/
H A DIMonoSslStream.cs120 int CipherStrength { property
/dports/security/tls-check/TLS-Check-cd2e654/lib/Security/TLSCheck/Checks/
H A DCipherStrength.pm1 package Security::TLSCheck::Checks::CipherStrength;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A DSslStream.cs390 public virtual int CipherStrength { property in System.Net.Security.SslStream
392 return _SslState.CipherStrength;
H A D_SslState.cs309 internal int CipherStrength { property in System.Net.Security.SslState
601 CipherStrength, in ProcessAuthentication()
731 CipherStrength, in EndProcessAuthentication()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSslStreamSecurityUpgradeProvider.cs614 SecurityUtils.ValidateSslCipherStrength(sslStream.CipherStrength); in OnAcceptUpgrade()
723 SecurityUtils.ValidateSslCipherStrength(sslStream.CipherStrength); in OnCompleteAuthenticateAsServer()
941 SecurityUtils.ValidateSslCipherStrength(sslStream.CipherStrength); in OnInitiateUpgrade()
1029 SecurityUtils.ValidateSslCipherStrength(sslStream.CipherStrength); in OnCompleteAuthenticateAsClient()
/dports/security/tls-check/TLS-Check-cd2e654/
H A DREADME.md38 * **CipherStrength** – Checks for supported SSL/TLS versions and cipher suites of websites, checks …
40 …ts** – exactly the same as CipherStrength, but counts only web cipher strengths when the certifica…
43 * **FinalScore** – calculates a final score for websites (only websites). Web and CipherStrength mu…
H A DMANIFEST38 lib/Security/TLSCheck/Checks/CipherStrength.pm
/dports/www/xsp/xsp-4.5/src/Mono.WebServer.XSP/
H A DXSPWorker.cs183 ssl.KeySize = s.CipherStrength; in RunInternal()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSslState.cs254 internal int CipherStrength property in System.Net.Security.SslState
582 CipherStrength, in ProcessAuthentication()
717 CipherStrength, in EndProcessAuthentication()
H A DSslStream.cs518 public virtual int CipherStrength property in System.Net.Security.SslStream
522 return _sslState.CipherStrength;

123