Scores <%= rank_label grade.rank %> | |
---|---|
<%= t name %> | <%= score_progress grade.details[v] %> |
<%= t 'Protocols' %> | <%= protocol_labels handshake.protocols %> |
---|---|
<%= t 'Keys' %> |
<%= t 'Certificates:' %> <%= key_label handshake[:key] %> Diffie Hellman : <%= key_labels handshake.dh %> |
<%= t name %> | <% names.each do |name| %> <%= name.upcase %> <% end %> |
<%= t 'Name' %> | <%= t 'Key exchange' %> | <%= t 'Authentication' %> | <%= t 'Encryption' %> | <%= t 'MAC' %> | <%= t 'PFS' %> | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
<%= t 'Type' %> | <%= t 'Key size' %> | <%= t 'Type' %> | <%= t 'Key size' %> | <%= t 'Type' %> | <%= t 'Key size' %> | <%= t 'Block size' %> | <%= t 'Mode' %> | <%= t 'Type' %> | <%= t 'Size' %> | ||
<%= protocol_label protocol %> | |||||||||||
<%= cipher_name_label cipher %> | <%= cipher_kex_type_cell kex&.first %> <%= cipher_kex_size_cell kex&.last %> <%= cipher_auth_type_cell auth&.first %> <%= cipher_auth_size_cell auth&.last %> <%= cipher_enc_type_cell enc&.first %> <%= cipher_enc_key_size_cell enc&.[] 1 %> <%= cipher_enc_block_size_cell enc&.[] 2 %> <%= cipher_enc_mode_cell enc&.last %> <%= cipher_mac_type_cell mac&.first %> <%= cipher_mac_size_cell mac&.last %> <%= cipher_pfs_cell pfs %>