summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
AgeCommit message (Expand)AuthorFilesLines
2017-10-19gpg4libre fix tdf#113190 don't show expired/invalid keysThorsten Behrens1-1/+1
2017-08-15gpg4libre: Add seahorse to list of certificate managersSamuel Mehrbrodt1-1/+1
2017-07-18gpg4libre: Wrap PGPOwner in own namespaceSamuel Mehrbrodt2-6/+9
2017-07-17gpg4libre: Import public key payload if verification result != validKatarina Behrens1-5/+14
2017-07-17gpg4libre: unconditionally use binary IOThorsten Behrens1-0/+1
2017-07-17gpg4libre: search for _all_ local keys in getCertificate()Thorsten Behrens1-1/+1
2017-07-17gpg4libre: use full SHA1 hash for key identificationThorsten Behrens4-15/+20
2017-07-14tdf#108831 PGP signature shown as invalidSamuel Mehrbrodt1-6/+2
2017-07-14gpg4libre: Show whether pgp keys are trusted or notSamuel Mehrbrodt2-31/+43
2017-07-14gpg4libre: Don't use xmlStrlen on binary dataKatarina Behrens1-2/+3
2017-07-14tdf#109046 Show correct signature type for OpenPGPSamuel Mehrbrodt1-1/+4
2017-07-14tdf#108977 Show signature info for keys we don't have locallySamuel Mehrbrodt8-25/+71
2017-07-12Related tdf#108977 Fix crash when vieweing non-existing certificateSamuel Mehrbrodt1-1/+1
2017-07-04xmlsecurity: implement support for building against system-xmlsecMiklos Vajna1-0/+9
2017-07-04xmlsecurity nss: adopt the private key of the signing certificate explicitlyMiklos Vajna2-15/+26
2017-07-02xmlsecurity: avoid crash on empty security contextThorsten Behrens1-0/+2
2017-07-01tdf#108794 gpg4libre: Use key id to get the right keySamuel Mehrbrodt3-6/+13
2017-06-28gpg4libre: Don't call production code inside an assert()Samuel Mehrbrodt2-4/+10
2017-06-28tdf#108798 Make CanSignWithGPG work with PDF docsSamuel Mehrbrodt1-1/+1
2017-06-28tdf#108692 gpg4libre: List all gpg keysSamuel Mehrbrodt1-3/+10
2017-06-28tdf#108711 GPG key selection should only be possible for ODF >= 1.2 documentsSamuel Mehrbrodt3-2/+23
2017-06-27gpg4libre: import public key payload if initial validation failsThorsten Behrens1-4/+59
2017-06-27gpg4libre: save some space, extract binary key/sign dataThorsten Behrens2-1/+7
2017-06-27gpg4libre: Warn before removing document signaturesKatarina Behrens3-1/+18
2017-06-27gpg4libre: Show certificate kind OpenPGP vs. X509 as 1 table columnKatarina Behrens2-4/+19
2017-06-26gpg4libre: base64-encode and decode SignatureValueThorsten Behrens1-4/+17
2017-06-26gpp4libre: error handling, proper key extractionThorsten Behrens1-2/+10
2017-06-22gpg4libre: cleanup some issuesThorsten Behrens4-26/+5
2017-06-21gpg4libre: backport OpenPGP signing from masterThorsten Behrens28-314/+698
2017-06-07gpg4libre: add 'Start certificate manager' buttonKatarina Behrens1-1/+46
2017-05-21make string translation loading more uniformCaolán McNamara3-17/+17
2017-05-19tdf#107782 xmlsecurity PDF verify: handle empty X509 certificateMiklos Vajna1-1/+2
2017-05-18gpg4libre: fix windows buildThorsten Behrens8-22/+22
2017-05-18gpg4libre: initial GPG signature generationThorsten Behrens17-275/+522
2017-05-17xmlsecurity: use xmlsec API instead of patching out cert verificationMiklos Vajna2-0/+6
2017-05-12remove unused uno::Reference varsNoel Grandin2-2/+0
2017-05-11gpg4libre: we really only want private keys listedThorsten Behrens1-11/+4
2017-05-11Clean up uses of SAL_U/SAL_W: xmlsecurityStephan Bergmann2-15/+15
2017-05-10xmlsecurity: slightly more modern c++Thorsten Behrens1-39/+24
2017-05-10xmlsecurity/source/framework: un-screw-up indentThorsten Behrens2-83/+83
2017-05-08loplugin:checkunusedparams in xmlsecurityNoel Grandin3-4/+4
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin3-6/+3
2017-05-07revert OSL_ASSERT changesChris Sherlock10-16/+16
2017-05-07tdf#43157: convert xmlsecurity module away from OSL_ASSERT to assertChris Sherlock10-16/+16
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin2-9/+3
2017-04-26remove xmlsecurity bitmaps from .src filesCaolán McNamara3-10/+2
2017-04-21xmlsecurity: remove no longer needed ImplXMLSignatureListenerMiklos Vajna8-164/+22
2017-04-18Don't crash without GPGTor Lillqvist1-0/+3
2017-04-18loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-11/+10