summaryrefslogtreecommitdiffstats
path: root/include/oox/crypto
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constfields in ooxNoel Grandin2018-10-153-11/+11
* loplugin:returnconstant in oox,packageNoel Grandin2018-08-131-1/+1
* loplugin:unusedmethodsNoel Grandin2018-08-092-4/+0
* loplugin:unusedfieldsNoel Grandin2018-07-231-5/+1
* Use agile encryption with AES256 and SHA512 by defaultTomaž Vajngerl2018-07-071-0/+1
* oox: Agile encryption and data integrity verificationTomaž Vajngerl2018-07-063-28/+97
* oox: move reading of the encryption info into the crypt engineTomaž Vajngerl2018-07-064-4/+8
* CryptoTools: add HMAC, move crypto impl. details to CryptoImplTomaž Vajngerl2018-07-061-44/+46
* oox: encryption/decryption test for Standard2007EngineTomaž Vajngerl2018-06-221-2/+3
* loplugin:constparams in ooxNoel Grandin2017-07-311-1/+1
* replace oox internal hashing code with new comphelper codeMarkus Mohrhard2017-04-291-34/+0
* oox: clean-up crypto classes, use c++11 featuresTomaž Vajngerl2017-01-302-18/+13
* loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin2016-11-081-2/+2
* move some useful header information to mscodec for reuseCaolán McNamara2016-10-211-66/+3
* hash len isn't going to change depending on who implements itCaolán McNamara2016-10-212-7/+5
* clarify hash lengths a bit moreCaolán McNamara2016-10-201-3/+4
* hash len is 20 for xls cryptoapi configurationCaolán McNamara2016-10-201-2/+3
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-2/+2
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-072-2/+2
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-2/+0
* tdf#42949: prefer including Reference.hxx over Reference.h...Jorenz Paragas2016-04-282-3/+3
* tdf#42949: clean up includes in include/oox/crypto with iwyuJorenz Paragas2016-04-266-24/+44
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* clang-tidy performance-unnecessary-value-param in ooxNoel Grandin2016-04-111-1/+1
* loplugin:unusedmethods unused return value in include/ooxNoel Grandin2016-01-124-10/+10
* loplugin:unusedfields in include/oox/Noel Grandin2015-11-241-2/+1
* com::sun::star->css in include/linguistic to include/sfx2Noel Grandin2015-10-232-8/+8
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-10/+10
* loplugin:unusedmethodsNoel Grandin2015-10-061-3/+0
* loplugin:unusedmethods ooxNoel Grandin2015-07-211-5/+0
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+1
* loplugin:constantfunction: ooxNoel Grandin2015-03-191-1/+0
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-2/+2
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-172-2/+2
* coverity#1079343 Uninitialized pointer fieldCaolán McNamara2014-05-101-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-273-10/+10
* fdo#76222 oox: add support for MSO 2007 SP2 encrypted documentsTomaž Vajngerl2014-03-241-1/+4
* oox: add Digest class which uses NSS or OpenSSL for digest calc.Tomaž Vajngerl2014-03-231-4/+39
* oox: prefer passing OUString by referenceNoel Grandin2014-03-171-1/+1
* remove unused code oox::core::Decrypt::aes128cbcNoel Grandin2014-02-251-5/+0
* fdo#65108 inter-module includes <>Norbert Thiebaud2013-11-095-17/+17
* fixincludeguards.sh: include/o*Thomas Arnhold2013-10-236-12/+12
* Save should encrypt OOXML document if it was loaded encrypted.Tomaž Vajngerl2013-09-152-6/+1
* CID#1079343 mContext.cipher is not initialized...Caolán McNamara2013-09-051-1/+2
* Convert vector block* to const array block*.Tomaž Vajngerl2013-08-241-1/+2
* fdo#35422 Support to open encrypted Office 2010 and 2013 formatsTomaž Vajngerl2013-08-246-0/+519