summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-10-18 12:48:55 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-10-18 15:06:07 +0200
commit7b00829e27b0a26e9fa8d06bb651134f03a466e9 (patch)
tree0ebe0b0963112f7c7422fce116a159a2504b91ee /officecfg
parent811e636d920ee96e7ebd120b3931cb3da43d0143 (diff)
gpg4libre - tdf#113188 add option for minimal PGPKeyPacket
Change-Id: I660e68074616f6953e6527e40ec22276ce8ef2fb Reviewed-on: https://gerrit.libreoffice.org/43492 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs13
1 files changed, 13 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 118700782343..01651dabe8f5 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -2460,6 +2460,19 @@
</info>
<value>true</value>
</prop>
+ <group oor:name="OpenPGP">
+ <info>
+ <desc>Contains security settings regarding the GnuPG/OpenPGP backend.</desc>
+ </info>
+ <prop oor:name="MinimalKeyExport" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the PGPKeyPacket element on signed
+ documents will contain the full public key (default), or
+ the potentially much smaller minimal one, without any signatures.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
<group oor:name="Scripting">
<info>
<desc>Contains security settings regarding Basic scripts.</desc>