summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-03loplugin:oncevar (clang-cl): xmlsecurityStephan Bergmann2-5/+6
2017-07-02xmlsecurity: avoid crash on empty security contextThorsten Behrens1-0/+2
2017-06-30loplugin:staticmethodsStephan Bergmann1-0/+2
2017-06-29loplugin:oncevar variousNoel Grandin7-29/+15
2017-06-28Fix typosAndrea Gelmini1-1/+1
2017-06-28gpg4libre: Don't call production code inside an assert()Samuel Mehrbrodt2-4/+10
2017-06-28tdf#108794 gpg4libre: Use key id to get the right keySamuel Mehrbrodt3-6/+13
2017-06-28tdf#108798 Make CanSignWithGPG work with PDF docsSamuel Mehrbrodt1-1/+1
2017-06-27gpg4libre: Show message when no cert manager foundSamuel Mehrbrodt3-1/+10
2017-06-27gpg4libre: Add seahorse to list of certificate managersSamuel Mehrbrodt1-1/+1
2017-06-27tdf#108711 GPG key selection should only be possible for ODF >= 1.2 documentsSamuel Mehrbrodt4-2/+26
2017-06-27gpg4libre: Show error message when signing failsSamuel Mehrbrodt3-0/+9
2017-06-26Remove nonsense TODOSamuel Mehrbrodt1-1/+1
2017-06-26Cleanup commentSamuel Mehrbrodt1-8/+3
2017-06-25gpg4libre: import public key payload if initial validation failsThorsten Behrens1-4/+59
2017-06-25gpg4libre: save some space, extract binary key/sign dataThorsten Behrens2-0/+3
2017-06-25gpg4libre: base64-encode and decode SignatureValueThorsten Behrens1-4/+17
2017-06-24gpp4libre: error handling, proper key extractionThorsten Behrens1-2/+10
2017-06-23XMLSignature_GpgImpl: Use cppu::supportsServiceSamuel Mehrbrodt1-7/+2
2017-06-23XMLSignature_GpgImpl: Clean up namespacesSamuel Mehrbrodt1-14/+6
2017-06-23Gpg key listing: Use range based for loopSamuel Mehrbrodt1-4/+4
2017-06-23tdf#108692 gpg4libre: List all gpg keysSamuel Mehrbrodt1-3/+10
2017-06-23gpg4libre: Handle error when retrieving public keySamuel Mehrbrodt1-1/+4
2017-06-23gpg4libre: Warn before removing document signaturesKatarina Behrens3-1/+18
2017-06-23gpg4libre: Show certificate kind OpenPGP vs. X509 as 1 table columnKatarina Behrens4-4/+32
2017-06-22xmlsecurity: implement support for building against system-xmlsecMiklos Vajna3-1/+18
2017-06-22related: gpg4libre: Init xmlsec in one place before creating the servicesThorsten Behrens1-21/+2
2017-06-22xmlsecurity: remove newly introduced redundant namespace alias, used only onceMiklos Vajna1-2/+1
2017-06-22xmlsecurity: fix loplugin:passstuffbyref warningsMiklos Vajna4-4/+4
2017-06-22xmlsecurity: fix loplugin:unusedvariablecheck warningMiklos Vajna1-1/+0
2017-06-21gpg4libre: fix build for windows and macThorsten Behrens2-3/+13
2017-06-21gpg4libre: actually take key from user selectionThorsten Behrens1-1/+21
2017-06-21gpg4libre: make signature impl swappable in-situ during validationThorsten Behrens7-8/+35
2017-06-21gpg4libre: some code improvements, add metadata for OpenPGP keysThorsten Behrens12-77/+103
2017-06-21gpg4libre: Make viewing signatures work for gpg signaturesSamuel Mehrbrodt2-44/+51
2017-06-21gpg4libre: Fixup unit tests, now that SecurityContext is neededKatarina Behrens1-4/+8
2017-06-21gpg4libre: write PGPData info, get more metadata out for gpg keyThorsten Behrens11-68/+219
2017-06-21gpg4libre: Init xmlsec in one place before creating the gpg/x509 servicesSamuel Mehrbrodt6-50/+77
2017-06-21gpg4libre: List both (x509 and gpg) existing signaturesSamuel Mehrbrodt1-3/+8
2017-06-21gpg4libre: [API-CHANGE] add certificate kind (X509 vs. OpenPGP)Katarina Behrens6-0/+22
2017-06-21gpg4libre: now use the gpg security envThorsten Behrens1-3/+0
2017-06-21gpg4libre: fix build, explicit ctor callThorsten Behrens1-2/+2
2017-06-21gpg4libre: Having this dllpublic should be fine now since it's in inc/Samuel Mehrbrodt1-1/+0
2017-06-21gpg4libre: Make signature dialog work with two signing servicesSamuel Mehrbrodt13-32/+90
2017-06-21gpg4libre: initial GPG signature validationThorsten Behrens4-47/+153
2017-06-21gpg4libre: fix gpg signature generationThorsten Behrens1-3/+15
2017-06-21gpg4libre: share static xmlsec lib between nss and gpgThorsten Behrens15-123/+75
2017-06-21xmlsecurity nss: adopt the private key of the signing certificate explicitlyMiklos Vajna3-15/+29
2017-06-19xmlsecurity: make static var localJochen Nitschke1-4/+3