GEANT / met

Metadata Explorer Tool
BSD 2-Clause "Simplified" License
17 stars 13 forks source link

Show SSL certificate information #22

Closed markwallsgrove closed 7 years ago

markwallsgrove commented 7 years ago

Show the SSL certificate information related to the SP/IDP, mainly the hash used within the signature (related to google breaking SHA-1).

markwallsgrove commented 7 years ago

One could start from this code

biancini commented 7 years ago

The implementation is still quite poor, but the relevant information are now shown. All information will be visible tomorrow (after the nightly data update).

In the federation view there is a summary showing certificate information: e.g.

Certificates statistics:
sha256: 76 | sha512: 3 | md5: 1 | sha1: 164

Same information is provided on each entity in the entity view page: e.g.

Certificates statistics:    sha256: 2

We could improve visualization, but I preferred to implement it quickly and eventually refine it in the future.

markwallsgrove commented 7 years ago

wohaa, nice work :+1:

markwallsgrove commented 7 years ago

Is there a branch related to this work?

markwallsgrove commented 7 years ago

https://github.com/GEANT/met/commit/22db489af61126a03905370be5801b409dd83ef8 seems to be the commit