xca/lib
2023-10-16 22:42:36 +02:00
..
arguments.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
arguments.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
asn1int.cpp Close #405: member functions of a1int class have memory leaks. 2023-10-13 23:38:23 +02:00
asn1int.h Close #405: member functions of a1int class have memory leaks. 2023-10-13 23:38:23 +02:00
asn1time.cpp Add tests for entropy and asn1time 2023-10-15 21:15:28 +02:00
asn1time.h Add tests for entropy and asn1time 2023-10-15 21:15:28 +02:00
base.h Make sure QT_MESSAGELOGCONTEXT is always set. 2023-09-19 23:35:27 +02:00
BioByteArray.cpp Add some moduletests 2023-10-12 23:58:00 +02:00
BioByteArray.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
builtin_curves.cpp Replace check_oom() by Q_CHECK_PTR() 2021-06-01 17:48:37 +02:00
builtin_curves.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
CMakeLists.txt Extract cmdline handling from main.cpp 2023-10-16 22:42:36 +02:00
cmdline.cpp Extract cmdline handling from main.cpp 2023-10-16 22:42:36 +02:00
database_model.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
database_model.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
database_schema.cpp Close #437: loading CRL at startup generates an error 2023-09-21 21:42:54 +02:00
db_base.cpp Disable Public key import when displaying key of cert 2023-10-08 22:19:18 +02:00
db_base.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
db_crl.cpp Close #423: parameter --name is not respected when running with CLI 2023-09-24 00:34:46 +02:00
db_crl.h Close #423: parameter --name is not respected when running with CLI 2023-09-24 00:34:46 +02: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 Close #384: Quick view of certificates without trying to open XCA 2023-10-05 23:12:40 +02:00
db_temp.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
db_token.cpp XcaWarning: Split into Core and GUI element 2021-06-01 17:48:37 +02:00
db_token.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
db_x509.cpp Disable Public key import when displaying key of cert 2023-10-08 22:19:18 +02:00
db_x509.h Drop global pointer to mainwin by fixing its last user db_x509 2023-09-30 11:24:18 +02:00
db_x509req.cpp Improve windows compatibility 2022-08-31 00:01:06 +02: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 Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
dbhistory.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
debug_info.cpp Extract cmdline handling from main.cpp 2023-10-16 22:42:36 +02:00
debug_info.h Extract debug_info class from main.cpp 2023-10-16 22:42:36 +02:00
dhgen.cpp OpenSSL: Avoid all FILE pointer operations, use QFile 2021-11-13 23:53:11 +01:00
dhgen.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
digest.cpp Improve hash selection, especially for ED25519 keys 2023-09-30 11:24:18 +02:00
digest.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
entropy.cpp Add tests for entropy and asn1time 2023-10-15 21:15:28 +02:00
entropy.h Add tests for entropy and asn1time 2023-10-15 21:15:28 +02:00
exception.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
func_base.cpp Split basic functions 2023-10-12 23:58:00 +02:00
func_base.h Split basic functions 2023-10-12 23:58:00 +02:00
func.cpp Revert "Warning: 'kIOMasterPortDefault' is deprecated" 2023-10-15 21:15:28 +02:00
func.h Split basic functions 2023-10-12 23:58:00 +02:00
headerlist.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
ipvalidator.h Prepare for Qt6: QRegExp -> QRegularExpression 2022-08-31 00:01:06 +02:00
load_obj.cpp Q_OS_MAC is deprecated 2023-09-19 23:39:03 +02:00
load_obj.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
main.cpp Extract cmdline handling from main.cpp 2023-10-16 22:42:36 +02:00
main.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
oid.cpp Prepare for Qt6: QRegExp -> QRegularExpression 2022-08-31 00:01:06 +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 Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pass_info.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
Passwd.cpp Several fixes of previous commit 2020-03-11 07:19:56 +01:00
Passwd.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pk11_attribute.cpp Replace check_oom() by Q_CHECK_PTR() 2021-06-01 17:48:37 +02:00
pk11_attribute.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pkcs11_lib.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pkcs11_lib.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pkcs11.cpp Enable Warnings and fix them 2023-09-30 11:24:18 +02:00
pkcs11.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_base.cpp Disable Public key import when displaying key of cert 2023-10-08 22:19:18 +02:00
pki_base.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_crl.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_crl.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_evp.cpp Improve EVP_PKEY_check() 2023-09-20 23:03:57 +02:00
pki_evp.h Simplify key checking algorithm 2023-05-16 09:49:46 +02:00
pki_export.cpp Close #465 Export PEM + Key in one File 2023-09-30 11:24:18 +02:00
pki_export.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_key.cpp Improve hash selection, especially for ED25519 keys 2023-09-30 11:24:18 +02:00
pki_key.h Catch invalid-key description error 2023-10-09 22:31:29 +02:00
pki_lookup.h Really erase element after deleting 2023-09-19 16:42:25 +02:00
pki_multi.cpp More #442: Fix more leaks 2023-10-06 11:56:29 +02:00
pki_multi.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_pkcs7.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_pkcs7.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_pkcs12.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_pkcs12.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_scard.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_scard.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_temp.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_temp.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_x509.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_x509.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_x509req.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_x509req.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pki_x509super.cpp OpenSSL: Avoid all FILE pointer operations, use QFile 2021-11-13 23:53:11 +01:00
pki_x509super.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
PwDialogCore.cpp Close #459: pass private key password 2023-09-30 11:24:18 +02:00
PwDialogCore.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
settings.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
settings.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
sql.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
sql.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
test_asn1int.cpp Close #405: member functions of a1int class have memory leaks. 2023-10-13 23:38:23 +02:00
test_asn1time.cpp Add tests for entropy and asn1time 2023-10-15 21:15:28 +02:00
test_biobytearray.cpp Split basic functions 2023-10-12 23:58:00 +02:00
test_entropy.cpp Add tests for entropy and asn1time 2023-10-15 21:15:28 +02:00
test_x509name.cpp x509name: add module test and fix memory issues 2023-10-15 21:15:28 +02:00
version.cpp Switch from autotools/qmake to cmake 2021-06-01 17:48:37 +02:00
x509name.cpp x509name: add module test and fix memory issues 2023-10-15 21:15:28 +02:00
x509name.h x509name: add module test and fix memory issues 2023-10-15 21:15:28 +02:00
x509rev.cpp Add tests for entropy and asn1time 2023-10-15 21:15:28 +02:00
x509rev.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
x509v3ext.cpp Close #402: Subject Alternative Name not filled by all CN 2023-10-13 00:57:13 +02:00
x509v3ext.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
xcadoc.cpp Drop references to iostream 2023-09-23 12:27:00 +02:00
XcaProgress.cpp XcaProgress: separate Cmdline progress from GUI progress 2021-06-01 17:48:37 +02:00
XcaProgress.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
XcaWarningCore.cpp Move XcaDialog call from x509_super to XcaWarning 2021-11-13 14:49:02 +01:00
XcaWarningCore.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
xfile.h Improve windows compatibility 2022-08-31 00:01:06 +02:00