mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
X Certificate and Key management
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. |
||
|---|---|---|
| doc | ||
| img | ||
| lang | ||
| lib | ||
| m4 | ||
| misc | ||
| test | ||
| ui | ||
| widgets | ||
| xcf | ||
| .gitignore | ||
| AUTHORS | ||
| bootstrap | ||
| changelog | ||
| configure.ac | ||
| configure.w32 | ||
| COPYRIGHT | ||
| gen_commithash.h.sh | ||
| git.publish | ||
| git.release | ||
| github.release.py | ||
| INSTALL | ||
| INSTALL.mac | ||
| INSTALL.qmake | ||
| INSTALL.qt5 | ||
| INSTALL.w32 | ||
| Libtool.version | ||
| local.h.in | ||
| Local.mak.in | ||
| Makefile | ||
| OpenSSL.version | ||
| README.md | ||
| Rules.mak | ||
| VERSION | ||
| xca.pro | ||
XCA -- X Certificate and Key Management
Release Notes
- This is a patch release fixing some minor bugs
- Make a backup copy of your database!
- Since version 2 of XCA the database format changed to SQL(ite)
- Don't try to open it with older versions of XCA (< 1.4.0). They will corrupt the database.
- Please report issues on github https://github.com/chris2511/xca/issues