xca/lib
Christian Hohnstaedt ea453d4336 Encapsulate all BIOs in the BioByteArray class
If we have a QByteArray (ba) and must provide it to
a BIO* expecting OpenSSL function, the following
construct provides it: BioByteArray(ba).ro()
directly providing the QByteArray buffer as BIO

It also supports mixed writes:
  BIO_write(bba, buf, size)
  bba += QByteArray
2020-04-06 22:07:57 +02:00
..
arguments.cpp Improve detection of commands enforcing no-gui 2020-03-18 05:26:16 +01:00
arguments.h Add flag to option list, declaring whether a database is required 2020-03-11 07:19:56 +01:00
asn1int.cpp Make hex the default input / output qstring of asn1integer 2018-03-11 10:02:14 +01:00
asn1int.h Make hex the default input / output qstring of asn1integer 2018-03-11 10:02:14 +01:00
asn1time.cpp Separate database from Mainwin for better cmdline support 2020-03-11 07:19:56 +01:00
asn1time.h Make all dates in columns fancy, still sorting correctly by age 2018-06-27 08:56:07 +02:00
base.h Support concurrent database access. 2019-03-25 06:47:25 +01:00
BioByteArray.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
BioByteArray.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
builtin_curves.cpp Replace malloc/free by new/delete 2020-03-18 05:26:16 +01:00
builtin_curves.h Add support for validating a keyjob 2020-03-18 05:26:16 +01:00
database_model.cpp remote database: Dont show error if the password was empty 2020-04-05 13:08:47 +02:00
database_model.h Support item import from the commandline 2020-03-13 12:13:27 +01:00
db_base.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
db_base.h Drop connNewX509() signal and slot 2020-03-13 12:13:27 +01:00
db_crl.cpp Drop superflous includes from header files 2020-03-13 12:13:27 +01:00
db_crl.h Drop superflous includes from header files 2020-03-13 12:13:27 +01:00
db_key.cpp Merge branch 'master' into develop 2020-03-23 06:53:06 +01:00
db_key.h Drop superflous includes from header files 2020-03-13 12:13:27 +01:00
db_temp.cpp Merge branch 'master' into develop 2020-04-02 07:35:18 +02:00
db_temp.h Drop superflous includes from header files 2020-03-13 12:13:27 +01:00
db_token.cpp Drop superflous includes from header files 2020-03-13 12:13:27 +01:00
db_token.h Merge branch 'master' into develop 2020-04-05 10:58:47 +02:00
db_x509.cpp Merge branch 'master' into develop 2020-04-02 07:35:18 +02:00
db_x509.h Drop superflous includes from header files 2020-03-13 12:13:27 +01:00
db_x509req.cpp Drop connNewX509() signal and slot 2020-03-13 12:13:27 +01:00
db_x509req.h Drop connNewX509() signal and slot 2020-03-13 12:13:27 +01:00
db_x509super.cpp Merge branch 'master' into develop 2020-04-02 07:35:18 +02:00
db_x509super.h Drop superflous includes from header files 2020-03-13 12:13:27 +01:00
db.cpp Drop functions from legacy database modul 2020-03-20 16:29:43 +01:00
db.h Drop functions from legacy database modul 2020-03-20 16:29:43 +01:00
dbhistory.cpp Accept missing "dbhistory" file 2020-04-05 10:59:00 +02:00
dbhistory.h Separate database from Mainwin for better cmdline support 2020-03-11 07:19:56 +01:00
entropy.cpp Merge branch 'master' into develop 2020-04-02 07:35:18 +02:00
entropy.h Separate database from Mainwin for better cmdline support 2020-03-11 07:19:56 +01:00
exception.h Improve password input handling 2020-03-11 07:19:56 +01:00
func.cpp Add console_write() to print also on CMD 2020-04-05 22:45:11 +02:00
func.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
headerlist.h Close #163: Show key type/size on column of Certificates tab 2020-02-12 22:42:36 +01: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 Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
main.h Consolidate headers, unguard delete operator 2020-03-11 07:19:56 +01:00
Makefile Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
oid.cpp Merge branch 'master' into develop 2020-04-02 07:35:18 +02:00
oid.h Close #72: Add checkbox for OCSP staple feature 2020-03-29 22:23:21 +02:00
opensc-pkcs11.h Support EC key generation on PKCS#11 token 2014-10-31 00:23:39 +01:00
openssl_compat.h Fix building against OpenSSL 0.9.8 2020-03-13 12:13:27 +01: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 constify slotid 2020-04-05 09:16:12 +02:00
pk11_attribute.h constify slotid 2020-04-05 09:16:12 +02:00
pkcs11_lib.cpp Merge branch 'master' into develop 2020-04-05 13:49:01 +02:00
pkcs11_lib.h Merge branch 'master' into develop 2020-04-05 10:58:47 +02:00
pkcs11.cpp Merge branch 'master' into develop 2020-04-05 10:58:47 +02:00
pkcs11.h Merge branch 'master' into develop 2020-04-05 10:58:47 +02:00
pki_base.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_base.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_crl.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_crl.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_evp.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_evp.h Merge branch 'master' into develop 2020-03-23 06:53:06 +01:00
pki_key.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_key.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_multi.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_multi.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_pkcs7.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_pkcs7.h Get rid of filename2bytearray and QString2filename 2020-04-05 09:16:12 +02:00
pki_pkcs12.cpp Let pki_pkcs12 and pki_pkcs7 inherit from pki_multi 2020-03-13 12:13:27 +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 Merge branch 'master' into develop 2020-04-05 10:58:47 +02:00
pki_scard.h Merge branch 'master' into develop 2020-04-05 10:58:47 +02:00
pki_temp.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_temp.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_x509.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_x509.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_x509req.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_x509req.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_x509super.cpp hashNum() is an unsigned integer 2020-03-19 20:40:36 +01:00
pki_x509super.h Improve printing of cmdline items 2020-03-13 12:13:27 +01:00
settings.cpp Merge branch 'master' into develop 2020-04-02 07:35:18 +02:00
settings.h Refactor native separators / and \ on windows. 2020-04-02 06:12:47 +02:00
sql.cpp Separate database from Mainwin for better cmdline support 2020-03-11 07:19:56 +01:00
sql.h Support concurrent database access. 2019-03-25 06:47:25 +01:00
version.cpp Improve development version calculation as 4th digit 2020-04-01 22:56:53 +02:00
x509name.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
x509name.h hashNum() is an unsigned integer 2020-03-19 20:40:36 +01:00
x509rev.cpp Cleanup: remove unused properties and declarations 2019-03-27 05:58:25 +01:00
x509rev.h Resolve gcc 9/10 new warnings. 2020-02-09 01:24:06 +01:00
x509v3ext.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
x509v3ext.h Extend --print and --text functionality 2020-03-13 12:13:27 +01:00
xfile.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00