Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-29 Thread Matthias Seidel
Hi Damjan, Am 29.03.24 um 11:17 schrieb Damjan Jovanovic: On Sun, Mar 17, 2024 at 5:46 PM Matthias Seidel wrote: Hi Dave, Am 17.03.24 um 18:01 schrieb Dave Fisher: Hi Damjan, I know it “opens a big can of worms” and is another issue, but upgrading to a newer OpenSSL for Trunk and maybe

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-29 Thread Damjan Jovanovic
On Sun, Mar 17, 2024 at 5:46 PM Matthias Seidel wrote: > Hi Dave, > > Am 17.03.24 um 18:01 schrieb Dave Fisher: > > Hi Damjan, > > > > I know it “opens a big can of worms” and is another issue, but upgrading > to a newer OpenSSL for Trunk and maybe 4.2 would be a very good thing, > > We need to

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-22 Thread Matthias Seidel
Hi All, Am 19.03.24 um 13:41 schrieb Matthias Seidel: Hi All, Am 18.03.24 um 20:01 schrieb Matthias Seidel: Hi Damjan, I managed to get it cherry-picked to AOO42X (one older commit was missing) and do a build now. Works great! That said, it would be fantastic to have that fix in AOO41X

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-19 Thread Matthias Seidel
Hi All, Am 18.03.24 um 20:01 schrieb Matthias Seidel: Hi Damjan, I managed to get it cherry-picked to AOO42X (one older commit was missing) and do a build now. Works great! That said, it would be fantastic to have that fix in AOO41X but I don't dare to cherry-pick it... Anyone?

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-18 Thread Arrigo Marchiori
Hello Damjan, all, On Mon, Mar 18, 2024 at 06:10:01AM +, Damjan Jovanovic wrote: > That's great. Thank you for testing. > > My own tests also show it no longer crashes, both the Standard and Agile > encryption are working now :). Great job! -- Arrigo

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-18 Thread Matthias Seidel
Hi Damjan, I managed to get it cherry-picked to AOO42X (one older commit was missing) and do a build now. Thanks again for this work! Regards,    Matthias Am 18.03.24 um 07:10 schrieb Damjan Jovanovic: That's great. Thank you for testing. My own tests also show it no longer crashes, both

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-18 Thread Damjan Jovanovic
That's great. Thank you for testing. My own tests also show it no longer crashes, both the Standard and Agile encryption are working now :). On Sun, Mar 17, 2024 at 7:59 PM Matthias Seidel wrote: > Hi Damjan, All, > > That seems to have fixed the crashes on Windows... > > Regards, > >

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-17 Thread Matthias Seidel
Hi Damjan, All, That seems to have fixed the crashes on Windows... Regards,    Matthias Am 17.03.24 um 16:56 schrieb Matthias Seidel: I am already doing a full build,but hopefully I could pull your last commit soon enough. Regards,    Matthias Am 17.03.24 um 15:20 schrieb Damjan

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-17 Thread Matthias Seidel
Hi Dave, Am 17.03.24 um 18:01 schrieb Dave Fisher: Hi Damjan, I know it “opens a big can of worms” and is another issue, but upgrading to a newer OpenSSL for Trunk and maybe 4.2 would be a very good thing, We need to update a lot of things, including openSSL and MSVC... But we should first

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-17 Thread Dave Fisher
Hi Damjan, I know it “opens a big can of worms” and is another issue, but upgrading to a newer OpenSSL for Trunk and maybe 4.2 would be a very good thing, Best, Dave > On Mar 17, 2024, at 4:23 AM, Damjan Jovanovic wrote: > > Also > that ancient OpenSSL version we use internally, 1.0.x, uses

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-17 Thread Matthias Seidel
I am already doing a full build,but hopefully I could pull your last commit soon enough. Regards,    Matthias Am 17.03.24 um 15:20 schrieb Damjan Jovanovic: If you haven't done "dmake clean" yet like me, try to "git pull" my latest commit, and then in main/instsetoo_native "build --from oox

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-17 Thread Damjan Jovanovic
If you haven't done "dmake clean" yet like me, try to "git pull" my latest commit, and then in main/instsetoo_native "build --from oox -P2 -- -P2". This commit fixes at least one more issue: commit 244f2bcc921bc5dc45e6c1970e27ac2409c44e17 (HEAD -> trunk, origin/trunk, origin/HEAD) Author: Damjan

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-17 Thread Damjan Jovanovic
I've also noticed sporadic crashes. I am going to try rebuild it from scratch to see if old files were causing a problem. If not, debug further. On Sun, Mar 17, 2024 at 1:24 PM Matthias Seidel wrote: > WTH, shortly after I sent this mail I could open the files... > > Matthias > > Am 17.03.24 um

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-17 Thread Matthias Seidel
WTH, shortly after I sent this mail I could open the files... Matthias Am 17.03.24 um 14:22 schrieb Matthias Seidel: Hi Damjan, That was fast! ;-) I can confirm that it builds now on Windows. When I try to open password protected MS Office 2020+ files (xlsx, docx) I now get the password

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-17 Thread Matthias Seidel
Hi Damjan, That was fast! ;-) I can confirm that it builds now on Windows. When I try to open password protected MS Office 2020+ files (xlsx, docx) I now get the password dialog But when I enter the correct password AOO crashes. Regards,    Matthias P.S.: This was a partial build, I will

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-17 Thread Damjan Jovanovic
I've fixed this now and it seems to build on Windows too. The fixes are in these commits, and if they work, should be cherry-picked in the given order: f65b4e326d91bfe900dc1dd22ece69e3ddd8444a f3025b08c40161265442c34e2b50bc05aa5388c6 42c0a318a970f6f7f43d26a8397448d5d5b8bd36 There were several

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-17 Thread Matthias Seidel
Hi Damjan, You are right, the interesting part is at the beginning: --- = Building module oox = Entering /cygdrive/c/Source/openoffice/main/oox/prj cd .. && make -s -r -j1   && make -s -r deliverlog [ build CXX ] oox/source/core/encryption encryption.cxx

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-16 Thread Damjan Jovanovic
Please check further up in the log, or run "build" in main/oox again. That "No rule to make target" happens after other errors break compilation. On Sat, Mar 16, 2024 at 8:38 PM Matthias Seidel wrote: > Hi Damjan, > > Tried to build trunk on Windows but it stops here: > > make: *** No rule to

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-16 Thread Matthias Seidel
Hi Damjan, Tried to build trunk on Windows but it stops here: make: *** No rule to make target '/cygdrive/c/Source/openoffice/main/solver/450/wntmsci12.pro/workdir/CxxObject/oox/source/core/encryption.o', needed by

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-16 Thread Marcus
Am 16.03.24 um 12:12 schrieb Matthias Seidel: That sounds great! If nobody is faster than me I will cherry-pick your commit to AOO42X tomorrow. Thank you for your massive work. also from me a big thank you. Keep up the good work! Marcus Am 16.03.24 um 04:49 schrieb Damjan Jovanovic:

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-16 Thread Matthias Seidel
Hi Damjan, That sounds great! If nobody is faster than me I will cherry-pick your commit to AOO42X tomorrow. Thank you for your massive work. Regards,    Matthias Am 16.03.24 um 04:49 schrieb Damjan Jovanovic: Hi Bug 118236 with 7 votes, the inability to open password-protected

MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-15 Thread Damjan Jovanovic
Hi Bug 118236 with 7 votes, the inability to open password-protected (encrypted) OOXML files from MS Office 2010+, is now fixed in trunk :-) ---snip--- commit 506fa58b1970084a0caacb50b3a805e469be4756 (HEAD -> trunk, origin/trunk, origin/HEAD) Author: Damjan Jovanovic Date: Sat Mar 2 18:47:05