diff options
author | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-11-21 17:32:49 +0000 |
---|---|---|
committer | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-11-21 17:32:49 +0000 |
commit | 35a65bfdfeee48e03cb5dcfc72d45ac0b8a6c790 (patch) | |
tree | 55e48684d5ca51787060f1172bf5f01e8c2b7b48 /work/cfg/config.properties | |
parent | 7b883e536a32606dd9d940479634a8d0055d1e57 (diff) | |
download | pdf-as-3-35a65bfdfeee48e03cb5dcfc72d45ac0b8a6c790.tar.gz pdf-as-3-35a65bfdfeee48e03cb5dcfc72d45ac0b8a6c790.tar.bz2 pdf-as-3-35a65bfdfeee48e03cb5dcfc72d45ac0b8a6c790.zip |
Config-parameter "check_document" introduced.
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@224 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'work/cfg/config.properties')
-rw-r--r-- | work/cfg/config.properties | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/work/cfg/config.properties b/work/cfg/config.properties index a5d7516..83b9c67 100644 --- a/work/cfg/config.properties +++ b/work/cfg/config.properties @@ -16,10 +16,11 @@ cert.alg.ecdsa=http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1 strict_mode=false
-# Erlaube Änderungen an bereits signierten Dokumenten
-# added by tzefferer
-# obsolete due to algorithmic changes
-allow_post_sign_modifications=true
+# Überprüfe Korrektheit des Dokuments
+# bei binary_only=true: Fehler falls textuelle Signatur
+# bei assume_only_signauture_blocks=false: Fehler falls inkremetelle Updates nach Signatur
+# In beiden Fällen wird check_old_textual_sigs berücksichtigt.
+check_document=true
#VerificationFilterPatameters
# modify only if you really know the algorithms
|