summaryrefslogtreecommitdiff
path: root/oox/source/crypto/Standard2007Engine.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-01check that rtl_random_getBytes() was successfulMichael Stahl1-1/+4
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: ooxStephan Bergmann1-1/+1
2022-09-28use more string_view in ooxNoel Grandin1-3/+3
2020-09-24Fix endianness issues in OOX crypto routinesStephan Bergmann1-8/+20
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-1/+1
2020-07-15comphelper: don't hardcode hash sizes in Hash::getLength()Miklos Vajna1-7/+7
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: ooxStephan Bergmann1-1/+1
2020-05-25[MS-OFFCRYPTO] convert oox implementation into UNO serviceVasily Melenchuk1-3/+3
2020-03-16tdf#42949 Fix IWYU warnings in oox/source/[cd]*/*cxxGabor Kelemen1-1/+0
2020-01-31new loplugin:namespaceindentationNoel Grandin1-1/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-3/+1
2018-08-16ofz: timeoutCaolán McNamara1-0/+10
2018-07-06oox: Agile encryption and data integrity verificationTomaž Vajngerl1-8/+31
2018-07-06oox: Standard2007Engine - take size into account when decryptingTomaž Vajngerl1-2/+5
2018-07-06oox: move reading of the encryption info into the crypt engineTomaž Vajngerl1-0/+56
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke1-1/+0
2017-12-08rtlRandomPool: remove pointless seeding with system timeThorsten Behrens1-3/+0
2017-12-04ofz#4526 Null-reference READ with openssl crypto backendCaolán McNamara1-0/+2
2017-11-29ofz: handle bad key len and subsequent PK11_ImportSymKey failureCaolán McNamara1-0/+2
2017-10-23loplugin:includeform: ooxStephan Bergmann1-1/+1
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-2/+1
2017-04-29replace oox internal hashing code with new comphelper codeMarkus Mohrhard1-10/+8
2017-01-30oox: clean-up crypto classes, use c++11 featuresTomaž Vajngerl1-53/+42
2016-10-21move some useful header information to mscodec for reuseCaolán McNamara1-44/+23
2016-10-21hash len isn't going to change depending on who implements itCaolán McNamara1-13/+13
2016-10-20clarify hash lengths a bit moreCaolán McNamara1-4/+4
2016-10-20hash len is 20 for xls cryptoapi configurationCaolán McNamara1-4/+4
2016-04-26tdf#42949: clean up includes in include/oox/crypto with iwyuJorenz Paragas1-0/+4
2016-01-12loplugin:unusedmethods unused return value in include/ooxNoel Grandin1-7/+4
2015-09-28remove outputLength variable when calculating encryption verifierTomaž Vajngerl1-4/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2014-12-19remove operator>> and operator<< methodsNoel Grandin1-5/+4
2014-12-12remove operator>> and operator<< methodsNoel Grandin1-2/+2
2014-06-25remove whitespacesMarkus Mohrhard1-1/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-03-23oox: add Digest class which uses NSS or OpenSSL for digest calc.Tomaž Vajngerl1-12/+12
2014-02-10coverity#1079288 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-01-01workaround rather maddening endian-specific template bustageCaolán McNamara1-1/+1
2013-09-15Save should encrypt OOXML document if it was loaded encrypted.Tomaž Vajngerl1-27/+12
2013-08-24fdo#35422 Support to open encrypted Office 2010 and 2013 formatsTomaž Vajngerl1-0/+288