X Certificate and Key management
Go to file
2002-12-17 21:58:45 +00:00
debian VERSION 0.2.11 2002-12-04 20:40:33 +00:00
doc documentation extended 2002-12-17 21:56:29 +00:00
img new images 2002-09-22 19:10:00 +00:00
lib import certs from PKCS7, changes to compile against OpenSSL 0.9.7 2002-12-17 19:56:07 +00:00
rpm XCA_TITLE added, package-builder build without printf 2002-10-10 19:40:36 +00:00
AUTHORS Database exceptions 2002-10-15 22:07:56 +00:00
CertDetail.ui optical changes 2002-10-21 16:28:22 +00:00
CertExtend.ui Certificate renewal repaired, PKCS#7 encryption added 2002-12-17 21:56:16 +00:00
config.h.in changes for WonderDos 2002-10-11 17:59:37 +00:00
configure.ac VERSION 0.2.11 2002-12-04 20:40:33 +00:00
COPYRIGHT typo 2002-09-08 23:16:13 +00:00
ExportCert_UI.ui Certificate export enhanced, increase signer-serial on certimport 2002-12-03 23:19:58 +00:00
ExportCert.cpp PKCS#7 cert export is not supported - yet 2002-12-17 21:58:45 +00:00
ExportCert.h Certificate export enhanced, increase signer-serial on certimport 2002-12-03 23:19:58 +00:00
ExportKey_UI.ui std:: added 2002-12-16 21:32:16 +00:00
ExportKey.cpp XCA_TITLE added, package-builder build without printf 2002-10-10 19:40:36 +00:00
ExportKey.h XCA_TITLE added, package-builder build without printf 2002-10-10 19:40:36 +00:00
KeyDetail.ui *** empty log message *** 2002-10-21 18:41:04 +00:00
main.cpp PKCS7 signing works 2002-12-16 20:27:49 +00:00
MainWindow_UI.ui import certs from PKCS7, changes to compile against OpenSSL 0.9.7 2002-12-17 19:56:07 +00:00
MainWindow.cpp std:: added 2002-12-16 21:32:16 +00:00
MainWindow.h Certificate renewal repaired, PKCS#7 encryption added 2002-12-17 21:56:16 +00:00
MainWindowKeys.cpp import certs from PKCS7, changes to compile against OpenSSL 0.9.7 2002-12-17 19:56:07 +00:00
MainWindowTemps.cpp no message 2002-12-16 22:11:31 +00:00
MainWindowX509.cpp Certificate renewal repaired, PKCS#7 encryption added 2002-12-17 21:56:16 +00:00
MainWindowX509Req.cpp std:: added 2002-12-16 21:32:16 +00:00
Makefile.in Export targets: PEM trusted, PEM all, PEM chain 2002-12-13 17:01:44 +00:00
mkxcapro.sh cosmetic distributional changes 2002-09-24 18:43:15 +00:00
NewKey.ui Keyexport fixed, signing-template and CRL date and time interval added 2002-09-29 19:34:51 +00:00
NewX509_UI.ui *** empty log message *** 2002-10-28 20:39:31 +00:00
NewX509.cpp std:: added 2002-12-16 21:32:16 +00:00
NewX509.h select Templates right 2002-10-26 14:01:08 +00:00
PassRead.ui Keyexport fixed, signing-template and CRL date and time interval added 2002-09-29 19:34:51 +00:00
PassWrite.ui Keyexport fixed, signing-template and CRL date and time interval added 2002-09-29 19:34:51 +00:00
README remembers Im/Export directorys 2002-10-17 17:13:20 +00:00
ReqDetail.ui std:: added 2002-12-16 21:32:16 +00:00
TrustState.ui Keyexport fixed, signing-template and CRL date and time interval added 2002-09-29 19:34:51 +00:00
xca_de.ts *** empty log message *** 2002-10-28 20:39:31 +00:00
xca_es.ts *** empty log message *** 2002-10-28 20:39:31 +00:00
xca.dsp no message 2002-12-16 22:11:31 +00:00
xca.dsw windows projektfiles... ? 2002-09-22 22:56:31 +00:00
xca.nsi *** empty log message *** 2002-09-30 21:06:52 +00:00
xca.opt windows projektfiles... ? 2002-09-22 22:56:31 +00:00
xca.pro *** empty log message *** 2002-12-16 20:45:24 +00:00

-------------------=[ XCA ]=---------------------


A graphical userinterface to OpenSSL.
handling keys, generating Certificate signing requests,
handling of client and root-certificates, 
as well as handling multiple CAs with signing , CRL
and certificate templates.



Requirements:
==============

for compilation, you need the following Libraries:

QT-2.2.4        from http://www.troll.no
BercleyDB-3.3   from http://www.sleepycat.com
OpenSSl-0.9.6   from http://www.openssl.org

GNU C++ compiler 2.95
GNU make



Installation:
=============

should be straight forward:
just type 'configure' to configure the package,
then type 'make' to compile
and as root: 'make install'
for installation

please contact me, if you could compile the program with other
than the recommended software packages, or on an other platform
than Linux, or if it failed :-)



Running/invoking:
=================

xca can be invoked with one argument (next to the usual X args) which is
the filename of the database created/used in ~/xca/ the default 
filename is xca.db

When running the software its usage should be straight forward.
Some functions can be reached via a context-menu by right-clicking
the cert/request/key.



----------------------------------------------------------
if there are any questions regarding this software,
dont hesitate to contact me:

christian@hohnstaedt.de


$Id$