xca/ui
Christian Hohnstaedt 1bc340a0ef Close #104: Also show sha256 digests of public keys
Print digest of public keys in the key details in different formats:

Print SHA256 SSH digest as used to by SSH users:
	ssh-keygen -l -f ~/.ssh/id_rsa.pub

Print SHA1 X509 key digest as shown in the
	Subject key identifier of a certificate

Print SHA256 digest as in:
	openssl pkey -pubout -outform DER < key.pem | sha256sum
as requested by this issue.

Refactored digesting functionality by a generic Digest()
function working with QByteArrays.
The function formatHash() now also expects a QByteArray input.
2019-03-14 06:35:24 +01:00
..
.gitignore .gitignores added 2007-02-07 21:34:50 +01:00
CaProperties.ui Drop dnPolicy for now 2018-03-05 07:46:10 +01:00
CertDetail.ui Close #104: Also show sha256 digests of public keys 2019-03-14 06:35:24 +01:00
CertExtend.ui Refactor CRL handling 2015-04-20 18:25:59 +02:00
CrlDetail.ui Add Views and a concept of schema updates 2018-03-05 07:46:10 +01:00
ExportDialog.ui Update german translation 2015-10-17 13:53:01 +02:00
Help.ui remove all usages of QT3 backward lib 2007-04-03 10:37:26 +02:00
ImportMulti.ui rename "Remove" to "Remove from list" 2011-02-02 18:11:09 +01:00
ItemProperties.ui Fix translation artefacts. 2018-03-28 08:13:22 +02:00
KeyDetail.ui Close #104: Also show sha256 digests of public keys 2019-03-14 06:35:24 +01:00
MainWindow.ui New CRL button 2016-04-09 06:40:39 +02:00
Makefile Allow to edit item properties 2018-03-05 07:46:10 +01:00
NewCrl.ui Close #41: Generate CRL option 'Midnight' not working 2018-06-24 11:14:16 +02:00
NewKey.ui Fix translation artefacts. 2018-03-28 08:13:22 +02:00
NewX509.ui Remove code duplication with CSR information 2018-06-22 06:21:37 +02:00
OidResolver.ui Update german translation 2015-10-17 13:53:01 +02:00
OpenDb.ui Add table prefix to be prepended to each table 2018-03-19 06:14:06 +01:00
Options.ui Update translation 2018-06-27 17:14:23 +02:00
PwDialog.ui update french translation 2012-05-08 06:55:23 +02:00
RevocationList.ui Allow editing of revocations 2018-03-11 09:31:16 +01:00
Revoke.ui Refactor context menu 2015-05-17 09:17:04 +02:00
SearchPkcs11.ui Fix translation artefacts. 2018-03-28 08:13:22 +02:00
SelectToken.ui Fix translation artefacts. 2018-03-28 08:13:22 +02:00
TimeInput.ui Fix translation artefacts. 2018-03-28 08:13:22 +02:00
TrustState.ui Refactor CRL handling 2015-04-20 18:25:59 +02:00
v3ext.ui Close #36: Support adding CN to X509v3 SAN automatically 2018-05-19 22:14:08 +02:00
XcaDialog.ui Switch database format to SQL(ite) 2018-03-05 07:42:36 +01:00