| .. |
|
arguments.cpp
|
Fix new/delete mismatch
|
2022-02-09 05:37:04 +03:00 |
|
arguments.h
|
Switch from autotools/qmake to cmake
|
2021-06-01 17:48:37 +02:00 |
|
asn1int.cpp
|
Replace check_oom() by Q_CHECK_PTR()
|
2021-06-01 17:48:37 +02:00 |
|
asn1int.h
|
Make hex the default input / output qstring of asn1integer
|
2018-03-11 10:02:14 +01:00 |
|
asn1time.cpp
|
Don't store the current locale ourselves. QLocale() does the job
|
2021-06-01 17:48:37 +02:00 |
|
asn1time.h
|
Make all dates in columns fancy, still sorting correctly by age
|
2018-06-27 08:56:07 +02:00 |
|
base.h
|
OpenSSL: Avoid all FILE pointer operations, use QFile
|
2021-11-13 23:53:11 +01:00 |
|
BioByteArray.cpp
|
Minor fixes
|
2020-06-26 14:21:32 +02:00 |
|
BioByteArray.h
|
Minor fixes
|
2020-06-26 14:21:32 +02:00 |
|
builtin_curves.cpp
|
Replace check_oom() by Q_CHECK_PTR()
|
2021-06-01 17:48:37 +02:00 |
|
builtin_curves.h
|
Add support for validating a keyjob
|
2020-03-18 05:26:16 +01:00 |
|
CMakeLists.txt
|
cmake: fixup undefined variables
|
2022-01-03 20:03:31 +01:00 |
|
database_model.cpp
|
Move database_schema.cpp from widgets to lib
|
2021-06-01 17:48:37 +02:00 |
|
database_model.h
|
Close #67: possibility to ignore password prompt from CLI
|
2021-05-11 12:07:40 +02:00 |
|
database_schema.cpp
|
Move database_schema.cpp from widgets to lib
|
2021-06-01 17:48:37 +02:00 |
|
db_base.cpp
|
Close: #366 Not Responding after upgrade
|
2022-08-03 07:36:33 +02:00 |
|
db_base.h
|
Refactor item export: separate GUI and database
|
2021-11-13 14:49:02 +01:00 |
|
db_crl.cpp
|
Refactor item export: separate GUI and database
|
2021-11-13 14:49:02 +01:00 |
|
db_crl.h
|
Refactor item export: separate GUI and database
|
2021-11-13 14:49:02 +01:00 |
|
db_key.cpp
|
Refactor item export: separate GUI and database
|
2021-11-13 14:49:02 +01:00 |
|
db_key.h
|
Refactor item export: separate GUI and database
|
2021-11-13 14:49:02 +01:00 |
|
db_temp.cpp
|
Refactor item export: separate GUI and database
|
2021-11-13 14:49:02 +01:00 |
|
db_temp.h
|
Refactor item export: separate GUI and database
|
2021-11-13 14:49:02 +01:00 |
|
db_token.cpp
|
XcaWarning: Split into Core and GUI element
|
2021-06-01 17:48:37 +02:00 |
|
db_token.h
|
Revamp database management
|
2020-05-08 07:47:15 +02:00 |
|
db_x509.cpp
|
Convert to native separators in calendar items
|
2021-11-13 14:49:02 +01:00 |
|
db_x509.h
|
Refactor item export: separate GUI and database
|
2021-11-13 14:49:02 +01:00 |
|
db_x509req.cpp
|
Refactor item export: separate GUI and database
|
2021-11-13 14:49:02 +01:00 |
|
db_x509req.h
|
Refactor item export: separate GUI and database
|
2021-11-13 14:49:02 +01:00 |
|
db_x509super.cpp
|
Move XcaDialog call from x509_super to XcaWarning
|
2021-11-13 14:49:02 +01:00 |
|
db_x509super.h
|
Refactor item export: separate GUI and database
|
2021-11-13 14:49:02 +01:00 |
|
dbhistory.cpp
|
Visual Code adaptions
|
2021-06-01 17:48:37 +02:00 |
|
dbhistory.h
|
make dbhistory independent of GUI widget OpenDb
|
2021-06-01 17:48:37 +02:00 |
|
dhgen.cpp
|
OpenSSL: Avoid all FILE pointer operations, use QFile
|
2021-11-13 23:53:11 +01:00 |
|
dhgen.h
|
Diffie-Hellmann: use XcaProgress dialog
|
2021-06-01 17:48:37 +02:00 |
|
digest.cpp
|
Close #321 - extend commit d289f83a6d
|
2022-08-31 00:01:06 +02:00 |
|
digest.h
|
Enable usage of hashAlgo digest selected by user for CRL sign
|
2022-02-15 19:24:47 +03:00 |
|
entropy.cpp
|
Drop OpenSSL backward compatibility hacks < 1.1.0
|
2021-05-09 12:25:32 +02:00 |
|
entropy.h
|
Fix warnings
|
2020-10-14 19:48:17 +02:00 |
|
exception.h
|
Replace check_oom() by Q_CHECK_PTR()
|
2021-06-01 17:48:37 +02:00 |
|
func.cpp
|
Drop debugging output
|
2021-11-20 02:12:02 +01:00 |
|
func.h
|
Move file loading GUI element out of non-gui container class (db_*)
|
2021-10-30 11:51:35 +02:00 |
|
headerlist.h
|
Drop backward-compatibility for old(<2.0.0) XCA databases
|
2021-05-10 20:41:12 +02:00 |
|
ipvalidator.h
|
Move includes required for FreeBSD
|
2020-02-12 22:43:33 +01:00 |
|
load_obj.cpp
|
Merge branch 'master' into develop
|
2020-03-23 06:53:06 +01:00 |
|
load_obj.h
|
Update Copyright Years to 2020
|
2020-01-13 07:26:46 +01:00 |
|
main.cpp
|
Fixup for #67: Password input dialog
|
2022-08-31 00:01:06 +02:00 |
|
main.h
|
Eliminate the use of "mainwin" in lib/db_*
|
2020-05-08 11:59:09 +02:00 |
|
oid.cpp
|
XcaWarning: Split into Core and GUI element
|
2021-06-01 17:48:37 +02:00 |
|
oid.h
|
Drop OpenSSL backward comatibility for NID_tlsfeature
|
2021-06-01 17:48:37 +02:00 |
|
opensc-pkcs11.h
|
Support importing ED25519 keys and signing with them, using PKCS#11 tokens
|
2022-07-28 22:54:32 +02:00 |
|
openssl_compat.h
|
Drop OpenSSL backward compatibility hacks < 1.1.0
|
2021-05-09 12:25:32 +02:00 |
|
pass_info.cpp
|
Refactor Image and icon ressources
|
2020-03-11 07:19:56 +01:00 |
|
pass_info.h
|
Refactor Image and icon ressources
|
2020-03-11 07:19:56 +01:00 |
|
Passwd.cpp
|
Several fixes of previous commit
|
2020-03-11 07:19:56 +01:00 |
|
Passwd.h
|
Separate database from Mainwin for better cmdline support
|
2020-03-11 07:19:56 +01:00 |
|
pk11_attribute.cpp
|
Replace check_oom() by Q_CHECK_PTR()
|
2021-06-01 17:48:37 +02:00 |
|
pk11_attribute.h
|
Replace check_oom() by Q_CHECK_PTR()
|
2021-06-01 17:48:37 +02:00 |
|
pkcs11_lib.cpp
|
Replace check_oom() by Q_CHECK_PTR()
|
2021-06-01 17:48:37 +02:00 |
|
pkcs11_lib.h
|
QObject: Add Q_OBJECT macro where necessary
|
2021-06-01 17:48:37 +02:00 |
|
pkcs11.cpp
|
Fix OpenSSL 3 compatibility in ED25519 smartcard code
|
2022-08-06 22:36:33 +02:00 |
|
pkcs11.h
|
Get rid of libltdl. QLibrary provides the same functionality
|
2021-06-01 17:48:37 +02:00 |
|
pki_base.cpp
|
Close: #366 Not Responding after upgrade
|
2022-08-03 07:36:33 +02:00 |
|
pki_base.h
|
Close: #366 Not Responding after upgrade
|
2022-08-03 07:36:33 +02:00 |
|
pki_crl.cpp
|
OpenSSL: Avoid all FILE pointer operations, use QFile
|
2021-11-13 23:53:11 +01:00 |
|
pki_crl.h
|
Enable usage of hashAlgo digest selected by user for CRL sign
|
2022-02-15 19:24:47 +03:00 |
|
pki_evp.cpp
|
Close #327: "Dump database" dumps everything to everywhere
|
2022-07-31 13:02:29 +02:00 |
|
pki_evp.h
|
Set Key export format separately via context menu
|
2021-10-24 14:41:25 +02:00 |
|
pki_export.cpp
|
Refactor item export: separate GUI and database
|
2021-11-13 14:49:02 +01:00 |
|
pki_export.h
|
Refactor item export: separate GUI and database
|
2021-11-13 14:49:02 +01:00 |
|
pki_key.cpp
|
OpenSSL: Avoid all FILE pointer operations, use QFile
|
2021-11-13 23:53:11 +01:00 |
|
pki_key.h
|
OpenSSL: Avoid all FILE pointer operations, use QFile
|
2021-11-13 23:53:11 +01:00 |
|
pki_lookup.h
|
XcaWarning: Split into Core and GUI element
|
2021-06-01 17:48:37 +02:00 |
|
pki_multi.cpp
|
Visual Code adaptions
|
2021-06-01 17:48:37 +02:00 |
|
pki_multi.h
|
Encapsulate all BIOs in the BioByteArray class
|
2020-04-06 22:07:57 +02:00 |
|
pki_pkcs7.cpp
|
OpenSSL: Avoid all FILE pointer operations, use QFile
|
2021-11-13 23:53:11 +01:00 |
|
pki_pkcs7.h
|
pkcs7: Fix endless loop when loading PKCS#7 via PEM import
|
2021-10-30 11:51:35 +02:00 |
|
pki_pkcs12.cpp
|
OpenSSL: Avoid all FILE pointer operations, use QFile
|
2021-11-13 23:53:11 +01:00 |
|
pki_pkcs12.h
|
Let pki_pkcs12 and pki_pkcs7 inherit from pki_multi
|
2020-03-13 12:13:27 +01:00 |
|
pki_scard.cpp
|
Fix OpenSSL 3 compatibility in ED25519 smartcard code
|
2022-08-06 22:36:33 +02:00 |
|
pki_scard.h
|
Drop backward-compatibility for old(<2.0.0) XCA databases
|
2021-05-10 20:41:12 +02:00 |
|
pki_temp.cpp
|
OpenSSL: Avoid all FILE pointer operations, use QFile
|
2021-11-13 23:53:11 +01:00 |
|
pki_temp.h
|
Set Key export format separately via context menu
|
2021-10-24 14:41:25 +02:00 |
|
pki_x509.cpp
|
OpenSSL: Avoid all FILE pointer operations, use QFile
|
2021-11-13 23:53:11 +01:00 |
|
pki_x509.h
|
Set Key export format separately via context menu
|
2021-10-24 14:41:25 +02:00 |
|
pki_x509req.cpp
|
OpenSSL: Avoid all FILE pointer operations, use QFile
|
2021-11-13 23:53:11 +01:00 |
|
pki_x509req.h
|
Set Key export format separately via context menu
|
2021-10-24 14:41:25 +02:00 |
|
pki_x509super.cpp
|
OpenSSL: Avoid all FILE pointer operations, use QFile
|
2021-11-13 23:53:11 +01:00 |
|
pki_x509super.h
|
OpenSSL: Avoid all FILE pointer operations, use QFile
|
2021-11-13 23:53:11 +01:00 |
|
PwDialogCore.cpp
|
Fixup for #67: Password input dialog
|
2022-08-31 00:01:06 +02:00 |
|
PwDialogCore.h
|
cmake: Split CMakeLists.txt into the different sub directories
|
2021-06-01 17:48:37 +02:00 |
|
settings.cpp
|
Call getHomeDir() later, after global constructors
|
2021-11-17 21:50:44 +01:00 |
|
settings.h
|
Refactor native separators / and \ on windows.
|
2020-04-02 06:12:47 +02:00 |
|
sql.cpp
|
XcaWarning: Split into Core and GUI element
|
2021-06-01 17:48:37 +02:00 |
|
sql.h
|
Support concurrent database access.
|
2019-03-25 06:47:25 +01:00 |
|
version.cpp
|
Switch from autotools/qmake to cmake
|
2021-06-01 17:48:37 +02:00 |
|
x509name.cpp
|
Minor fixes
|
2020-06-26 14:21:32 +02:00 |
|
x509name.h
|
hashNum() is an unsigned integer
|
2020-03-19 20:40:36 +01:00 |
|
x509rev.cpp
|
Replace check_oom() by Q_CHECK_PTR()
|
2021-06-01 17:48:37 +02:00 |
|
x509rev.h
|
Drop backward-compatibility for old(<2.0.0) XCA databases
|
2021-05-10 20:41:12 +02:00 |
|
x509v3ext.cpp
|
Move XcaDialog call from x509_super to XcaWarning
|
2021-11-13 14:49:02 +01:00 |
|
x509v3ext.h
|
Move XcaDialog call from x509_super to XcaWarning
|
2021-11-13 14:49:02 +01:00 |
|
XcaProgress.cpp
|
XcaProgress: separate Cmdline progress from GUI progress
|
2021-06-01 17:48:37 +02:00 |
|
XcaProgress.h
|
XcaProgress: separate Cmdline progress from GUI progress
|
2021-06-01 17:48:37 +02:00 |
|
XcaWarningCore.cpp
|
Move XcaDialog call from x509_super to XcaWarning
|
2021-11-13 14:49:02 +01:00 |
|
XcaWarningCore.h
|
Move XcaDialog call from x509_super to XcaWarning
|
2021-11-13 14:49:02 +01:00 |
|
xfile.h
|
OpenSSL: Avoid all FILE pointer operations, use QFile
|
2021-11-13 23:53:11 +01:00 |