mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Merge pull request #5101 from james-stocks/js/sslshake
Update sslshake test for sslshake 1.13.1
This commit is contained in:
commit
9379e981ac
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ describe "Inspec::Resources::SSL" do
|
|||
resource = load_resource("ssl", host: "localhost")
|
||||
_(resource.protocols.uniq).must_equal ["ssl2", "ssl3", "tls1.0", "tls1.1", "tls1.2"]
|
||||
_(resource.ciphers.include?("TLS_RSA_WITH_AES_128_CBC_SHA256")).must_equal true
|
||||
_([681, 993]).must_include(resource.ciphers.count)
|
||||
_([681, 993, 1003]).must_include(resource.ciphers.count)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue