diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-02-16 14:02:23 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-02-17 10:45:47 +0200 |
commit | 24ad0629ae9edad83514e329e7173b94a8680ea6 (patch) | |
tree | 7a82e12b591c5f8b07d36e1abca34ec31017252a /officecfg | |
parent | bd5d65e54976971ee30f597a125e43d275ec8e81 (diff) |
tdf#88427: Add GUI to enter and maintain a list of Time Stamping Authorities
It is just a simple list of entered URLs, accessed from the Security page. No
sanity checks for now. No selection of a "default" one for now. Implementation
is much simpler this way. The actual selection of one TSA (or none) is done
when exporting to PDF.
Change-Id: I0392eabc9b9629a6f0a767d1b2337622a61c120f
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 4140ca530117..d496c851baff 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2510,6 +2510,11 @@ <desc>Contains the path to the users NSS certificate directory.</desc> </info> </prop> + <prop oor:name="TSAURLs" oor:type="oor:string-list" oor:nillable="false"> + <info> + <desc>Contains the URLs or Time Stamping Authority servers.</desc> + </info> + </prop> <prop oor:name="WarnPrintDoc" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Specifies whether to warn when printing documents with |