summaryrefslogtreecommitdiff
path: root/security/xca/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-06-02Revbump for icuadam1-2/+2
2020-04-12Recursive revision bump after textproc/icu updateadam1-2/+2
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-2/+2
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-2/+2
2019-12-19Add missing dependency for lrelease.joerg1-1/+2
2019-10-27xca: Switch from qt4 to qt5kamil1-8/+8
Address a selection of warnings from pkglint. Fix perl usage. Drop options as they were qt4 specific.
2019-08-13xca: initial commitbrook1-0/+28
X - Certificate and Key management This application is intended for creating and managing X.509 certificates, certificate requests, RSA, DSA and EC private keys, Smartcards and CRLs. Everything that is needed for a CA is implemented. All CAs can sign sub-CAs recursively. These certificate chains are shown clearly. For an easy company-wide use there are customiseable templates that can be used for certificate or request generation. All cryptographic data is stored in a SQL database. SQLite, MySQL (MariaDB) and PostgreSQL databases are supported.