office-gobmx/comphelper
Tomaž Vajngerl 8f2bf78a55 comphelper: fix test - key should be 32 bytes, not 16 bytes
Issue spotted when trying encryption and decryption with OpenSSL,
which doesn't handle the shorter keys correctly.

Also can't use the same instance of Encrypt after an attempt that
failed  (0 bytes written) as the blocks are inter-dependent and
it looks like OpenSSL already changes the state.

Change-Id: I061764e6727c7fbe600e11c5a5a6b8889d15c4e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177305
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Jenkins
2024-11-26 03:54:55 +01:00
..
inc/pch simplify and modernise ScopedBitmapAccess 2023-12-07 09:32:14 +01:00
qa comphelper: fix test - key should be 32 bytes, not 16 bytes 2024-11-26 03:54:55 +01:00
source comphelper: add support for AES256_ECB encryption 2024-11-26 01:36:07 +01:00
util
CppunitTest_comphelper_ifcontainer.mk
CppunitTest_comphelper_parallelsort_test.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
CppunitTest_comphelper_syntaxhighlight_test.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
CppunitTest_comphelper_test.mk move CryptTools from oox to comphelper so we can reuse it 2024-11-04 21:51:32 +01:00
CppunitTest_comphelper_threadpool_test.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
CppunitTest_comphelper_variadictemplates_test.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
CppunitTest_comphelper_weakbag_test.mk tdf#146266 Move WeakBag test to gbuild system 2024-04-12 16:50:31 +02:00
IwyuFilter_comphelper.yaml comphelper/servicedecl.hxx is unused 2023-05-09 21:33:39 +02:00
JunitTest_comphelper_complex.mk tdf#97362 Convert comphelper SequenceOutputStreamUnitTest to Python 2023-01-31 12:18:47 +00:00
Library_comphelper.mk move CryptTools from oox to comphelper so we can reuse it 2024-11-04 21:51:32 +01:00
Makefile
Module_comphelper.mk tdf#146266 Move WeakBag test to gbuild system 2024-04-12 16:50:31 +02:00
PythonTest_comphelper_python.mk tdf#97362 Convert comphelper SequenceOutputStreamUnitTest to Python 2023-01-31 12:18:47 +00:00
README.md
StaticLibrary_windows_process.mk

Helpers for Implementing UNO Components

Here goes anything not generic / mature enough to end up in URE's stable interface at cppuhelper, etc.