X Certificate and Key management
Go to file
chris 1a1bc632f5 Segfaults removed
instead of rename.ui there is QInputDialog
setting of CA serial added
2002-09-21 12:25:53 +00:00
debian changelog collected in debian/changelog 2002-09-20 00:43:56 +00:00
img and finaly the images 2002-09-17 23:40:47 +00:00
lib many bugs removed 2002-09-21 02:23:13 +00:00
rpm xca.spec updated 2002-09-20 00:44:42 +00:00
AUTHORS Wizard enhanced, CAserial is stored with the cert as well as a default template 2002-09-20 00:43:22 +00:00
CertDetail.ui Version++ 2002-09-08 21:37:44 +00:00
config.h.in enable qt3 renaming if available 2002-08-01 18:01:43 +00:00
configure.ac many bugs removed 2002-09-21 02:23:13 +00:00
COPYRIGHT typo 2002-09-08 23:16:13 +00:00
ExportKey.cpp typo 2002-09-08 23:16:13 +00:00
ExportKey.h typo 2002-09-08 23:16:13 +00:00
ExportKey.ui autotranslation added 2002-07-24 13:23:02 +00:00
KeyDetail.ui Wizard enhanced, CAserial is stored with the cert as well as a default template 2002-09-20 00:43:22 +00:00
main.cpp Wizard enhanced, CAserial is stored with the cert as well as a default template 2002-09-20 00:43:22 +00:00
MainWindow.cpp Segfaults removed 2002-09-21 12:25:53 +00:00
MainWindow.h Segfaults removed 2002-09-21 12:25:53 +00:00
MainWindow.ui many bugs removed 2002-09-21 02:23:13 +00:00
MainWindowKeys.cpp Segfaults removed 2002-09-21 12:25:53 +00:00
MainWindowTemps.cpp Segfaults removed 2002-09-21 12:25:53 +00:00
MainWindowX509.cpp Segfaults removed 2002-09-21 12:25:53 +00:00
MainWindowX509Req.cpp Segfaults removed 2002-09-21 12:25:53 +00:00
Makefile.in Segfaults removed 2002-09-21 12:25:53 +00:00
mkxcapro.sh Wizard enhanced, CAserial is stored with the cert as well as a default template 2002-09-20 00:43:22 +00:00
NewKey.ui autotranslation added 2002-07-24 13:23:02 +00:00
NewX509.cpp Segfaults removed 2002-09-21 12:25:53 +00:00
NewX509.h many bugs removed 2002-09-21 02:23:13 +00:00
NewX509.ui many bugs removed 2002-09-21 02:23:13 +00:00
PassRead.ui Wizard enhanced 2002-09-13 16:48:50 +00:00
PassWrite.ui Wizard enhanced 2002-09-13 16:48:50 +00:00
README README updated 2002-09-17 23:49:11 +00:00
ReqDetail.ui more translations 2002-08-02 18:40:50 +00:00
TrustState.ui more translations 2002-08-02 18:40:50 +00:00
xca_de.ts Wizard enhanced, CAserial is stored with the cert as well as a default template 2002-09-20 00:43:22 +00:00
xca_es.ts Wizard enhanced, CAserial is stored with the cert as well as a default template 2002-09-20 00:43:22 +00:00
xca.pro Wizard enhanced, CAserial is stored with the cert as well as a default template 2002-09-20 00:43:22 +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.9.5
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$