parent
c1499fc6e6
commit
8b6f08ab4d
@ -0,0 +1 @@ |
||||
runner |
@ -0,0 +1,11 @@ |
||||
#!/usr/bin/env ruby |
||||
$:.unshift File.expand_path File.join File.dirname(__FILE__), '../lib' |
||||
require 'rubygems' |
||||
require 'bundler/setup' |
||||
require 'cryptcheck' |
||||
|
||||
puts 'Supported methods' |
||||
puts OpenSSL::SSL::SSLContext::METHODS.select { |m| CryptCheck::Tls::Server::EXISTING_METHODS.include? m }.sort.join ' ' |
||||
|
||||
puts 'Supported ciphers' |
||||
puts CryptCheck::Tls::Cipher.list.collect { |c| c.name }.sort.join ' ' |
@ -1,21 +1,23 @@ |
||||
- imirhil.fr |
||||
- magicbox.okhin.fr |
||||
- cyphercat.eu |
||||
- jabber.ccc.de |
||||
- jbfavre.im |
||||
- axelsimon.net |
||||
- google.com |
||||
- ecuri.es |
||||
- dattaz.fr |
||||
- jabber.lqdn.fr |
||||
- mailfr.com |
||||
- arysthaar.pw |
||||
- startcom.org |
||||
- riseup.net |
||||
- citronna.de |
||||
- matlink.fr |
||||
- verry.org |
||||
- keuse.fr |
||||
- cappuccino.uk.to |
||||
- corzntin.fr |
||||
- fralef.me |
||||
- description: XMPP |
||||
hostnames: |
||||
- imirhil.fr |
||||
- magicbox.okhin.fr |
||||
- cyphercat.eu |
||||
- jabber.ccc.de |
||||
- jbfavre.im |
||||
- axelsimon.net |
||||
- google.com |
||||
- ecuri.es |
||||
- dattaz.fr |
||||
- jabber.lqdn.fr |
||||
- mailfr.com |
||||
- arysthaar.pw |
||||
- startcom.org |
||||
- riseup.net |
||||
- citronna.de |
||||
- matlink.fr |
||||
- verry.org |
||||
- keuse.fr |
||||
- cappuccino.uk.to |
||||
- corzntin.fr |
||||
- fralef.me |
||||
|
Loading…
Reference in new issue