summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke3-3/+0
2017-06-16loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin1-6/+2
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke1-11/+3
2017-06-12sw, xmlsecurity: indentation fixesMiklos Vajna1-4/+8
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin2-3/+3
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-16/+15
2017-06-07gpg4libre: add 'Start certificate manager' buttonKatarina Behrens3-48/+78
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin2-2/+2
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin1-1/+1
2017-05-31xmlsecurity: try to appease --as-needed default ldMichael Stahl1-2/+5
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-1/+1
2017-05-26create SAL_RETURNS_NONNULL annotationNoel Grandin1-36/+31
2017-05-19loplugin:stringcopy: xmlsecurityStephan Bergmann1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara4-18/+21
2017-05-19xmlsecurity: remove unused parameter in XSecParser ctorMiklos Vajna3-7/+3