summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/qa
Commit message (Expand)AuthorAgeFilesLines
* Map from GetLastError() to HRESULTStephan Bergmann2017-09-211-1/+1
* xmlsecurity: be consistent inside #ifdef _WIN32Miklos Vajna2017-09-191-2/+2
* PDF signing: don't fail unittest on invalid certificatesMike Kaganski2017-09-191-8/+40
* xmlsecurity: no need to have pdfio/pdfdocument.hxx as a global headerMiklos Vajna2017-09-061-1/+1
* Consistently use OUString in test::DirectoriesStephan Bergmann2017-08-242-2/+2
* loplugin:oncevar variousNoel Grandin2017-06-292-4/+2
* gpg4libre: Fixup unit tests, now that SecurityContext is neededKatarina Behrens2017-06-211-4/+8
* sw, xmlsecurity: indentation fixesMiklos Vajna2017-06-121-4/+8
* use comphelper::InitPropertySequence in more placesNoel Grandin2017-06-091-16/+15
* tdf#107782 xmlsecurity PDF verify: handle empty X509 certificateMiklos Vajna2017-05-182-0/+20
* vcl PDF import: don't assume larger offset -> newer trailerMiklos Vajna2017-04-142-0/+103
* Improved loplugin:redundantcast, static_cast on arithmetic types: xmlsecurityStephan Bergmann2017-04-061-1/+1
* use actual UNO enums in vcl..xmlsecurityNoel Grandin2017-04-031-1/+1
* vcl: move in PDF tokenizer from xmlsecurityMiklos Vajna2017-03-221-9/+9
* xmlsecurity: separate signature verification from PDF tokenizerMiklos Vajna2017-03-211-2/+2
* xmlsecurity: avoid using the SerialNumberAdapter wrapperMiklos Vajna2017-03-021-1/+0
* new loplugin unoanyNoel Grandin2017-02-281-2/+2
* vcl: add initial CppunitTest_vcl_pdfexportMiklos Vajna2017-02-241-1/+1
* New loplugin:conststringvar: xmlsecurityStephan Bergmann2017-01-102-2/+2
* Revert "[API CHANGE] createSecurityContext() was always called with an empty ...Tor Lillqvist2016-12-222-6/+6
* [API CHANGE] createSecurityContext() was always called with an empty stringTor Lillqvist2016-12-212-6/+6
* Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann2016-12-171-6/+6
* loplugin:unnecessaryoverrideStephan Bergmann2016-12-061-5/+0
* xmlsecurity mscrypto PDF verify: implement support for non-detached signaturesMiklos Vajna2016-12-021-2/+0
* xmlsecurity PDF verify: don't hide signatures where digest match is uncertainMiklos Vajna2016-12-021-2/+19
* xmlsecurity PDF verify: avoid seeking before the start of the streamMiklos Vajna2016-12-012-0/+2
* xmlsecurity PDF verify: handle no EOL at EOFMiklos Vajna2016-12-012-0/+2
* xmlsecurity PDF verify: fix reading names containing ']'Miklos Vajna2016-12-012-0/+2243
* xmlsecurity PDF verify: don't abort read on partial signMiklos Vajna2016-12-012-0/+11
* xmlsecurity PDF verify: handle boolean type as dictionary valueMiklos Vajna2016-12-012-0/+2
* xmlsecurity PDF verify: CR is also a terminator of a commentMiklos Vajna2016-12-012-0/+4482
* xmlsecurity PDF verify: tolerate missing %%EOF in incremental updatesMiklos Vajna2016-12-012-0/+20
* xmlsecurity PDF verify: support non-detached signaturesMiklos Vajna2016-12-012-0/+23
* xmlsecurity PDF verify: look for the signingCertificateV2 attributeMiklos Vajna2016-11-301-0/+21
* CppunitTest_xmlsecurity_pdfsigning: add first PAdES testMiklos Vajna2016-11-302-0/+8
* CppunitTest_xmlsecurity_signing: add 2 more ODF / XAdES testsMiklos Vajna2016-11-303-0/+33
* CppunitTest_xmlsecurity_pdfsigning: add PAdES testcaseMiklos Vajna2016-11-251-8/+20
* CppunitTest_xmlsecurity_signing: add XAdES testcaseMiklos Vajna2016-11-251-1/+57
* CppunitTest_xmlsecurity_signing: don't assume we always have a signing certMiklos Vajna2016-11-243-45/+18
* The PDF tests require HAVE_FEATURE_PDFIMPORTTor Lillqvist2016-11-181-0/+10
* xmlsecurity PDF sign: handle AdES when writing SubFilterMiklos Vajna2016-11-171-1/+1
* Fix typosSamuel Mehrbrodt2016-11-151-1/+1
* 'make screenshot' use-after-free fixesStephan Bergmann2016-11-101-2/+2
* xmlsecurity PDF sign: support non-compressed AcroForm objectsMiklos Vajna2016-11-101-1/+8
* More work in progress on XAdES compliant ODF signingTor Lillqvist2016-11-101-1/+1
* xmlsecurity PDF sign: use a predictor when compressing the xref streamMiklos Vajna2016-11-101-0/+16
* loplugin:unnecessaryoverride and loplugin:overrideTor Lillqvist2016-11-091-8/+1
* xmlsecurity: move the sec context from the format helpers to the sign managerMiklos Vajna2016-11-081-13/+13
* Work in progress on supporting XAdES-compliant signatures for ODFTor Lillqvist2016-11-081-3/+3
* xmlsecurity PDF NSS verify: handle SHA1_WITH_RSAMiklos Vajna2016-11-042-0/+12