summaryrefslogtreecommitdiff
path: root/src/crypto-lib
Commit message (Expand)AuthorAgeFilesLines
* Try to deal with the non-standard OpenSSL3 setup in Coin VMsRobert Griebl2023-01-141-1/+1
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-123-5/+5
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-301-0/+2
* Fix QScopedPointer::take deprecation warningRobert Griebl2022-06-151-15/+17
* Use SPDX license identifiersDominik Holland2022-06-1510-300/+40
* Deal with OpenSSL3's changed defaults when parsing PKCS12 certificatesRobert Griebl2022-06-074-5/+40
* Fix Signature creation on macOS 12Robert Griebl2022-02-153-7/+9
* cmake: remove all comments from the pro2cmake tool conversionRobert Griebl2021-06-301-5/+0
* cmake: remove qmake build system (except in examples/)Robert Griebl2021-06-301-45/+0
* cmake: Nearly full cmake buildRobert Griebl2021-06-181-0/+50
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-0110-240/+130
* Qt6 port, part 2 .. compiling with cmakeRobert Griebl2020-11-281-0/+2
* Add a Windows crash handler for MSVC And MinGWRobert Griebl2020-02-111-0/+2
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-0510-10/+10
* Fix CI compilationRobert Griebl2019-07-251-0/+1
* Update copyright statementsRobert Griebl2018-12-1810-10/+20
* Add basic iOS support. Fix all "macOS" referencesRobert Griebl2018-08-245-8/+15
* Fix compiler warnings for all platforms.Robert Griebl2018-08-071-1/+1
* Clang code model fixesRobert Griebl2018-04-172-14/+14
* Add support for OpenSSL 1.1Robert Griebl2018-03-163-25/+38
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-0710-10/+10
* Better error output for failed certificate validations on WindowsRobert Griebl2017-09-201-2/+5
* Fix PKCS7 signature generation if the (binary) data contains a newlineRobert Griebl2017-06-221-1/+4
* Get rid of the OpenSSL headers build dependencyRobert Griebl2017-04-285-63/+64
* Use #include <QtModule/file> syntax in all headersv1.1_QtAS5.8Robert Griebl2017-03-152-2/+2
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-143-3/+3
* Replace C++03 throw(Exception) specifications with C++11 noexcept(false)Robert Griebl2017-03-144-8/+14
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-143-6/+6
* Fix memory leak when verifying openssl certificatesRobert Griebl2017-02-221-1/+1
* Default to Qt's configs for building tests and examplesRobert Griebl2017-02-111-0/+1
* Get rid of the ? character from WinCrypt error messagesRobert Griebl2017-02-091-1/+2
* Made the AM compile and work with MingW 5.3.0Robert Griebl2017-02-071-1/+1
* wincrypt: Open the certstore with PKCS12_NO_PERSIST_KEYDominik Holland2017-01-181-1/+1
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-1610-10/+10
* Fix Mac 10.10 buildRobert Griebl2016-12-061-1/+1
* Prevent building against openssl 1.1, due to source incompatibilityRobert Griebl2016-11-231-0/+7
* Replaced DigestFilter with built-in Qt functionalityRobert Griebl2016-11-117-845/+2
* Make the build warning freeRobert Griebl2016-10-1916-34/+36
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-177-16/+13
* Moved all symbols to a private namespaceRobert Griebl2016-09-2316-0/+62
* Fix for crashes on startup due to missing libcrypto.so.1 linkv1.0_QtASRobert Griebl2016-07-062-0/+11
* Another round of fixes for clazy warnings.Robert Griebl2016-06-214-0/+6
* Fixed license header to align with the final QtAS contract.Robert Griebl2016-06-0216-96/+256
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-1116-208/+224
* Updated copyright year to 2016Robert Griebl2016-03-1716-16/+16
* Call Cryptography::initialize() in all DigestFilter constructorsDominik Holland2016-03-101-0/+2
* Enable MSVC2015 buildsRobert Griebl2016-02-031-2/+2
* Fix OSX build error that only happens on some machinesRobert Griebl2016-01-251-2/+2
* Split base.pri into separate features that are loaded on demand.Robert Griebl2016-01-181-1/+2
* Fixed all relevant clazy warnings - especially QString related ones.Robert Griebl2016-01-146-7/+14