summaryrefslogtreecommitdiff
path: root/oox/source/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-01-04ofz#4929 ensure min input len for openssl ciphersCaolán McNamara1-0/+10
2017-11-30ofz: handle bad key len and subsequent PK11_ImportSymKey failureCaolán McNamara2-3/+11
2017-11-29ofz: avoid invalid short hashValuesCaolán McNamara1-1/+1
2017-10-23loplugin:includeform: ooxStephan Bergmann5-5/+5
2017-07-31loplugin:constparams in ooxNoel Grandin1-2/+2
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-2/+1
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem1-0/+2
2017-06-11allow build without tls and ssljan Iversen1-0/+24
2017-04-29replace oox internal hashing code with new comphelper codeMarkus Mohrhard3-143/+20
2017-02-23Better make the zero-initialization more explicitStephan Bergmann1-1/+6
2017-02-21loplugin:subtlezeroinit: ooxStephan Bergmann1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-1/+0
2017-01-30oox: clean-up crypto classes, use c++11 featuresTomaž Vajngerl5-245/+211
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-22/+12
2016-10-21move some useful header information to mscodec for reuseCaolán McNamara3-58/+37
2016-10-21hash len isn't going to change depending on who implements itCaolán McNamara3-26/+18
2016-10-20clarify hash lengths a bit moreCaolán McNamara2-6/+6
2016-10-20hash len is 20 for xls cryptoapi configurationCaolán McNamara1-4/+4
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-2/+2
2016-04-26tdf#42949: clean up includes in include/oox/crypto with iwyuJorenz Paragas4-3/+19
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin1-1/+1
2016-01-12loplugin:unusedmethods unused return value in include/ooxNoel Grandin3-21/+12
2015-11-24loplugin:unusedfields in include/oox/Noel Grandin1-5/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-10/+10
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-12/+12
2015-09-28remove outputLength variable when calculating encryption verifierTomaž Vajngerl1-4/+2
2015-08-23oox: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+3
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-18oox: these ctors can be explicitMiklos Vajna1-1/+1
2015-03-19loplugin:constantfunction: ooxNoel Grandin1-5/+0
2014-12-19remove operator>> and operator<< methodsNoel Grandin3-9/+6
2014-12-12remove operator>> and operator<< methodsNoel Grandin3-17/+16
2014-11-10coverity#1130169 Unchecked return valueCaolán McNamara1-4/+4
2014-09-19Remove unused XFastTokenHandler functionsMatúš Kukan1-10/+0
2014-08-13warning C4245 signed/unsigned mismatchMichael Stahl1-1/+1
2014-06-25remove whitespacesMarkus Mohrhard3-4/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-8/+0
2014-05-10coverity#1079343 Uninitialized pointer fieldCaolán McNamara1-2/+7
2014-03-28coverity#1130428 Dereference null return valueCaolán McNamara1-2/+6
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-14/+14
2014-03-24fdo#76222 oox: add support for MSO 2007 SP2 encrypted documentsTomaž Vajngerl1-0/+1
2014-03-23oox: cast to avoid compile errorTomaž Vajngerl1-2/+3
2014-03-23oox: add Digest class which uses NSS or OpenSSL for digest calc.Tomaž Vajngerl3-79/+130
2014-03-23fdo#75955 use SHA1 from openssl/nss instead of rtl_digest_sha1Tomaž Vajngerl1-6/+38
2014-03-17oox: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-14/+14
2014-02-25remove unused code oox::core::Decrypt::aes128cbcNoel Grandin1-8/+0
2014-02-11fix crash during file format detection, related #i101863#Markus Mohrhard1-1/+4
2014-02-10coverity#1079288 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-01-01workaround rather maddening endian-specific template bustageCaolán McNamara2-3/+16