X Certificate and Key management
Go to file
Christian Hohnstaedt d36e6eb0cb Implement nested transactions.
The DbTransaction class automatically rolls back when the scope
is left (destructor) and no commit happenned.

Every transaction begin will increment the counter,
each commit/rollback will decrement it. Only if all transactions
finished with a commit, a final database commit will be performed.
2018-03-05 07:46:10 +01:00
doc Remove xca_db_stat application 2018-03-05 07:46:10 +01:00
img Remove SPKAC support. Netscape is not of this world anymore. 2018-02-13 11:47:21 +01:00
lang Update translations 2018-02-25 17:24:36 +01:00
lib Implement nested transactions. 2018-03-05 07:46:10 +01:00
m4 Gentoo Bug #562288 linking fails with =dev-util/pkgconfig-0.29 2015-10-06 07:58:39 +02:00
misc Remove xca_db_stat application 2018-03-05 07:46:10 +01:00
test improve autotest 2009-11-25 09:01:49 +01:00
ui Allow to edit item properties 2018-03-05 07:46:10 +01:00
widgets Implement nested transactions. 2018-03-05 07:46:10 +01:00
xcf update images 2009-12-05 15:54:20 +01:00
.gitignore Indicate development and release version by git commit hash 2018-01-28 11:36:37 +01:00
AUTHORS Justify list of authors 2015-08-11 07:31:51 +02:00
bootstrap Improve repository cleanup 2015-02-21 06:16:56 +01:00
changelog Prepare XCA 1.4.1 2018-03-03 20:45:47 +01:00
configure.ac Rebase on master 2018-03-05 07:46:10 +01:00
configure.w32 Rebase on master 2018-03-05 07:46:10 +01:00
COPYRIGHT Update year and qt link in copyright 2018-02-28 09:20:14 +01:00
gen_commithash.h.sh Indicate development and release version by git commit hash 2018-01-28 11:36:37 +01:00
INSTALL Remove xca_db_stat application 2018-03-05 07:46:10 +01:00
INSTALL.mac OpenSSL 1.0.2a is out 2015-03-21 05:58:11 +01:00
INSTALL.qmake SF. Bug. #81 Make xca qt5 compatible 2015-09-17 18:42:42 +02:00
INSTALL.qt5 SF. Bug. #81 Make xca qt5 compatible 2015-09-17 18:42:42 +02:00
INSTALL.w32 Improve windows installer 2015-10-02 16:55:22 +02:00
local.h.in Switch to autoconf for the configure script 2014-11-05 14:05:58 +01:00
Local.mak.in Fix for MacOS X builds 2017-07-15 06:51:37 +02:00
Makefile Remove xca_db_stat application 2018-03-05 07:46:10 +01:00
OpenSSL.version Update OpenSSL version for MacOSX and W32 to 1.1.0g 2017-11-13 18:26:28 +01:00
README.md Prepare XCA 1.4.1 2018-03-03 20:45:47 +01:00
Rules.mak Refactor context menu 2015-05-17 09:17:04 +02:00
VERSION Prepare XCA 1.4.1 2018-03-03 20:45:47 +01:00
xca.pro Implement nested transactions. 2018-03-05 07:46:10 +01:00

XCA -- X Certificate and Key Management

Release Notes

Changelog:

xca 1.4.1

  • Replace links to XCA on Sourceforge in the software and documentation by links to my Site.

xca 1.4.1-pre02

  • SF Bug #122 isValid() tried to convert the serial to 64 bit
  • Beautify mandatory distinguished name entry errors
  • Support dragging certificates and other items as PEM text
  • Show User settings and installation path in the about dialog

xca 1.4.1-pre01

  • Remove SPKAC support. Netscape is not of this world anymore.
  • SF bug #124 Wrong assumptions about slots returned by PKCS11 library
  • Cleanup and improve the OID text files, remove senseless aia.txt
  • Update HTML documentation
  • Refine and document Entropy gathering
  • Indicate development and release version by git commit hash
  • Fix dumping private keys during "Dump database"
  • Fix Null pointer exception when importing PKCS#12 with OpenSSL 1.1.0
  • SF Bug #110 Exported private key from 4096 bit SSH key is wrong
  • SF Bug #109 Revoked.png isn't a valid image
  • SF Bug #121 CA serial number is ignored in hierarchical view
  • Improve speed of Bulk import.
  • Fix starting xca with a database as first arg

xca 1.4.0

  • Update OpenSSL version for MacOSX and W32 to 1.1.0g
  • Change default hash to SHA-256 and add a warning if the default hash algorithm is SHA1 or less
  • Switch to Qt5 for Windows build and installation
  • Do not apply the default template when creating a similar cert
  • Close SF #120 Crash when importing CA certificate
  • Close SF #116 db_x509.cpp:521: Mismatching allocation and deallocation
  • Add support for OpenSSL 1.1 (by Patrick Monnerat)
  • Support generating an OpenSSL "index.txt" (by Adam Dawidowski)
  • Thales nCipher key generation changes for EC and DSA keys
  • Add Slovak translation