summaryrefslogtreecommitdiffstats
path: root/officecfg/registry/schema/org/openoffice/Office/Common.xcs
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-03-22 17:22:22 +0000
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-10-30 00:59:37 +0200
commita21ee6d71dd550e8da955ed453540710f21f0b0c (patch)
treefa99df7d5eee3bd88525a708b07c210cfb3343e6 /officecfg/registry/schema/org/openoffice/Office/Common.xcs
parentSimplify Sequence iterations in svl [only passwordcontainer.cxx] (diff)
downloadcore-a21ee6d71dd550e8da955ed453540710f21f0b0c.tar.gz
core-a21ee6d71dd550e8da955ed453540710f21f0b0c.zip
add Initialization Vectors to password storage
old ones default to the current all zero case and continue to work as before Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131974 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit 192fa1e3bfc6269f2ebb91716471485a56074aea) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132306 Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> (cherry picked from commit ab77587ec300f5c30084471000663c46ddf25dad) (cherry picked from commit 713296ecd30bab02d41fcd23f19afed28d916701) Change-Id: I6fe3b02fafcce1b5e7133e77e76a5118177d77af Conflicts: svl/source/passwordcontainer/passwordcontainer.hxx
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Common.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs10
1 files changed, 10 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index c1890efc4599..eec52ae15168 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -27,6 +27,11 @@
<info>
<desc>Contains a container for passwords.</desc>
</info>
+ <prop oor:name="InitializationVector" oor:type="xs:string">
+ <info>
+ <desc>Contains an initialization vector for the password encryption.</desc>
+ </info>
+ </prop>
<prop oor:name="Password" oor:type="xs:string" oor:localized="false">
<info>
<desc>Contains a password encoded with the master password.</desc>
@@ -923,6 +928,11 @@
</info>
<value>false</value>
</prop>
+ <prop oor:name="MasterInitializationVector" oor:type="xs:string">
+ <info>
+ <desc>Contains an initialization vector for the master password encryption.</desc>
+ </info>
+ </prop>
<prop oor:name="Master" oor:type="xs:string" oor:nillable="false">
<info>
<desc>Contains the master password encrypted by itself.</desc>