Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
aeris
/
cryptcheck
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix debug output
v1
Aeris
hace 5 años
padre
67b2654e22
commit
92424828e1
Se han
modificado 2 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
lib/cryptcheck/tls/cipher.rb
+1
-0
lib/cryptcheck/tls/server.rb
+ 1
- 1
lib/cryptcheck/tls/cipher.rb
Ver fichero
@@ -23,7 +23,7 @@ module CryptCheck
attr_reader :protocol, :name, :size, :dh
def initialize(protocol, cipher, dh)
def initialize(protocol, cipher, dh
=nil
)
@protocol, @dh = protocol, dh
@name, _, @size = cipher
end
+ 1
- 0
lib/cryptcheck/tls/server.rb
Ver fichero
@@ -259,6 +259,7 @@ module CryptCheck
Logger.info { "#{Tls.colorize method} / #{cipher.colorize} : Supported#{dh}" }
cipher
rescue TLSException => e
cipher = Cipher.new method, cipher
Logger.debug { "#{Tls.colorize method} / #{cipher.colorize} : Not supported (#{e})" }
nil
end
Escribir
Vista previa
Cargando…
Cancelar
Guardar