ops-trust / portal

Ops-Trust Platform - Portal
https://www.ops-trust.net
Apache License 2.0
21 stars 4 forks source link

64-bit PGP keys #45

Open massar opened 9 years ago

massar commented 9 years ago

Display 64-bit PGP keys instead of the 32-bit truncated ones

adulau commented 7 years ago

The database schema seems fine

pgpkey_id TEXT CHECK (pgpkey_ok(pgpkey_id)),

The import is done at least at this place

https://github.com/ops-trust/portal/blob/175393ff962e6b643607e02a3dbbe929ea0cdb02/webroot/site/edit_contact.html#L102

I suppose the gpg cmd line for full fingerprint would need to be updated to export the full fingerprint.

massar commented 7 years ago

This, and many other things, will be resolved in Trident (https://trident.li).

Trident is coming to ops-t in first week of December... ;)

Note: until then, any problems found, do file them here so that we can track them and ensure they get resolved for Trident.