7 ha cambiato i file con 71 aggiunte e 49 eliminazioni
@ -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 |
|||
|
Caricamento…
Reference in new issue