summaryrefslogtreecommitdiff
path: root/javaunohelper
ModeNameSize
-rw-r--r--BUCK327logplain
-rw-r--r--Jar_juh.mk2120logplain
-rw-r--r--JunitTest_juh.mk2260logplain
-rw-r--r--Library_juh.mk1042logplain
-rw-r--r--Library_juhx.mk770logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_javaunohelper.mk722logplain
-rw-r--r--README39logplain
d---------com / sun / star30logplain
-rw-r--r--pom.juh.xml1367logplain
d---------source295logplain
d---------test / com / sun / star30logplain
d---------util36logplain
='2017-06-11 11:23:28 +0200'>2017-06-11allow build without tls and ssljan Iversen support for using --disable-openssl AND --without-tls (needed if you want to avoid including crypto code). Change-Id: I77650e9db679ddf1690560eda069d8645acacfc4 Reviewed-on: https://gerrit.libreoffice.org/38604 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@libreoffice.org> 2017-04-29replace oox internal hashing code with new comphelper codeMarkus Mohrhard Change-Id: I0e9363f6aa6f9d1011bc917645122408f9728ca2 Reviewed-on: https://gerrit.libreoffice.org/36794 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> 2017-01-30oox: clean-up crypto classes, use c++11 featuresTomaž Vajngerl - remove "using namespace std;" - &vector[0] to vector.data() - use nullptr in OPENSSL Change-Id: Ib4067b0256801f94d448bc8d3faf5a2902d694e5 Reviewed-on: https://gerrit.libreoffice.org/33629 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2016-10-21move some useful header information to mscodec for reuseCaolán McNamara Change-Id: Ic7adf3ed3c8279cc93a06975d6fb337210d1af87 2016-10-21hash len isn't going to change depending on who implements itCaolán McNamara Change-Id: Iee585cba4acad74c11d083085153e2af96c8894f 2016-01-12loplugin:unusedmethods unused return value in include/ooxNoel Grandin Change-Id: I22acb6b94774c5944d8276827c53a419f0803f83 2015-11-24loplugin:unusedfields in include/oox/Noel Grandin Change-Id: Ie7a53f3ecc05d1d4f6f71aa8165315f9155c60dc 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I62a20b440064aca6f102e61cb3984bb95e739a4f 2014-11-10coverity#1130169 Unchecked return valueCaolán McNamara Change-Id: I62ed42412a0cafa33ddafe536723f5e336c92a7a 2014-08-13warning C4245 signed/unsigned mismatchMichael Stahl Change-Id: If28543252ee2265e9edd7d7963c1751bd21e754d 2014-05-10coverity#1079343 Uninitialized pointer fieldCaolán McNamara Change-Id: I05ec88144273c15181e9afa8f616b0ab11695f04 2014-03-28coverity#1130428 Dereference null return valueCaolán McNamara Change-Id: I557aeb40b4209e2f77383143a8c2665bffea110c 2014-03-23oox: cast to avoid compile errorTomaž Vajngerl Change-Id: I1ef4f4917f2b97d44c9b39f36fd17b0be6995a4e 2014-03-23oox: add Digest class which uses NSS or OpenSSL for digest calc.Tomaž Vajngerl Document encryption and decryption uses either NSS or OpenSSL to calculate digest. Digest class hides the implementation details between the two implementations. Previously, functions sha1 and sha512 were used for this, but were less generic. Change-Id: I60119e2ab9c5c1f4a2b02bc417c3c89c53a63fda 2014-03-23fdo#75955 use SHA1 from openssl/nss instead of rtl_digest_sha1Tomaž Vajngerl Change-Id: I92186b2ed8426d59e31080cfb629beb02cd01c41 2014-02-25remove unused code oox::core::Decrypt::aes128cbcNoel Grandin Change-Id: I12478278de8b719c51b87c335abd5c440a56bd36 2014-02-11fix crash during file format detection, related #i101863#Markus Mohrhard Change-Id: I2aec2e95f49ab70a9e94c5d52f70855f4381a24e 2013-11-04oox: use proper integer type when calling PK11_DigestFinalMichael Stahl Change-Id: I5ff79c55446bd9f3e350fb128793ffef51be843f 2013-08-24fdo#35422 Support to open encrypted Office 2010 and 2013 formatsTomaž Vajngerl Additionally encryption and decryption has been refactored. 2 engines have been added: AgileEngine and Standard2007Engine, which contain core functions for encryption and decryption. Standard2007Engine refers to encryption and decryption as used in Office 2007 and AgileEngine refers to encryption and decryption as used in Office 2010 and 2013. AgileEngine does not yet support encryption. Change-Id: Ica1d4d5a109fb204012b92a0c39325fe0b99b793