You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
describe CryptCheck::Tls do
|
|
def server(*args, &block)
|
|
tls_serv *args, &block
|
|
end
|
|
|
|
def plain_server(*args, &block)
|
|
plain_serv *args, &block
|
|
end
|
|
|
|
def analyze(*args)
|
|
CryptCheck::Tls.analyze *args
|
|
end
|
|
|
|
include_examples :analysis
|
|
end
|
|
|