summaryrefslogtreecommitdiff
path: root/include/oox/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-12-04oox: fixes for cang errors after refactoring:feature/cib_contract3756Vasily Melenchuk3-2/+4
2019-12-04oox: encryption engines refactoringVasily Melenchuk7-71/+187
2019-12-04oox: fixed build error, more constsVasily Melenchuk1-2/+2
2019-12-04oox: XPackageEncryption interface simplificationVasily Melenchuk2-8/+7
2019-12-04crypto: predefine classes for later usage in unittestsVasily Melenchuk2-0/+4
2019-12-04Fix compilation: SAL_CALL is missing in method declarationSerge Krot2-16/+16
2019-12-04IRM encryption implmentation is moved out of coreVasily Melenchuk1-70/+0
2019-12-04msdoc crypto: move crypto engines to serviceVasily Melenchuk6-125/+52
2019-12-04irm: refactoring of decrypt methodsVasily Melenchuk6-15/+27
2019-12-04irm: encryption/decrypttion methods organizationVasily Melenchuk5-23/+27
2019-12-04decrypt/encrypt IRM documentVasily Melenchuk6-19/+91
2019-11-22make some classes module-privateNoel Grandin3-4/+4
2019-10-29loplugin:finalclasses in ooxNoel Grandin3-5/+5
2019-07-17tdf#42949 Fix IWYU warnings in include/ooxGabor Kelemen3-3/+0
2018-10-15loplugin:constfields in ooxNoel Grandin3-11/+11
2018-08-13loplugin:returnconstant in oox,packageNoel Grandin1-1/+1
2018-08-09loplugin:unusedmethodsNoel Grandin2-4/+0
2018-07-23loplugin:unusedfieldsNoel Grandin1-5/+1
2018-07-07Use agile encryption with AES256 and SHA512 by defaultTomaž Vajngerl1-0/+1
2018-07-06oox: Agile encryption and data integrity verificationTomaž Vajngerl3-28/+97
2018-07-06oox: move reading of the encryption info into the crypt engineTomaž Vajngerl4-4/+8
2018-07-06CryptoTools: add HMAC, move crypto impl. details to CryptoImplTomaž Vajngerl1-44/+46
2018-06-22oox: encryption/decryption test for Standard2007EngineTomaž Vajngerl1-2/+3
2017-07-31loplugin:constparams in ooxNoel Grandin1-1/+1
2017-04-29replace oox internal hashing code with new comphelper codeMarkus Mohrhard1-34/+0
2017-01-30oox: clean-up crypto classes, use c++11 featuresTomaž Vajngerl2-18/+13
2016-11-08loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin1-2/+2
2016-10-21move some useful header information to mscodec for reuseCaolán McNamara1-66/+3
2016-10-21hash len isn't going to change depending on who implements itCaolán McNamara2-7/+5
2016-10-20clarify hash lengths a bit moreCaolán McNamara1-3/+4
2016-10-20hash len is 20 for xls cryptoapi configurationCaolán McNamara1-2/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-2/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-2/+0
2016-04-28tdf#42949: prefer including Reference.hxx over Reference.h...Jorenz Paragas2-3/+3
2016-04-26tdf#42949: clean up includes in include/oox/crypto with iwyuJorenz Paragas6-24/+44
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin1-1/+1
2016-01-12loplugin:unusedmethods unused return value in include/ooxNoel Grandin4-10/+10
2015-11-24loplugin:unusedfields in include/oox/Noel Grandin1-2/+1
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin2-8/+8
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-10/+10
2015-10-06loplugin:unusedmethodsNoel Grandin1-3/+0
2015-07-21loplugin:unusedmethods ooxNoel Grandin1-5/+0
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-19loplugin:constantfunction: ooxNoel Grandin1-1/+0
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-2/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-2/+2
2014-05-10coverity#1079343 Uninitialized pointer fieldCaolán McNamara1-1/+1